#FCF499

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

Shades of Pale Prim #FCF499

Tints of Pale Prim #FCF499

Color information

#FCF499 (or 0xFCF499) is unknown color: approx Pale Prim. HEX triplet: FC, F4 and 99. RGB value is (252,244,153). Sum of RGB (Red+Green+Blue) = 252+244+153=649 (85% of max value = 765). Red value is 252 (98.83% from 255 or 38.83% from 649); Green value is 244 (95.70% from 255 or 37.60% from 649); Blue value is 153 (60.16% from 255 or 23.57% from 649); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF499 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF499 is #030B66. Grayscale: #ECECEC. Windows color (decimal): -199527 or 10089724. OLE color: 10089724.

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

Color convert

RGB252244153-
CMYK00.030.390.01
HSL55.15º94.29%79.41%-
HSV(B)55.15º39.29%98.82%-
XYZ78.2587.742.94-
YUV236.0281.15139.4-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.83%
GREEN value IS 244 (95.70% from 255) = 37.60%
BLUE value IS 153 (60.16% from 255) = 23.57%
R=38.83%
G=37.60%
B=23.57%

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
Decimal25224415300.030.390.0155.1594.2979.41
HexFCF49903271375e4f
Octal3743642310347167136117
Binary111111001111010010011001011100111111011110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF499; }

 p { color: rgb(252,244,153); }

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

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

 a { background-color: rgb(252,244,153); }

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

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

 span { border-color: rgb(252,244,153); }

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