#FCF59A

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

Shades of Pale Prim #FCF59A

Tints of Pale Prim #FCF59A

Color information

#FCF59A (or 0xFCF59A) is unknown color: approx Pale Prim. HEX triplet: FC, F5 and 9A. RGB value is (252,245,154). Sum of RGB (Red+Green+Blue) = 252+245+154=651 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.71% from 651); Green value is 245 (96.09% from 255 or 37.63% from 651); Blue value is 154 (60.55% from 255 or 23.66% from 651); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF59A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF59A is #030A65. Grayscale: #EDEDED. Windows color (decimal): -199270 or 10155516. OLE color: 10155516.

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

Color convert

RGB252245154-
CMYK00.030.390.01
HSL55.71º94.23%79.61%-
HSV(B)55.71º38.89%98.82%-
XYZ78.6388.3343.48-
YUV236.7281.32138.9-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.71%
GREEN value IS 245 (96.09% from 255) = 37.63%
BLUE value IS 154 (60.55% from 255) = 23.66%
R=38.71%
G=37.63%
B=23.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.39
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224515400.030.390.0155.7194.2379.61
HexFCF59A03271385e50
Octal3743652320347170136120
Binary111111001111010110011010011100111111100010111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF59A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF59A; }

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

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

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

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

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

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

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

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