Html Css Color HEX #FCF56F Witch Haze

📋 copy color: '#FCF56F'

red 252 ◦ green 245 ◦ blue 111

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

Shades of Witch Haze #FCF56F

Tints of Witch Haze #FCF56F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 18.26%

R = 41.45%
G = 40.3%
B = 18.26%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FCF56F (or 0xFCF56F) is known color: Witch Haze. HEX triplet: FC, F5 and 6F. RGB value is (252,245,111). Sum of RGB (Red+Green+Blue) = 252+245+111=608 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.45% from 608); Green value is 245 (96.09% from 255 or 40.30% from 608); Blue value is 111 (43.75% from 255 or 18.26% from 608); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF56F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF56F is #030A90. Grayscale: #E8E8E8. Windows color (decimal): -199313 or 7337468. OLE color: 7337468.

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

Color convert

RGB 252 245 111 -
CMYK 0 0.03 0.56 0.01
HSL 57.02º 0.96% 0.71% -
HSV(B) 57.02º 0.56% 0.99% -
XYZ 75.67 87.15 27.87 -
YUV 231.82 59.82 142.4 -
System Red Green Blue C M Y K H S L
Decimal 252 245 111 0 0.03 0.56 0.01 57.02 0.96 0.71
Hex FC F5 6F 0 3 38 1 39 60 47
Octal 374 365 157 0 3 70 1 71 140 107
Binary 11111100 11110101 1101111 0 11 111000 1 111001 1100000 1000111

Color Harmonies of #FCF56F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF56F

Black with #FCF56F

Text Example


Text Example

White with #FCF56F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF56F; }

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

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

background-color css

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

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

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

border-color css

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

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

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