#FAF09F

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

Shades of Pale Prim #FAF09F

Tints of Pale Prim #FAF09F

Color information

#FAF09F (or 0xFAF09F) is unknown color: approx Pale Prim. HEX triplet: FA, F0 and 9F. RGB value is (250,240,159). Sum of RGB (Red+Green+Blue) = 250+240+159=649 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.52% from 649); Green value is 240 (94.14% from 255 or 36.98% from 649); Blue value is 159 (62.5% from 255 or 24.50% from 649); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF09F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF09F is #050F60. Grayscale: #EAEAEA. Windows color (decimal): -331617 or 10481914. OLE color: 10481914.

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

Color convert

RGB250240159-
CMYK00.040.360.02
HSL53.41º90.1%80.2%-
HSV(B)53.41º36.4%98.04%-
XYZ76.8485.1545.19-
YUV233.7685.81139.59-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.52%
GREEN value IS 240 (94.14% from 255) = 36.98%
BLUE value IS 159 (62.5% from 255) = 24.50%
R=38.52%
G=36.98%
B=24.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024015900.040.360.0253.4190.180.2
HexFAF09F04242355a50
Octal3723602370444265132120
Binary11111010111100001001111101001001001011010110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF09F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF09F; }

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

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

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

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

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

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

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

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