Html Css Color HEX #FCEA70 Witch Haze

📋 copy color: '#FCEA70'

red 252 ◦ green 234 ◦ blue 112

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

Shades of Witch Haze #FCEA70

Tints of Witch Haze #FCEA70

RGB

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

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

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

R = 42.14%
G = 39.13%
B = 18.73%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FCEA70 (or 0xFCEA70) is known color: Witch Haze. HEX triplet: FC, EA and 70. RGB value is (252,234,112). Sum of RGB (Red+Green+Blue) = 252+234+112=598 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.14% from 598); Green value is 234 (91.80% from 255 or 39.13% from 598); Blue value is 112 (44.14% from 255 or 18.73% from 598); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEA70 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCEA70 is #03158F. Grayscale: #E1E1E1. Windows color (decimal): -202128 or 7400188. OLE color: 7400188.

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

Color convert

RGB 252 234 112 -
CMYK 0 0.07 0.56 0.01
HSL 52.29º 0.96% 0.71% -
HSV(B) 52.29º 0.56% 0.99% -
XYZ 72.49 80.71 27.09 -
YUV 225.47 63.96 146.92 -
System Red Green Blue C M Y K H S L
Decimal 252 234 112 0 0.07 0.56 0.01 52.29 0.96 0.71
Hex FC EA 70 0 7 38 1 34 60 47
Octal 374 352 160 0 7 70 1 64 140 107
Binary 11111100 11101010 1110000 0 111 111000 1 110100 1100000 1000111

Color Harmonies of #FCEA70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEA70

Black with #FCEA70

Text Example


Text Example

White with #FCEA70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEA70; }

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

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

background-color css

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

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

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

border-color css

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

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

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