#FAF59D

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

Shades of Pale Prim #FAF59D

Tints of Pale Prim #FAF59D

Color information

#FAF59D (or 0xFAF59D) is unknown color: approx Pale Prim. HEX triplet: FA, F5 and 9D. RGB value is (250,245,157). Sum of RGB (Red+Green+Blue) = 250+245+157=652 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.34% from 652); Green value is 245 (96.09% from 255 or 37.58% from 652); Blue value is 157 (61.72% from 255 or 24.08% from 652); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF59D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF59D is #050A62. Grayscale: #ECECEC. Windows color (decimal): -330339 or 10352122. OLE color: 10352122.

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

Color convert

RGB250245157-
CMYK00.020.370.02
HSL56.77º90.29%79.8%-
HSV(B)56.77º37.2%98.04%-
XYZ78.1688.0644.78-
YUV236.4683.16137.66-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.34%
GREEN value IS 245 (96.09% from 255) = 37.58%
BLUE value IS 157 (61.72% from 255) = 24.08%
R=38.34%
G=37.58%
B=24.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.37
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024515700.020.370.0256.7790.2979.8
HexFAF59D02252395a50
Octal3723652350245271132120
Binary1111101011110101100111010101001011011100110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF59D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF59D; }

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

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

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

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

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

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

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

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