Html Css Color HEX #FAF86F Dolly

📋 copy color: '#FAF86F'

red 250 ◦ green 248 ◦ blue 111

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

Shades of Dolly #FAF86F

Tints of Dolly #FAF86F

RGB

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

 GREEN value IS 248 (97.27% from 255) = 40.72%

 BLUE value IS 111 (43.75% from 255) = 18.23%

R = 41.05%
G = 40.72%
B = 18.23%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.56

 K value IS 0.02

RGB Variations

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

Color information

#FAF86F (or 0xFAF86F) is known color: Dolly. HEX triplet: FA, F8 and 6F. RGB value is (250,248,111). Sum of RGB (Red+Green+Blue) = 250+248+111=609 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.05% from 609); Green value is 248 (97.27% from 255 or 40.72% from 609); Blue value is 111 (43.75% from 255 or 18.23% from 609); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF86F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF86F is #050790. Grayscale: #E9E9E9. Windows color (decimal): -329617 or 7338234. OLE color: 7338234.

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

Color convert

RGB 250 248 111 -
CMYK 0 0.01 0.56 0.02
HSL 59.14º 0.93% 0.71% -
HSV(B) 59.14º 0.56% 0.98% -
XYZ 75.86 88.61 28.14 -
YUV 232.98 59.16 140.14 -
System Red Green Blue C M Y K H S L
Decimal 250 248 111 0 0.01 0.56 0.02 59.14 0.93 0.71
Hex FA F8 6F 0 1 38 2 3B 5D 47
Octal 372 370 157 0 1 70 2 73 135 107
Binary 11111010 11111000 1101111 0 1 111000 10 111011 1011101 1000111

Color Harmonies of #FAF86F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF86F

Black with #FAF86F

Text Example


Text Example

White with #FAF86F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF86F; }

 p { color: rgb(250,248,111); }

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

background-color css

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

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

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

border-color css

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

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

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