Html Css Color HEX #FCED76 Witch Haze

📋 copy color: '#FCED76'

red 252 ◦ green 237 ◦ blue 118

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

Shades of Witch Haze #FCED76

Tints of Witch Haze #FCED76

RGB

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

 GREEN value IS 237 (92.97% from 255) = 39.04%

 BLUE value IS 118 (46.48% from 255) = 19.44%

R = 41.52%
G = 39.04%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.53

 K value IS 0.01

RGB Variations

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

Color information

#FCED76 (or 0xFCED76) is known color: Witch Haze. HEX triplet: FC, ED and 76. RGB value is (252,237,118). Sum of RGB (Red+Green+Blue) = 252+237+118=607 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.52% from 607); Green value is 237 (92.97% from 255 or 39.04% from 607); Blue value is 118 (46.48% from 255 or 19.44% from 607); Max value from RGB is 252 - color contains mainly: red. Hex color #FCED76 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCED76 is #031289. Grayscale: #E4E4E4. Windows color (decimal): -201354 or 7794172. OLE color: 7794172.

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

Color convert

RGB 252 237 118 -
CMYK 0 0.06 0.53 0.01
HSL 53.28º 0.96% 0.73% -
HSV(B) 53.28º 0.53% 0.99% -
XYZ 73.7 82.57 29.19 -
YUV 227.92 65.97 145.18 -
System Red Green Blue C M Y K H S L
Decimal 252 237 118 0 0.06 0.53 0.01 53.28 0.96 0.73
Hex FC ED 76 0 6 35 1 35 60 49
Octal 374 355 166 0 6 65 1 65 140 111
Binary 11111100 11101101 1110110 0 110 110101 1 110101 1100000 1001001

Color Harmonies of #FCED76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCED76

Black with #FCED76

Text Example


Text Example

White with #FCED76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCED76; }

 p { color: rgb(252,237,118); }

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

background-color css

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

 a { background-color: rgb(252,237,118); }

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

border-color css

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

 span { border-color: rgb(252,237,118); }

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