#F5F59E

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

Shades of Pale Prim #F5F59E

Tints of Pale Prim #F5F59E

Color information

#F5F59E (or 0xF5F59E) is unknown color: approx Pale Prim. HEX triplet: F5, F5 and 9E. RGB value is (245,245,158). Sum of RGB (Red+Green+Blue) = 245+245+158=648 (85% of max value = 765). Red value is 245 (96.09% from 255 or 37.81% from 648); Green value is 245 (96.09% from 255 or 37.81% from 648); Blue value is 158 (62.11% from 255 or 24.38% from 648); Max value from RGB is 245 - color contains mainly: red, green. Hex color #F5F59E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5F59E is #0A0A61. Grayscale: #EBEBEB. Windows color (decimal): -658018 or 10417653. OLE color: 10417653.

HSL color Cylindrical-coordinate representation of color #F5F59E: hue angle of 60º degrees, saturation: 0.81, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F5F59E is Cyan = 0, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.04.

Color convert

RGB245245158-
CMYK000.360.04
HSL60º81.31%79.02%-
HSV(B)60º35.51%96.08%-
XYZ76.4887.1945.15-
YUV235.0884.5135.07-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 37.81%
GREEN value IS 245 (96.09% from 255) = 37.81%
BLUE value IS 158 (62.11% from 255) = 24.38%
R=37.81%
G=37.81%
B=24.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245245158000.360.046081.3179.02
HexF5F59E002443c514f
Octal3653652360044474121117
Binary1111010111110101100111100010010010011110010100011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5F59E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5F59E; }

 p { color: rgb(245,245,158); }

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

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

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

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

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

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

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