Html Css Color HEX #FAF66D Dolly

📋 copy color: '#FAF66D'

red 250 ◦ green 246 ◦ blue 109

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

Shades of Dolly #FAF66D

Tints of Dolly #FAF66D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 18.02%

R = 41.32%
G = 40.66%
B = 18.02%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.56

 K value IS 0.02

RGB Variations

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

Color information

#FAF66D (or 0xFAF66D) is known color: Dolly. HEX triplet: FA, F6 and 6D. RGB value is (250,246,109). Sum of RGB (Red+Green+Blue) = 250+246+109=605 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.32% from 605); Green value is 246 (96.48% from 255 or 40.66% from 605); Blue value is 109 (42.97% from 255 or 18.02% from 605); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF66D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF66D is #050992. Grayscale: #E8E8E8. Windows color (decimal): -330131 or 7206650. OLE color: 7206650.

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

Color convert

RGB 250 246 109 -
CMYK 0 0.02 0.56 0.02
HSL 58.3º 0.93% 0.7% -
HSV(B) 58.3º 0.56% 0.98% -
XYZ 75.14 87.34 27.37 -
YUV 231.58 58.83 141.14 -
System Red Green Blue C M Y K H S L
Decimal 250 246 109 0 0.02 0.56 0.02 58.3 0.93 0.7
Hex FA F6 6D 0 2 38 2 3A 5D 46
Octal 372 366 155 0 2 70 2 72 135 106
Binary 11111010 11110110 1101101 0 10 111000 10 111010 1011101 1000110

Color Harmonies of #FAF66D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF66D

Black with #FAF66D

Text Example


Text Example

White with #FAF66D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF66D; }

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

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

background-color css

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

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

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

border-color css

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

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

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