#FCF39F

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

Shades of Pale Prim #FCF39F

Tints of Pale Prim #FCF39F

Color information

#FCF39F (or 0xFCF39F) is unknown color: approx Pale Prim. HEX triplet: FC, F3 and 9F. RGB value is (252,243,159). Sum of RGB (Red+Green+Blue) = 252+243+159=654 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.53% from 654); Green value is 243 (95.31% from 255 or 37.16% from 654); Blue value is 159 (62.5% from 255 or 24.31% from 654); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF39F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF39F is #030C60. Grayscale: #ECECEC. Windows color (decimal): -199777 or 10482684. OLE color: 10482684.

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

Color convert

RGB252243159-
CMYK00.040.370.01
HSL54.19º93.94%80.59%-
HSV(B)54.19º36.9%98.82%-
XYZ78.4587.345.52-
YUV236.1184.48139.33-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.53%
GREEN value IS 243 (95.31% from 255) = 37.16%
BLUE value IS 159 (62.5% from 255) = 24.31%
R=38.53%
G=37.16%
B=24.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.37
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224315900.040.370.0154.1993.9480.59
HexFCF39F04251365e51
Octal3743632370445166136121
Binary1111110011110011100111110100100101111011010111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF39F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF39F; }

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

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

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

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

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

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

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

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