#FAF469

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

Shades of Dolly #FAF469

Tints of Dolly #FAF469

Color information

#FAF469 (or 0xFAF469) is unknown color: approx Dolly. HEX triplet: FA, F4 and 69. RGB value is (250,244,105). Sum of RGB (Red+Green+Blue) = 250+244+105=599 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.74% from 599); Green value is 244 (95.70% from 255 or 40.73% from 599); Blue value is 105 (41.41% from 255 or 17.53% from 599); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF469 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF469 is #050B96. Grayscale: #E6E6E6. Windows color (decimal): -330647 or 6943994. OLE color: 6943994.

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

Color convert

RGB250244105-
CMYK00.020.580.02
HSL57.52º93.55%69.61%-
HSV(B)57.52º58%98.04%-
XYZ74.3286.0526.06-
YUV229.9557.49142.3-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.74%
GREEN value IS 244 (95.70% from 255) = 40.73%
BLUE value IS 105 (41.41% from 255) = 17.53%
R=41.74%
G=40.73%
B=17.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.58
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024410500.020.580.0257.5293.5569.61
HexFAF469023A23a5e46
Octal3723641510272272136106
Binary111110101111010011010010101110101011101010111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF469; }

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

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

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

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

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

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

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

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