#FAFE77

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

Shades of Dolly #FAFE77

Tints of Dolly #FAFE77

Color information

#FAFE77 (or 0xFAFE77) is unknown color: approx Dolly. HEX triplet: FA, FE and 77. RGB value is (250,254,119). Sum of RGB (Red+Green+Blue) = 250+254+119=623 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.13% from 623); Green value is 254 (99.61% from 255 or 40.77% from 623); Blue value is 119 (46.88% from 255 or 19.10% from 623); Max value from RGB is 254 - color contains mainly: green. Hex color #FAFE77 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAFE77 is #050188. Grayscale: #EDEDED. Windows color (decimal): -328073 or 7864058. OLE color: 7864058.

HSL color Cylindrical-coordinate representation of color #FAFE77: hue angle of 61.78º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FAFE77 is Cyan = 0.02, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.00.

Color convert

RGB250254119-
CMYK0.0200.530.00
HSL61.78º98.54%73.14%-
HSV(B)61.78º53.15%99.61%-
XYZ78.292.5431.19-
YUV237.4161.17136.98-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.13%
GREEN value IS 254 (99.61% from 255) = 40.77%
BLUE value IS 119 (46.88% from 255) = 19.10%
R=40.13%
G=40.77%
B=19.10%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2502541190.0200.530.0061.7898.5473.14
HexFAFE77203503e6349
Octal3723761672065076143111
Binary11111010111111101110111100110101011111011000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFE77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFE77; }

 p { color: rgb(250,254,119); }

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

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

 a { background-color: rgb(250,254,119); }

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

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

 span { border-color: rgb(250,254,119); }

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