Html Css Color HEX #FAF978 Dolly

📋 copy color: '#FAF978'

red 250 ◦ green 249 ◦ blue 120

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

Shades of Dolly #FAF978

Tints of Dolly #FAF978

RGB

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

 GREEN value IS 249 (97.66% from 255) = 40.23%

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

R = 40.39%
G = 40.23%
B = 19.39%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.52

 K value IS 0.02

RGB Variations

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

Color information

#FAF978 (or 0xFAF978) is known color: Dolly. HEX triplet: FA, F9 and 78. RGB value is (250,249,120). Sum of RGB (Red+Green+Blue) = 250+249+120=619 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.39% from 619); Green value is 249 (97.66% from 255 or 40.23% from 619); Blue value is 120 (47.27% from 255 or 19.39% from 619); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF978 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF978 is #050687. Grayscale: #EBEBEB. Windows color (decimal): -329352 or 7928314. OLE color: 7928314.

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

Color convert

RGB 250 249 120 -
CMYK 0 0.00 0.52 0.02
HSL 59.54º 0.93% 0.73% -
HSV(B) 59.54º 0.52% 0.98% -
XYZ 76.69 89.43 30.99 -
YUV 234.59 63.33 138.99 -
System Red Green Blue C M Y K H S L
Decimal 250 249 120 0 0.00 0.52 0.02 59.54 0.93 0.73
Hex FA F9 78 0 0 34 2 3C 5D 49
Octal 372 371 170 0 0 64 2 74 135 111
Binary 11111010 11111001 1111000 0 0 110100 10 111100 1011101 1001001

Color Harmonies of #FAF978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF978

Black with #FAF978

Text Example


Text Example

White with #FAF978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF978; }

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

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

background-color css

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

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

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

border-color css

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

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

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