Html Css Color HEX #FCEC7C Witch Haze

📋 copy color: '#FCEC7C'

red 252 ◦ green 236 ◦ blue 124

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

Shades of Witch Haze #FCEC7C

Tints of Witch Haze #FCEC7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 20.26%

R = 41.18%
G = 38.56%
B = 20.26%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FCEC7C (or 0xFCEC7C) is known color: Witch Haze. HEX triplet: FC, EC and 7C. RGB value is (252,236,124). Sum of RGB (Red+Green+Blue) = 252+236+124=612 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.18% from 612); Green value is 236 (92.58% from 255 or 38.56% from 612); Blue value is 124 (48.83% from 255 or 20.26% from 612); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEC7C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCEC7C is #031383. Grayscale: #E4E4E4. Windows color (decimal): -201604 or 8187132. OLE color: 8187132.

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

Color convert

RGB 252 236 124 -
CMYK 0 0.06 0.51 0.01
HSL 52.5º 0.96% 0.74% -
HSV(B) 52.5º 0.51% 0.99% -
XYZ 73.78 82.14 31.04 -
YUV 228.02 69.3 145.11 -
System Red Green Blue C M Y K H S L
Decimal 252 236 124 0 0.06 0.51 0.01 52.5 0.96 0.74
Hex FC EC 7C 0 6 33 1 34 60 4A
Octal 374 354 174 0 6 63 1 64 140 112
Binary 11111100 11101100 1111100 0 110 110011 1 110100 1100000 1001010

Color Harmonies of #FCEC7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEC7C

Black with #FCEC7C

Text Example


Text Example

White with #FCEC7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEC7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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