#FCF59F

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

Shades of Pale Prim #FCF59F

Tints of Pale Prim #FCF59F

Color information

#FCF59F (or 0xFCF59F) is unknown color: approx Pale Prim. HEX triplet: FC, F5 and 9F. RGB value is (252,245,159). Sum of RGB (Red+Green+Blue) = 252+245+159=656 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.41% from 656); Green value is 245 (96.09% from 255 or 37.35% from 656); Blue value is 159 (62.5% from 255 or 24.24% from 656); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF59F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF59F is #030A60. Grayscale: #EDEDED. Windows color (decimal): -199265 or 10483196. OLE color: 10483196.

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

Color convert

RGB252245159-
CMYK00.030.370.01
HSL55.48º93.94%80.59%-
HSV(B)55.48º36.9%98.82%-
XYZ79.0688.545.72-
YUV237.2983.82138.49-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.41%
GREEN value IS 245 (96.09% from 255) = 37.35%
BLUE value IS 159 (62.5% from 255) = 24.24%
R=38.41%
G=37.35%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.37
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224515900.030.370.0155.4893.9480.59
HexFCF59F03251375e51
Octal3743652370345167136121
Binary111111001111010110011111011100101111011110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF59F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF59F; }

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

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

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

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

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

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

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

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