Html Css Color HEX #FCF076 Witch Haze

📋 copy color: '#FCF076'

red 252 ◦ green 240 ◦ blue 118

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

Shades of Witch Haze #FCF076

Tints of Witch Haze #FCF076

RGB

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

 GREEN value IS 240 (94.14% from 255) = 39.34%

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

R = 41.31%
G = 39.34%
B = 19.34%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.53

 K value IS 0.01

RGB Variations

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

Color information

#FCF076 (or 0xFCF076) is known color: Witch Haze. HEX triplet: FC, F0 and 76. RGB value is (252,240,118). Sum of RGB (Red+Green+Blue) = 252+240+118=610 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.31% from 610); Green value is 240 (94.14% from 255 or 39.34% from 610); Blue value is 118 (46.48% from 255 or 19.34% from 610); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF076 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF076 is #030F89. Grayscale: #E6E6E6. Windows color (decimal): -200586 or 7794940. OLE color: 7794940.

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

Color convert

RGB 252 240 118 -
CMYK 0 0.05 0.53 0.01
HSL 54.63º 0.96% 0.73% -
HSV(B) 54.63º 0.53% 0.99% -
XYZ 74.57 84.32 29.49 -
YUV 229.68 64.98 143.92 -
System Red Green Blue C M Y K H S L
Decimal 252 240 118 0 0.05 0.53 0.01 54.63 0.96 0.73
Hex FC F0 76 0 5 35 1 37 60 49
Octal 374 360 166 0 5 65 1 67 140 111
Binary 11111100 11110000 1110110 0 101 110101 1 110111 1100000 1001001

Color Harmonies of #FCF076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF076

Black with #FCF076

Text Example


Text Example

White with #FCF076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF076; }

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

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

background-color css

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

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

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

border-color css

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

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

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