Html Css Color HEX #FAF772 Dolly

📋 copy color: '#FAF772'

red 250 ◦ green 247 ◦ blue 114

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

Shades of Dolly #FAF772

Tints of Dolly #FAF772

RGB

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

 GREEN value IS 247 (96.88% from 255) = 40.43%

 BLUE value IS 114 (44.92% from 255) = 18.66%

R = 40.92%
G = 40.43%
B = 18.66%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#FAF772 (or 0xFAF772) is known color: Dolly. HEX triplet: FA, F7 and 72. RGB value is (250,247,114). Sum of RGB (Red+Green+Blue) = 250+247+114=611 (80% of max value = 765). Red value is 250 (98.05% from 255 or 40.92% from 611); Green value is 247 (96.88% from 255 or 40.43% from 611); Blue value is 114 (44.92% from 255 or 18.66% from 611); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF772 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF772 is #05088D. Grayscale: #E9E9E9. Windows color (decimal): -329870 or 7534586. OLE color: 7534586.

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

Color convert

RGB 250 247 114 -
CMYK 0 0.01 0.54 0.02
HSL 58.68º 0.93% 0.71% -
HSV(B) 58.68º 0.54% 0.98% -
XYZ 75.72 88.06 28.93 -
YUV 232.74 60.99 140.31 -
System Red Green Blue C M Y K H S L
Decimal 250 247 114 0 0.01 0.54 0.02 58.68 0.93 0.71
Hex FA F7 72 0 1 36 2 3B 5D 47
Octal 372 367 162 0 1 66 2 73 135 107
Binary 11111010 11110111 1110010 0 1 110110 10 111011 1011101 1000111

Color Harmonies of #FAF772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF772

Black with #FAF772

Text Example


Text Example

White with #FAF772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF772; }

 p { color: rgb(250,247,114); }

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

background-color css

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

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

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

border-color css

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

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

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