Html Css Color HEX #FCF870 Witch Haze

📋 copy color: '#FCF870'

red 252 ◦ green 248 ◦ blue 112

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

Shades of Witch Haze #FCF870

Tints of Witch Haze #FCF870

RGB

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

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

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

R = 41.18%
G = 40.52%
B = 18.3%

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

#FCF870 (or 0xFCF870) is known color: Witch Haze. HEX triplet: FC, F8 and 70. RGB value is (252,248,112). Sum of RGB (Red+Green+Blue) = 252+248+112=612 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.18% from 612); Green value is 248 (97.27% from 255 or 40.52% from 612); Blue value is 112 (44.14% from 255 or 18.30% from 612); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF870 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF870 is #03078F. Grayscale: #EAEAEA. Windows color (decimal): -198544 or 7403772. OLE color: 7403772.

HSL color Cylindrical-coordinate representation of color #FCF870: hue angle of 58.29º 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 #FCF870 is Cyan = 0, Magento = 0.02, Yellow = 0.56 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 248 112 -
CMYK 0 0.02 0.56 0.01
HSL 58.29º 0.96% 0.71% -
HSV(B) 58.29º 0.56% 0.99% -
XYZ 76.64 89 28.47 -
YUV 233.69 59.33 141.06 -
System Red Green Blue C M Y K H S L
Decimal 252 248 112 0 0.02 0.56 0.01 58.29 0.96 0.71
Hex FC F8 70 0 2 38 1 3A 60 47
Octal 374 370 160 0 2 70 1 72 140 107
Binary 11111100 11111000 1110000 0 10 111000 1 111010 1100000 1000111

Color Harmonies of #FCF870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF870

Black with #FCF870

Text Example


Text Example

White with #FCF870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF870; }

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

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

background-color css

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

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

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

border-color css

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

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

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