Html Css Color HEX #FCEC71 Witch Haze

📋 copy color: '#FCEC71'

red 252 ◦ green 236 ◦ blue 113

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

Shades of Witch Haze #FCEC71

Tints of Witch Haze #FCEC71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 18.8%

R = 41.93%
G = 39.27%
B = 18.8%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#FCEC71 (or 0xFCEC71) is known color: Witch Haze. HEX triplet: FC, EC and 71. RGB value is (252,236,113). Sum of RGB (Red+Green+Blue) = 252+236+113=601 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.93% from 601); Green value is 236 (92.58% from 255 or 39.27% from 601); Blue value is 113 (44.53% from 255 or 18.80% from 601); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEC71 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCEC71 is #03138E. Grayscale: #E3E3E3. Windows color (decimal): -201615 or 7466236. OLE color: 7466236.

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

Color convert

RGB 252 236 113 -
CMYK 0 0.06 0.55 0.01
HSL 53.09º 0.96% 0.72% -
HSV(B) 53.09º 0.55% 0.99% -
XYZ 73.12 81.88 27.57 -
YUV 226.76 63.8 146 -
System Red Green Blue C M Y K H S L
Decimal 252 236 113 0 0.06 0.55 0.01 53.09 0.96 0.72
Hex FC EC 71 0 6 37 1 35 60 48
Octal 374 354 161 0 6 67 1 65 140 110
Binary 11111100 11101100 1110001 0 110 110111 1 110101 1100000 1001000

Color Harmonies of #FCEC71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEC71

Black with #FCEC71

Text Example


Text Example

White with #FCEC71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEC71; }

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

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

background-color css

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

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

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

border-color css

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

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

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