Html Css Color HEX #FCE971 Witch Haze

📋 copy color: '#FCE971'

red 252 ◦ green 233 ◦ blue 113

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

Shades of Witch Haze #FCE971

Tints of Witch Haze #FCE971

RGB

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

 GREEN value IS 233 (91.41% from 255) = 38.96%

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

R = 42.14%
G = 38.96%
B = 18.9%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#FCE971 (or 0xFCE971) is known color: Witch Haze. HEX triplet: FC, E9 and 71. RGB value is (252,233,113). Sum of RGB (Red+Green+Blue) = 252+233+113=598 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.14% from 598); Green value is 233 (91.41% from 255 or 38.96% from 598); Blue value is 113 (44.53% from 255 or 18.90% from 598); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE971 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCE971 is #03168E. Grayscale: #E1E1E1. Windows color (decimal): -202383 or 7465468. OLE color: 7465468.

HSL color Cylindrical-coordinate representation of color #FCE971: hue angle of 51.8º 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 #FCE971 is Cyan = 0, Magento = 0.08, Yellow = 0.55 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 233 113 -
CMYK 0 0.08 0.55 0.01
HSL 51.8º 0.96% 0.72% -
HSV(B) 51.8º 0.55% 0.99% -
XYZ 72.26 80.17 27.29 -
YUV 225 64.79 147.26 -
System Red Green Blue C M Y K H S L
Decimal 252 233 113 0 0.08 0.55 0.01 51.8 0.96 0.72
Hex FC E9 71 0 8 37 1 34 60 48
Octal 374 351 161 0 10 67 1 64 140 110
Binary 11111100 11101001 1110001 0 1000 110111 1 110100 1100000 1001000

Color Harmonies of #FCE971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE971

Black with #FCE971

Text Example


Text Example

White with #FCE971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE971; }

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

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

background-color css

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

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

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

border-color css

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

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

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