Html Css Color HEX #FCF178 Witch Haze

📋 copy color: '#FCF178'

red 252 ◦ green 241 ◦ blue 120

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

Shades of Witch Haze #FCF178

Tints of Witch Haze #FCF178

RGB

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

 GREEN value IS 241 (94.53% from 255) = 39.31%

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

R = 41.11%
G = 39.31%
B = 19.58%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#FCF178 (or 0xFCF178) is known color: Witch Haze. HEX triplet: FC, F1 and 78. RGB value is (252,241,120). Sum of RGB (Red+Green+Blue) = 252+241+120=613 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.11% from 613); Green value is 241 (94.53% from 255 or 39.31% from 613); Blue value is 120 (47.27% from 255 or 19.58% from 613); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF178 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF178 is #030E87. Grayscale: #E6E6E6. Windows color (decimal): -200328 or 7926268. OLE color: 7926268.

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

Color convert

RGB 252 241 120 -
CMYK 0 0.04 0.52 0.01
HSL 55º 0.96% 0.73% -
HSV(B) 55º 0.52% 0.99% -
XYZ 74.99 84.96 30.22 -
YUV 230.5 65.64 143.34 -
System Red Green Blue C M Y K H S L
Decimal 252 241 120 0 0.04 0.52 0.01 55 0.96 0.73
Hex FC F1 78 0 4 34 1 37 60 49
Octal 374 361 170 0 4 64 1 67 140 111
Binary 11111100 11110001 1111000 0 100 110100 1 110111 1100000 1001001

Color Harmonies of #FCF178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF178

Black with #FCF178

Text Example


Text Example

White with #FCF178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF178; }

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

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

background-color css

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

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

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

border-color css

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

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

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