#FAF59F

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

Shades of Pale Prim #FAF59F

Tints of Pale Prim #FAF59F

Color information

#FAF59F (or 0xFAF59F) is unknown color: approx Pale Prim. HEX triplet: FA, F5 and 9F. RGB value is (250,245,159). Sum of RGB (Red+Green+Blue) = 250+245+159=654 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.23% from 654); Green value is 245 (96.09% from 255 or 37.46% from 654); Blue value is 159 (62.5% from 255 or 24.31% from 654); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF59F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF59F is #050A60. Grayscale: #EDEDED. Windows color (decimal): -330337 or 10483194. OLE color: 10483194.

HSL color Cylindrical-coordinate representation of color #FAF59F: hue angle of 56.7º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FAF59F is Cyan = 0, Magento = 0.02, Yellow = 0.36 and Black (K on CMYK) = 0.02.

Color convert

RGB250245159-
CMYK00.020.360.02
HSL56.7º90.1%80.2%-
HSV(B)56.7º36.4%98.04%-
XYZ78.3388.1345.68-
YUV236.6984.16137.49-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.23%
GREEN value IS 245 (96.09% from 255) = 37.46%
BLUE value IS 159 (62.5% from 255) = 24.31%
R=38.23%
G=37.46%
B=24.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024515900.020.360.0256.790.180.2
HexFAF59F02242395a50
Octal3723652370244271132120
Binary1111101011110101100111110101001001011100110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF59F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF59F; }

 p { color: rgb(250,245,159); }

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

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

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

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

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

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

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