Html Css Color HEX #FAFA77 Dolly

📋 copy color: '#FAFA77'

red 250 ◦ green 250 ◦ blue 119

#FAFA77
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dolly #FAFA77

Tints of Dolly #FAFA77

RGB

 RED value IS 250 (98.05% from 255) = 40.39%

 GREEN value IS 250 (98.05% from 255) = 40.39%

 BLUE value IS 119 (46.88% from 255) = 19.22%

R = 40.39%
G = 40.39%
B = 19.22%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.52

 K value IS 0.02

RGB Variations

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

Color information

#FAFA77 (or 0xFAFA77) is known color: Dolly. HEX triplet: FA, FA and 77. RGB value is (250,250,119). Sum of RGB (Red+Green+Blue) = 250+250+119=619 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.39% from 619); Green value is 250 (98.05% from 255 or 40.39% from 619); Blue value is 119 (46.88% from 255 or 19.22% from 619); Max value from RGB is 250 - color contains mainly: red, green. Hex color #FAFA77 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAFA77 is #050588. Grayscale: #EBEBEB. Windows color (decimal): -329097 or 7863034. OLE color: 7863034.

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

Color convert

RGB 250 250 119 -
CMYK 0 0 0.52 0.02
HSL 60º 0.93% 0.72% -
HSV(B) 60º 0.52% 0.98% -
XYZ 76.94 90.03 30.77 -
YUV 235.07 62.5 138.65 -
System Red Green Blue C M Y K H S L
Decimal 250 250 119 0 0 0.52 0.02 60 0.93 0.72
Hex FA FA 77 0 0 34 2 3C 5D 48
Octal 372 372 167 0 0 64 2 74 135 110
Binary 11111010 11111010 1110111 0 0 110100 10 111100 1011101 1001000

Color Harmonies of #FAFA77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFA77

Black with #FAFA77

Text Example


Text Example

White with #FAFA77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFA77; }

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

 H1.HeaderClassName
 {
   color: #FAFA77;
 }
 .AnyTagClassName
 {
   color: #FAFA77;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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