Html Css Color HEX #FCF079 Witch Haze

📋 copy color: '#FCF079'

red 252 ◦ green 240 ◦ blue 121

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

Shades of Witch Haze #FCF079

Tints of Witch Haze #FCF079

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 19.74%

R = 41.11%
G = 39.15%
B = 19.74%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#FCF079 (or 0xFCF079) is known color: Witch Haze. HEX triplet: FC, F0 and 79. RGB value is (252,240,121). Sum of RGB (Red+Green+Blue) = 252+240+121=613 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.11% from 613); Green value is 240 (94.14% from 255 or 39.15% from 613); Blue value is 121 (47.66% from 255 or 19.74% from 613); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF079 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF079 is #030F86. Grayscale: #E6E6E6. Windows color (decimal): -200583 or 7991548. OLE color: 7991548.

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

Color convert

RGB 252 240 121 -
CMYK 0 0.05 0.52 0.01
HSL 54.5º 0.96% 0.73% -
HSV(B) 54.5º 0.52% 0.99% -
XYZ 74.76 84.4 30.44 -
YUV 230.02 66.48 143.68 -
System Red Green Blue C M Y K H S L
Decimal 252 240 121 0 0.05 0.52 0.01 54.5 0.96 0.73
Hex FC F0 79 0 5 34 1 37 60 49
Octal 374 360 171 0 5 64 1 67 140 111
Binary 11111100 11110000 1111001 0 101 110100 1 110111 1100000 1001001

Color Harmonies of #FCF079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF079

Black with #FCF079

Text Example


Text Example

White with #FCF079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF079; }

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

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

background-color css

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

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

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

border-color css

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

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

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