Html Css Color HEX #FCF56C Witch Haze

📋 copy color: '#FCF56C'

red 252 ◦ green 245 ◦ blue 108

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

Shades of Witch Haze #FCF56C

Tints of Witch Haze #FCF56C

RGB

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

 GREEN value IS 245 (96.09% from 255) = 40.5%

 BLUE value IS 108 (42.58% from 255) = 17.85%

R = 41.65%
G = 40.5%
B = 17.85%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.57

 K value IS 0.01

RGB Variations

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

Color information

#FCF56C (or 0xFCF56C) is known color: Witch Haze. HEX triplet: FC, F5 and 6C. RGB value is (252,245,108). Sum of RGB (Red+Green+Blue) = 252+245+108=605 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.65% from 605); Green value is 245 (96.09% from 255 or 40.50% from 605); Blue value is 108 (42.58% from 255 or 17.85% from 605); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF56C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF56C is #030A93. Grayscale: #E8E8E8. Windows color (decimal): -199316 or 7140860. OLE color: 7140860.

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

Color convert

RGB 252 245 108 -
CMYK 0 0.03 0.57 0.01
HSL 57.08º 0.96% 0.71% -
HSV(B) 57.08º 0.57% 0.99% -
XYZ 75.5 87.08 27.02 -
YUV 231.48 58.32 142.64 -
System Red Green Blue C M Y K H S L
Decimal 252 245 108 0 0.03 0.57 0.01 57.08 0.96 0.71
Hex FC F5 6C 0 3 39 1 39 60 47
Octal 374 365 154 0 3 71 1 71 140 107
Binary 11111100 11110101 1101100 0 11 111001 1 111001 1100000 1000111

Color Harmonies of #FCF56C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF56C

Black with #FCF56C

Text Example


Text Example

White with #FCF56C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF56C; }

 p { color: rgb(252,245,108); }

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

background-color css

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

 a { background-color: rgb(252,245,108); }

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

border-color css

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

 span { border-color: rgb(252,245,108); }

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