#FAF099

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

Shades of Picasso #FAF099

Tints of Picasso #FAF099

Color information

#FAF099 (or 0xFAF099) is unknown color: approx Picasso. HEX triplet: FA, F0 and 99. RGB value is (250,240,153). Sum of RGB (Red+Green+Blue) = 250+240+153=643 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.88% from 643); Green value is 240 (94.14% from 255 or 37.33% from 643); Blue value is 153 (60.16% from 255 or 23.79% from 643); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF099 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF099 is #050F66. Grayscale: #E9E9E9. Windows color (decimal): -331623 or 10088698. OLE color: 10088698.

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

Color convert

RGB250240153-
CMYK00.040.390.02
HSL53.81º90.65%79.02%-
HSV(B)53.81º38.8%98.04%-
XYZ76.3384.9442.51-
YUV233.0782.81140.07-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.88%
GREEN value IS 240 (94.14% from 255) = 37.33%
BLUE value IS 153 (60.16% from 255) = 23.79%
R=38.88%
G=37.33%
B=23.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.39
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024015300.040.390.0253.8190.6579.02
HexFAF09904272365b4f
Octal3723602310447266133117
Binary11111010111100001001100101001001111011011010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF099; }

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

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

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

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

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

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

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

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