Html Css Color HEX #FCEC6C Witch Haze

📋 copy color: '#FCEC6C'

red 252 ◦ green 236 ◦ blue 108

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

Shades of Witch Haze #FCEC6C

Tints of Witch Haze #FCEC6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 18.12%

R = 42.28%
G = 39.6%
B = 18.12%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.57

 K value IS 0.01

RGB Variations

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

Color information

#FCEC6C (or 0xFCEC6C) is known color: Witch Haze. HEX triplet: FC, EC and 6C. RGB value is (252,236,108). Sum of RGB (Red+Green+Blue) = 252+236+108=596 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.28% from 596); Green value is 236 (92.58% from 255 or 39.60% from 596); Blue value is 108 (42.58% from 255 or 18.12% from 596); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEC6C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCEC6C is #031393. Grayscale: #E2E2E2. Windows color (decimal): -201620 or 7138556. OLE color: 7138556.

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

Color convert

RGB 252 236 108 -
CMYK 0 0.06 0.57 0.01
HSL 53.33º 0.96% 0.71% -
HSV(B) 53.33º 0.57% 0.99% -
XYZ 72.85 81.77 26.13 -
YUV 226.19 61.3 146.41 -
System Red Green Blue C M Y K H S L
Decimal 252 236 108 0 0.06 0.57 0.01 53.33 0.96 0.71
Hex FC EC 6C 0 6 39 1 35 60 47
Octal 374 354 154 0 6 71 1 65 140 107
Binary 11111100 11101100 1101100 0 110 111001 1 110101 1100000 1000111

Color Harmonies of #FCEC6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEC6C

Black with #FCEC6C

Text Example


Text Example

White with #FCEC6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEC6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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