#FCF299

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

Shades of Pale Prim #FCF299

Tints of Pale Prim #FCF299

Color information

#FCF299 (or 0xFCF299) is unknown color: approx Pale Prim. HEX triplet: FC, F2 and 99. RGB value is (252,242,153). Sum of RGB (Red+Green+Blue) = 252+242+153=647 (85% of max value = 765). Red value is 252 (98.83% from 255 or 38.95% from 647); Green value is 242 (94.92% from 255 or 37.40% from 647); Blue value is 153 (60.16% from 255 or 23.65% from 647); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF299 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF299 is #030D66. Grayscale: #EBEBEB. Windows color (decimal): -200039 or 10089212. OLE color: 10089212.

HSL color Cylindrical-coordinate representation of color #FCF299: hue angle of 53.94º 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 #FCF299 is Cyan = 0, Magento = 0.04, Yellow = 0.39 and Black (K on CMYK) = 0.01.

Color convert

RGB252242153-
CMYK00.040.390.01
HSL53.94º94.29%79.41%-
HSV(B)53.94º39.29%98.82%-
XYZ77.6586.542.74-
YUV234.8481.81140.24-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.95%
GREEN value IS 242 (94.92% from 255) = 37.40%
BLUE value IS 153 (60.16% from 255) = 23.65%
R=38.95%
G=37.40%
B=23.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.39
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224215300.040.390.0153.9494.2979.41
HexFCF29904271365e4f
Octal3743622310447166136117
Binary1111110011110010100110010100100111111011010111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF299; }

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

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

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

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

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

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

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

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