Html Css Color HEX #FCE975 Witch Haze

📋 copy color: '#FCE975'

red 252 ◦ green 233 ◦ blue 117

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

Shades of Witch Haze #FCE975

Tints of Witch Haze #FCE975

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 19.44%

R = 41.86%
G = 38.7%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#FCE975 (or 0xFCE975) is known color: Witch Haze. HEX triplet: FC, E9 and 75. RGB value is (252,233,117). Sum of RGB (Red+Green+Blue) = 252+233+117=602 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.86% from 602); Green value is 233 (91.41% from 255 or 38.70% from 602); Blue value is 117 (46.09% from 255 or 19.44% from 602); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE975 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCE975 is #03168A. Grayscale: #E1E1E1. Windows color (decimal): -202379 or 7727612. OLE color: 7727612.

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

Color convert

RGB 252 233 117 -
CMYK 0 0.08 0.54 0.01
HSL 51.56º 0.96% 0.72% -
HSV(B) 51.56º 0.54% 0.99% -
XYZ 72.49 80.26 28.5 -
YUV 225.46 66.79 146.93 -
System Red Green Blue C M Y K H S L
Decimal 252 233 117 0 0.08 0.54 0.01 51.56 0.96 0.72
Hex FC E9 75 0 8 36 1 34 60 48
Octal 374 351 165 0 10 66 1 64 140 110
Binary 11111100 11101001 1110101 0 1000 110110 1 110100 1100000 1001000

Color Harmonies of #FCE975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE975

Black with #FCE975

Text Example


Text Example

White with #FCE975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE975; }

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

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

background-color css

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

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

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

border-color css

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

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

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