Html Css Color HEX #FAFA78 Dolly

📋 copy color: '#FAFA78'

red 250 ◦ green 250 ◦ blue 120

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

Shades of Dolly #FAFA78

Tints of Dolly #FAFA78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 19.35%

R = 40.32%
G = 40.32%
B = 19.35%

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

#FAFA78 (or 0xFAFA78) is known color: Dolly. HEX triplet: FA, FA and 78. RGB value is (250,250,120). Sum of RGB (Red+Green+Blue) = 250+250+120=620 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.32% from 620); Green value is 250 (98.05% from 255 or 40.32% from 620); Blue value is 120 (47.27% from 255 or 19.35% from 620); Max value from RGB is 250 - color contains mainly: red, green. Hex color #FAFA78 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAFA78 is #050587. Grayscale: #EBEBEB. Windows color (decimal): -329096 or 7928570. OLE color: 7928570.

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

Color convert

RGB 250 250 120 -
CMYK 0 0 0.52 0.02
HSL 60º 0.93% 0.73% -
HSV(B) 60º 0.52% 0.98% -
XYZ 77 90.05 31.09 -
YUV 235.18 63 138.57 -
System Red Green Blue C M Y K H S L
Decimal 250 250 120 0 0 0.52 0.02 60 0.93 0.73
Hex FA FA 78 0 0 34 2 3C 5D 49
Octal 372 372 170 0 0 64 2 74 135 111
Binary 11111010 11111010 1111000 0 0 110100 10 111100 1011101 1001001

Color Harmonies of #FAFA78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFA78

Black with #FAFA78

Text Example


Text Example

White with #FAFA78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFA78; }

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

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

background-color css

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

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

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

border-color css

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

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

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