Html Css Color HEX #FCF57C Witch Haze

📋 copy color: '#FCF57C'

red 252 ◦ green 245 ◦ blue 124

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

Shades of Witch Haze #FCF57C

Tints of Witch Haze #FCF57C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 19.97%

R = 40.58%
G = 39.45%
B = 19.97%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FCF57C (or 0xFCF57C) is known color: Witch Haze. HEX triplet: FC, F5 and 7C. RGB value is (252,245,124). Sum of RGB (Red+Green+Blue) = 252+245+124=621 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.58% from 621); Green value is 245 (96.09% from 255 or 39.45% from 621); Blue value is 124 (48.83% from 255 or 19.97% from 621); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF57C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF57C is #030A83. Grayscale: #E9E9E9. Windows color (decimal): -199300 or 8189436. OLE color: 8189436.

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

Color convert

RGB 252 245 124 -
CMYK 0 0.03 0.51 0.01
HSL 56.72º 0.96% 0.74% -
HSV(B) 56.72º 0.51% 0.99% -
XYZ 76.44 87.46 31.92 -
YUV 233.3 66.32 141.34 -
System Red Green Blue C M Y K H S L
Decimal 252 245 124 0 0.03 0.51 0.01 56.72 0.96 0.74
Hex FC F5 7C 0 3 33 1 39 60 4A
Octal 374 365 174 0 3 63 1 71 140 112
Binary 11111100 11110101 1111100 0 11 110011 1 111001 1100000 1001010

Color Harmonies of #FCF57C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF57C

Black with #FCF57C

Text Example


Text Example

White with #FCF57C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF57C; }

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

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

background-color css

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

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

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

border-color css

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

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

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