Html Css Color HEX #FCF872 Witch Haze

📋 copy color: '#FCF872'

red 252 ◦ green 248 ◦ blue 114

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

Shades of Witch Haze #FCF872

Tints of Witch Haze #FCF872

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 18.57%

R = 41.04%
G = 40.39%
B = 18.57%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#FCF872 (or 0xFCF872) is known color: Witch Haze. HEX triplet: FC, F8 and 72. RGB value is (252,248,114). Sum of RGB (Red+Green+Blue) = 252+248+114=614 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.04% from 614); Green value is 248 (97.27% from 255 or 40.39% from 614); Blue value is 114 (44.92% from 255 or 18.57% from 614); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF872 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF872 is #03078D. Grayscale: #EAEAEA. Windows color (decimal): -198542 or 7534844. OLE color: 7534844.

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

Color convert

RGB 252 248 114 -
CMYK 0 0.02 0.55 0.01
HSL 58.26º 0.96% 0.72% -
HSV(B) 58.26º 0.55% 0.99% -
XYZ 76.75 89.05 29.06 -
YUV 233.92 60.33 140.9 -
System Red Green Blue C M Y K H S L
Decimal 252 248 114 0 0.02 0.55 0.01 58.26 0.96 0.72
Hex FC F8 72 0 2 37 1 3A 60 48
Octal 374 370 162 0 2 67 1 72 140 110
Binary 11111100 11111000 1110010 0 10 110111 1 111010 1100000 1001000

Color Harmonies of #FCF872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF872

Black with #FCF872

Text Example


Text Example

White with #FCF872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF872; }

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

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

background-color css

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

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

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

border-color css

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

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

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