Html Css Color HEX #FCE870 Witch Haze

📋 copy color: '#FCE870'

red 252 ◦ green 232 ◦ blue 112

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

Shades of Witch Haze #FCE870

Tints of Witch Haze #FCE870

RGB

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

 GREEN value IS 232 (91.02% from 255) = 38.93%

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

R = 42.28%
G = 38.93%
B = 18.79%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FCE870 (or 0xFCE870) is known color: Witch Haze. HEX triplet: FC, E8 and 70. RGB value is (252,232,112). Sum of RGB (Red+Green+Blue) = 252+232+112=596 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.28% from 596); Green value is 232 (91.02% from 255 or 38.93% from 596); Blue value is 112 (44.14% from 255 or 18.79% from 596); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE870 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCE870 is #03178F. Grayscale: #E0E0E0. Windows color (decimal): -202640 or 7399676. OLE color: 7399676.

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

Color convert

RGB 252 232 112 -
CMYK 0 0.08 0.56 0.01
HSL 51.43º 0.96% 0.71% -
HSV(B) 51.43º 0.56% 0.99% -
XYZ 71.93 79.58 26.9 -
YUV 224.3 64.63 147.76 -
System Red Green Blue C M Y K H S L
Decimal 252 232 112 0 0.08 0.56 0.01 51.43 0.96 0.71
Hex FC E8 70 0 8 38 1 33 60 47
Octal 374 350 160 0 10 70 1 63 140 107
Binary 11111100 11101000 1110000 0 1000 111000 1 110011 1100000 1000111

Color Harmonies of #FCE870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE870

Black with #FCE870

Text Example


Text Example

White with #FCE870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE870; }

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

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

background-color css

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

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

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

border-color css

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

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

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