#FAF59A

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

Shades of Pale Prim #FAF59A

Tints of Pale Prim #FAF59A

Color information

#FAF59A (or 0xFAF59A) is unknown color: approx Pale Prim. HEX triplet: FA, F5 and 9A. RGB value is (250,245,154). Sum of RGB (Red+Green+Blue) = 250+245+154=649 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.52% from 649); Green value is 245 (96.09% from 255 or 37.75% from 649); Blue value is 154 (60.55% from 255 or 23.73% from 649); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF59A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF59A is #050A65. Grayscale: #ECECEC. Windows color (decimal): -330342 or 10155514. OLE color: 10155514.

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

Color convert

RGB250245154-
CMYK00.020.380.02
HSL56.88º90.57%79.22%-
HSV(B)56.88º38.4%98.04%-
XYZ77.9187.9643.44-
YUV236.1281.66137.9-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.52%
GREEN value IS 245 (96.09% from 255) = 37.75%
BLUE value IS 154 (60.55% from 255) = 23.73%
R=38.52%
G=37.75%
B=23.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.38
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024515400.020.380.0256.8890.5779.22
HexFAF59A02262395b4f
Octal3723652320246271133117
Binary1111101011110101100110100101001101011100110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF59A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF59A; }

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

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

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

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

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

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

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

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