Color Hex Logo

#f7bf30 Color Hex

#F7BF30
(247,191,48)
0 Favorites   0 Comments

Color spaces of #f7bf30

RGB 24719148
HSL0.120.930.58
HSV43°81°97°
CMYK 0.000.230.81   0.03
XYZ57.522157.249210.8148
Yxy57.24920.45800.4559
Hunter Lab75.66323.292044.4897
CIE-Lab80.31967.759873.4458

#f7bf30 color RGB value is (247,191,48).

#f7bf30 hex color red value is 247, green value is 191 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #f7bf30 hue: 0.12 , saturation: 0.93 and the lightness value of f7bf30 is 0.58.

The process color (four color CMYK) of #f7bf30 color hex is 0.00, 0.23, 0.81, 0.03. Web safe color of #f7bf30 is #ffcc33. Color #f7bf30 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 10111111 00110000
Octal 367 277 60
Decimal 247 191 48
Hex F7 BF 30

RGB Percentages of Color #f7bf30

%50.82
%39.30
%9.88

CMYK Percentages of Color #f7bf30

%0
%23
%81
%3

Triadic Colors of #f7bf30

#f7bf30 #30f7bf #bf30f7

Analogous Colors of #f7bf30

#f7bf30 #ccf730 #f75c30

Monochromatic Colors of #f7bf30

#f7bf30

Complementary Color

#f7bf30 #3068f7

#f7bf30 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f7bf30 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f7bf30 Color CSS Codes

.mybgcolor {background-color:#f7bf30; } 
.myforecolor {color:#f7bf30; }
.mybordercolor {border:3px solid #f7bf30; }

#f7bf30 Text Font Color

<p style="color:#f7bf30">Text here</p>

This sample text font color is #f7bf30
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#f7bf30 Background Color

<div style="background-color:#f7bf30">
Div content here</div>

This div background color is #f7bf30


#f7bf30 Border Color

<div style="border:3px solid #f7bf30">
Div here</div>

This div border color is #f7bf30


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(247,191,48, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f7bf30; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f7bf30;
  -webkit-box-shadow: 1px 1px 3px 2px #f7bf30;
  box-shadow:         1px 1px 3px 2px #f7bf30; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(247,191,48, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f7bf30">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #f7bf30;
  -webkit-box-shadow: 1px 1px 3px 2px #f7bf30;
  box-shadow:         1px 1px 3px 2px #f7bf30;">
Div content here</div>

This div box has shadow with color #f7bf30


Comments

No comments written yet.

Please login to write comment.