Html Css Color HEX #FCEC80 Witch Haze

📋 copy color: '#FCEC80'

red 252 ◦ green 236 ◦ blue 128

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

Shades of Witch Haze #FCEC80

Tints of Witch Haze #FCEC80

RGB

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

 GREEN value IS 236 (92.58% from 255) = 38.31%

 BLUE value IS 128 (50.39% from 255) = 20.78%

R = 40.91%
G = 38.31%
B = 20.78%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#FCEC80 (or 0xFCEC80) is known color: Witch Haze. HEX triplet: FC, EC and 80. RGB value is (252,236,128). Sum of RGB (Red+Green+Blue) = 252+236+128=616 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.91% from 616); Green value is 236 (92.58% from 255 or 38.31% from 616); Blue value is 128 (50.39% from 255 or 20.78% from 616); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEC80 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCEC80 is #03137F. Grayscale: #E4E4E4. Windows color (decimal): -201600 or 8449276. OLE color: 8449276.

HSL color Cylindrical-coordinate representation of color #FCEC80: hue angle of 52.26º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FCEC80 is Cyan = 0, Magento = 0.06, Yellow = 0.49 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 236 128 -
CMYK 0 0.06 0.49 0.01
HSL 52.26º 0.95% 0.75% -
HSV(B) 52.26º 0.49% 0.99% -
XYZ 74.04 82.24 32.39 -
YUV 228.47 71.3 144.78 -
System Red Green Blue C M Y K H S L
Decimal 252 236 128 0 0.06 0.49 0.01 52.26 0.95 0.75
Hex FC EC 80 0 6 31 1 34 5F 4B
Octal 374 354 200 0 6 61 1 64 137 113
Binary 11111100 11101100 10000000 0 110 110001 1 110100 1011111 1001011

Color Harmonies of #FCEC80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEC80

Black with #FCEC80

Text Example


Text Example

White with #FCEC80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEC80; }

 p { color: rgb(252,236,128); }

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

background-color css

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

 a { background-color: rgb(252,236,128); }

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

border-color css

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

 span { border-color: rgb(252,236,128); }

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