Html Css Color HEX #FCF57F Witch Haze

📋 copy color: '#FCF57F'

red 252 ◦ green 245 ◦ blue 127

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

Shades of Witch Haze #FCF57F

Tints of Witch Haze #FCF57F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 20.35%

R = 40.38%
G = 39.26%
B = 20.35%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#FCF57F (or 0xFCF57F) is known color: Witch Haze. HEX triplet: FC, F5 and 7F. RGB value is (252,245,127). Sum of RGB (Red+Green+Blue) = 252+245+127=624 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.38% from 624); Green value is 245 (96.09% from 255 or 39.26% from 624); Blue value is 127 (50% from 255 or 20.35% from 624); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF57F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF57F is #030A80. Grayscale: #EAEAEA. Windows color (decimal): -199297 or 8386044. OLE color: 8386044.

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

Color convert

RGB 252 245 127 -
CMYK 0 0.03 0.50 0.01
HSL 56.64º 0.95% 0.74% -
HSV(B) 56.64º 0.5% 0.99% -
XYZ 76.63 87.53 32.94 -
YUV 233.64 67.82 141.09 -
System Red Green Blue C M Y K H S L
Decimal 252 245 127 0 0.03 0.50 0.01 56.64 0.95 0.74
Hex FC F5 7F 0 3 32 1 39 5F 4A
Octal 374 365 177 0 3 62 1 71 137 112
Binary 11111100 11110101 1111111 0 11 110010 1 111001 1011111 1001010

Color Harmonies of #FCF57F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF57F

Black with #FCF57F

Text Example


Text Example

White with #FCF57F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF57F; }

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

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

background-color css

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

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

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

border-color css

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

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

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