Html Css Color HEX #FCE972 Witch Haze

📋 copy color: '#FCE972'

red 252 ◦ green 233 ◦ blue 114

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

Shades of Witch Haze #FCE972

Tints of Witch Haze #FCE972

RGB

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

 GREEN value IS 233 (91.41% from 255) = 38.9%

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

R = 42.07%
G = 38.9%
B = 19.03%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#FCE972 (or 0xFCE972) is known color: Witch Haze. HEX triplet: FC, E9 and 72. RGB value is (252,233,114). Sum of RGB (Red+Green+Blue) = 252+233+114=599 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.07% from 599); Green value is 233 (91.41% from 255 or 38.90% from 599); Blue value is 114 (44.92% from 255 or 19.03% from 599); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE972 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCE972 is #03168D. Grayscale: #E1E1E1. Windows color (decimal): -202382 or 7531004. OLE color: 7531004.

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

Color convert

RGB 252 233 114 -
CMYK 0 0.08 0.55 0.01
HSL 51.74º 0.96% 0.72% -
HSV(B) 51.74º 0.55% 0.99% -
XYZ 72.32 80.19 27.59 -
YUV 225.12 65.29 147.18 -
System Red Green Blue C M Y K H S L
Decimal 252 233 114 0 0.08 0.55 0.01 51.74 0.96 0.72
Hex FC E9 72 0 8 37 1 34 60 48
Octal 374 351 162 0 10 67 1 64 140 110
Binary 11111100 11101001 1110010 0 1000 110111 1 110100 1100000 1001000

Color Harmonies of #FCE972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE972

Black with #FCE972

Text Example


Text Example

White with #FCE972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE972; }

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

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

background-color css

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

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

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

border-color css

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

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

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