#FCF59C

Color #FCF59C Pale Prim (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Prim #FCF59C

Tints of Pale Prim #FCF59C

Color information

#FCF59C (or 0xFCF59C) is unknown color: approx Pale Prim. HEX triplet: FC, F5 and 9C. RGB value is (252,245,156). Sum of RGB (Red+Green+Blue) = 252+245+156=653 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.59% from 653); Green value is 245 (96.09% from 255 or 37.52% from 653); Blue value is 156 (61.33% from 255 or 23.89% from 653); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF59C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF59C is #030A63. Grayscale: #EDEDED. Windows color (decimal): -199268 or 10286588. OLE color: 10286588.

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

Color convert

RGB252245156-
CMYK00.030.380.01
HSL55.62º94.12%80%-
HSV(B)55.62º38.1%98.82%-
XYZ78.888.444.36-
YUV236.9582.32138.74-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.59%
GREEN value IS 245 (96.09% from 255) = 37.52%
BLUE value IS 156 (61.33% from 255) = 23.89%
R=38.59%
G=37.52%
B=23.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.38
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224515600.030.380.0155.6294.1280
HexFCF59C03261385e50
Octal3743652340346170136120
Binary111111001111010110011100011100110111100010111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF59C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF59C; }

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

 H1.HeaderClassName
 {
   color: #FCF59C;
 }
 .AnyTagClassName
 {
   color: #FCF59C;
 }
</style>
background-color css

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

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

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

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

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

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