Html Css Color HEX #FCF078 Witch Haze

📋 copy color: '#FCF078'

red 252 ◦ green 240 ◦ blue 120

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

Shades of Witch Haze #FCF078

Tints of Witch Haze #FCF078

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 19.61%

R = 41.18%
G = 39.22%
B = 19.61%

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

#FCF078 (or 0xFCF078) is known color: Witch Haze. HEX triplet: FC, F0 and 78. RGB value is (252,240,120). Sum of RGB (Red+Green+Blue) = 252+240+120=612 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.18% from 612); Green value is 240 (94.14% from 255 or 39.22% from 612); Blue value is 120 (47.27% from 255 or 19.61% from 612); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF078 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF078 is #030F87. Grayscale: #E6E6E6. Windows color (decimal): -200584 or 7926012. OLE color: 7926012.

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

Color convert

RGB 252 240 120 -
CMYK 0 0.05 0.52 0.01
HSL 54.55º 0.96% 0.73% -
HSV(B) 54.55º 0.52% 0.99% -
XYZ 74.7 84.37 30.12 -
YUV 229.91 65.98 143.76 -
System Red Green Blue C M Y K H S L
Decimal 252 240 120 0 0.05 0.52 0.01 54.55 0.96 0.73
Hex FC F0 78 0 5 34 1 37 60 49
Octal 374 360 170 0 5 64 1 67 140 111
Binary 11111100 11110000 1111000 0 101 110100 1 110111 1100000 1001001

Color Harmonies of #FCF078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF078

Black with #FCF078

Text Example


Text Example

White with #FCF078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF078; }

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

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

background-color css

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

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

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

border-color css

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

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

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