#FAF99F

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

Shades of Pale Prim #FAF99F

Tints of Pale Prim #FAF99F

Color information

#FAF99F (or 0xFAF99F) is unknown color: approx Pale Prim. HEX triplet: FA, F9 and 9F. RGB value is (250,249,159). Sum of RGB (Red+Green+Blue) = 250+249+159=658 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.99% from 658); Green value is 249 (97.66% from 255 or 37.84% from 658); Blue value is 159 (62.5% from 255 or 24.16% from 658); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF99F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF99F is #050660. Grayscale: #EFEFEF. Windows color (decimal): -329313 or 10484218. OLE color: 10484218.

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

Color convert

RGB250249159-
CMYK00.000.360.02
HSL59.34º90.1%80.2%-
HSV(B)59.34º36.4%98.04%-
XYZ79.5690.5846.09-
YUV239.0482.83135.82-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.99%
GREEN value IS 249 (97.66% from 255) = 37.84%
BLUE value IS 159 (62.5% from 255) = 24.16%
R=37.99%
G=37.84%
B=24.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024915900.000.360.0259.3490.180.2
HexFAF99F002423b5a50
Octal3723712370044273132120
Binary111110101111100110011111001001001011101110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF99F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF99F; }

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

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

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

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

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

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

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

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