Html Css Color HEX #FCEC74 Witch Haze

📋 copy color: '#FCEC74'

red 252 ◦ green 236 ◦ blue 116

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

Shades of Witch Haze #FCEC74

Tints of Witch Haze #FCEC74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 19.21%

R = 41.72%
G = 39.07%
B = 19.21%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#FCEC74 (or 0xFCEC74) is known color: Witch Haze. HEX triplet: FC, EC and 74. RGB value is (252,236,116). Sum of RGB (Red+Green+Blue) = 252+236+116=604 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.72% from 604); Green value is 236 (92.58% from 255 or 39.07% from 604); Blue value is 116 (45.70% from 255 or 19.21% from 604); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEC74 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCEC74 is #03138B. Grayscale: #E3E3E3. Windows color (decimal): -201612 or 7662844. OLE color: 7662844.

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

Color convert

RGB 252 236 116 -
CMYK 0 0.06 0.54 0.01
HSL 52.94º 0.96% 0.72% -
HSV(B) 52.94º 0.54% 0.99% -
XYZ 73.29 81.95 28.48 -
YUV 227.1 65.3 145.76 -
System Red Green Blue C M Y K H S L
Decimal 252 236 116 0 0.06 0.54 0.01 52.94 0.96 0.72
Hex FC EC 74 0 6 36 1 35 60 48
Octal 374 354 164 0 6 66 1 65 140 110
Binary 11111100 11101100 1110100 0 110 110110 1 110101 1100000 1001000

Color Harmonies of #FCEC74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEC74

Black with #FCEC74

Text Example


Text Example

White with #FCEC74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEC74; }

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

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

background-color css

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

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

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

border-color css

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

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

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