#FAF467

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

Shades of Dolly #FAF467

Tints of Dolly #FAF467

Color information

#FAF467 (or 0xFAF467) is unknown color: approx Dolly. HEX triplet: FA, F4 and 67. RGB value is (250,244,103). Sum of RGB (Red+Green+Blue) = 250+244+103=597 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.88% from 597); Green value is 244 (95.70% from 255 or 40.87% from 597); Blue value is 103 (40.62% from 255 or 17.25% from 597); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF467 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF467 is #050B98. Grayscale: #E6E6E6. Windows color (decimal): -330649 or 6812922. OLE color: 6812922.

HSL color Cylindrical-coordinate representation of color #FAF467: hue angle of 57.55º 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 #FAF467 is Cyan = 0, Magento = 0.02, Yellow = 0.59 and Black (K on CMYK) = 0.02.

Color convert

RGB250244103-
CMYK00.020.590.02
HSL57.55º93.63%69.22%-
HSV(B)57.55º58.8%98.04%-
XYZ74.228625.52-
YUV229.7256.49142.46-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.88%
GREEN value IS 244 (95.70% from 255) = 40.87%
BLUE value IS 103 (40.62% from 255) = 17.25%
R=41.88%
G=40.87%
B=17.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.59
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024410300.020.590.0257.5593.6369.22
HexFAF467023B23a5e45
Octal3723641470273272136105
Binary111110101111010011001110101110111011101010111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF467; }

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

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

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

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

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

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

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

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