Html Css Color HEX #FCEA72 Witch Haze

📋 copy color: '#FCEA72'

red 252 ◦ green 234 ◦ blue 114

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

Shades of Witch Haze #FCEA72

Tints of Witch Haze #FCEA72

RGB

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

 GREEN value IS 234 (91.8% from 255) = 39%

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

R = 42%
G = 39%
B = 19%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#FCEA72 (or 0xFCEA72) is known color: Witch Haze. HEX triplet: FC, EA and 72. RGB value is (252,234,114). Sum of RGB (Red+Green+Blue) = 252+234+114=600 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42% from 600); Green value is 234 (91.80% from 255 or 39% from 600); Blue value is 114 (44.92% from 255 or 19% from 600); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEA72 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCEA72 is #03158D. Grayscale: #E2E2E2. Windows color (decimal): -202126 or 7531260. OLE color: 7531260.

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

Color convert

RGB 252 234 114 -
CMYK 0 0.07 0.55 0.01
HSL 52.17º 0.96% 0.72% -
HSV(B) 52.17º 0.55% 0.99% -
XYZ 72.6 80.76 27.68 -
YUV 225.7 64.96 146.76 -
System Red Green Blue C M Y K H S L
Decimal 252 234 114 0 0.07 0.55 0.01 52.17 0.96 0.72
Hex FC EA 72 0 7 37 1 34 60 48
Octal 374 352 162 0 7 67 1 64 140 110
Binary 11111100 11101010 1110010 0 111 110111 1 110100 1100000 1001000

Color Harmonies of #FCEA72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEA72

Black with #FCEA72

Text Example


Text Example

White with #FCEA72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEA72; }

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

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

background-color css

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

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

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

border-color css

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

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

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