#FAF167

Color #FAF167 Dolly (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dolly #FAF167

Tints of Dolly #FAF167

Color information

#FAF167 (or 0xFAF167) is unknown color: approx Dolly. HEX triplet: FA, F1 and 67. RGB value is (250,241,103). Sum of RGB (Red+Green+Blue) = 250+241+103=594 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.09% from 594); Green value is 241 (94.53% from 255 or 40.57% from 594); Blue value is 103 (40.62% from 255 or 17.34% from 594); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF167 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF167 is #050E98. Grayscale: #E4E4E4. Windows color (decimal): -331417 or 6812154. OLE color: 6812154.

HSL color Cylindrical-coordinate representation of color #FAF167: hue angle of 56.33º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FAF167 is Cyan = 0, Magento = 0.04, Yellow = 0.59 and Black (K on CMYK) = 0.02.

Color convert

RGB250241103-
CMYK00.040.590.02
HSL56.33º93.63%69.22%-
HSV(B)56.33º58.8%98.04%-
XYZ73.3384.2125.22-
YUV227.9657.48143.72-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 250 (98.05% from 255) = 42.09%
GREEN value IS 241 (94.53% from 255) = 40.57%
BLUE value IS 103 (40.62% from 255) = 17.34%
R=42.09%
G=40.57%
B=17.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.59
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024110300.040.590.0256.3393.6369.22
HexFAF167043B2385e45
Octal3723611470473270136105
Binary1111101011110001110011101001110111011100010111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF167; }

 p { color: rgb(250,241,103); }

 H1.HeaderClassName
 {
   color: #FAF167;
 }
 .AnyTagClassName
 {
   color: #FAF167;
 }
</style>
background-color css

<style>
 a { background-color: #FAF167; }

 a { background-color: rgb(250,241,103); }

 div.DivClassName
 {
   background-color: #FAF167;
 }
 .BgClassName
 {
   background-color: #FAF167;
 }
</style>
border-color css

<style>
 span { border-color: #FAF167; }

 span { border-color: rgb(250,241,103); }

 td.TdClassName
 {
   border-color: #FAF167;
 }
 .TagClassName
 {
   border-color: #FAF167;
 }
</style>