Html Css Color HEX #FAFA79 Dolly

📋 copy color: '#FAFA79'

red 250 ◦ green 250 ◦ blue 121

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

Shades of Dolly #FAFA79

Tints of Dolly #FAFA79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 19.48%

R = 40.26%
G = 40.26%
B = 19.48%

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

#FAFA79 (or 0xFAFA79) is known color: Dolly. HEX triplet: FA, FA and 79. RGB value is (250,250,121). Sum of RGB (Red+Green+Blue) = 250+250+121=621 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.26% from 621); Green value is 250 (98.05% from 255 or 40.26% from 621); Blue value is 121 (47.66% from 255 or 19.48% from 621); Max value from RGB is 250 - color contains mainly: red, green. Hex color #FAFA79 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAFA79 is #050586. Grayscale: #EBEBEB. Windows color (decimal): -329095 or 7994106. OLE color: 7994106.

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

Color convert

RGB 250 250 121 -
CMYK 0 0 0.52 0.02
HSL 60º 0.93% 0.73% -
HSV(B) 60º 0.52% 0.98% -
XYZ 77.06 90.08 31.41 -
YUV 235.29 63.5 138.49 -
System Red Green Blue C M Y K H S L
Decimal 250 250 121 0 0 0.52 0.02 60 0.93 0.73
Hex FA FA 79 0 0 34 2 3C 5D 49
Octal 372 372 171 0 0 64 2 74 135 111
Binary 11111010 11111010 1111001 0 0 110100 10 111100 1011101 1001001

Color Harmonies of #FAFA79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFA79

Black with #FAFA79

Text Example


Text Example

White with #FAFA79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFA79; }

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

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

background-color css

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

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

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

border-color css

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

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

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