Html Css Color HEX #FCF376 Witch Haze

📋 copy color: '#FCF376'

red 252 ◦ green 243 ◦ blue 118

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

Shades of Witch Haze #FCF376

Tints of Witch Haze #FCF376

RGB

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

 GREEN value IS 243 (95.31% from 255) = 39.64%

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

R = 41.11%
G = 39.64%
B = 19.25%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.53

 K value IS 0.01

RGB Variations

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

Color information

#FCF376 (or 0xFCF376) is known color: Witch Haze. HEX triplet: FC, F3 and 76. RGB value is (252,243,118). Sum of RGB (Red+Green+Blue) = 252+243+118=613 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.11% from 613); Green value is 243 (95.31% from 255 or 39.64% from 613); Blue value is 118 (46.48% from 255 or 19.25% from 613); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF376 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF376 is #030C89. Grayscale: #E7E7E7. Windows color (decimal): -199818 or 7795708. OLE color: 7795708.

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

Color convert

RGB 252 243 118 -
CMYK 0 0.04 0.53 0.01
HSL 55.97º 0.96% 0.73% -
HSV(B) 55.97º 0.53% 0.99% -
XYZ 75.47 86.1 29.78 -
YUV 231.44 63.98 142.66 -
System Red Green Blue C M Y K H S L
Decimal 252 243 118 0 0.04 0.53 0.01 55.97 0.96 0.73
Hex FC F3 76 0 4 35 1 38 60 49
Octal 374 363 166 0 4 65 1 70 140 111
Binary 11111100 11110011 1110110 0 100 110101 1 111000 1100000 1001001

Color Harmonies of #FCF376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF376

Black with #FCF376

Text Example


Text Example

White with #FCF376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF376; }

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

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

background-color css

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

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

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

border-color css

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

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

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