Html Css Color HEX #FAF670 Dolly

📋 copy color: '#FAF670'

red 250 ◦ green 246 ◦ blue 112

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

Shades of Dolly #FAF670

Tints of Dolly #FAF670

RGB

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

 GREEN value IS 246 (96.48% from 255) = 40.46%

 BLUE value IS 112 (44.14% from 255) = 18.42%

R = 41.12%
G = 40.46%
B = 18.42%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#FAF670 (or 0xFAF670) is known color: Dolly. HEX triplet: FA, F6 and 70. RGB value is (250,246,112). Sum of RGB (Red+Green+Blue) = 250+246+112=608 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.12% from 608); Green value is 246 (96.48% from 255 or 40.46% from 608); Blue value is 112 (44.14% from 255 or 18.42% from 608); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF670 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF670 is #05098F. Grayscale: #E8E8E8. Windows color (decimal): -330128 or 7403258. OLE color: 7403258.

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

Color convert

RGB 250 246 112 -
CMYK 0 0.02 0.55 0.02
HSL 58.26º 0.93% 0.71% -
HSV(B) 58.26º 0.55% 0.98% -
XYZ 75.3 87.41 28.23 -
YUV 231.92 60.33 140.9 -
System Red Green Blue C M Y K H S L
Decimal 250 246 112 0 0.02 0.55 0.02 58.26 0.93 0.71
Hex FA F6 70 0 2 37 2 3A 5D 47
Octal 372 366 160 0 2 67 2 72 135 107
Binary 11111010 11110110 1110000 0 10 110111 10 111010 1011101 1000111

Color Harmonies of #FAF670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF670

Black with #FAF670

Text Example


Text Example

White with #FAF670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF670; }

 p { color: rgb(250,246,112); }

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

background-color css

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

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

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

border-color css

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

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

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