Html Css Color HEX #FCF86E Dolly

📋 copy color: '#FCF86E'

red 252 ◦ green 248 ◦ blue 110

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

Shades of Dolly #FCF86E

Tints of Dolly #FCF86E

RGB

 RED value IS 252 (98.83% from 255) = 41.31%

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

 BLUE value IS 110 (43.36% from 255) = 18.03%

R = 41.31%
G = 40.66%
B = 18.03%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FCF86E (or 0xFCF86E) is known color: Dolly. HEX triplet: FC, F8 and 6E. RGB value is (252,248,110). Sum of RGB (Red+Green+Blue) = 252+248+110=610 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.31% from 610); Green value is 248 (97.27% from 255 or 40.66% from 610); Blue value is 110 (43.36% from 255 or 18.03% from 610); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF86E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF86E is #030791. Grayscale: #EAEAEA. Windows color (decimal): -198546 or 7272700. OLE color: 7272700.

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

Color convert

RGB 252 248 110 -
CMYK 0 0.02 0.56 0.01
HSL 58.31º 0.96% 0.71% -
HSV(B) 58.31º 0.56% 0.99% -
XYZ 76.53 88.96 27.89 -
YUV 233.46 58.33 141.22 -
System Red Green Blue C M Y K H S L
Decimal 252 248 110 0 0.02 0.56 0.01 58.31 0.96 0.71
Hex FC F8 6E 0 2 38 1 3A 60 47
Octal 374 370 156 0 2 70 1 72 140 107
Binary 11111100 11111000 1101110 0 10 111000 1 111010 1100000 1000111

Color Harmonies of #FCF86E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF86E

Black with #FCF86E

Text Example


Text Example

White with #FCF86E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF86E; }

 p { color: rgb(252,248,110); }

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

background-color css

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

 a { background-color: rgb(252,248,110); }

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

border-color css

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

 span { border-color: rgb(252,248,110); }

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