#FAF093

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

Shades of Picasso #FAF093

Tints of Picasso #FAF093

Color information

#FAF093 (or 0xFAF093) is unknown color: approx Picasso. HEX triplet: FA, F0 and 93. RGB value is (250,240,147). Sum of RGB (Red+Green+Blue) = 250+240+147=637 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.25% from 637); Green value is 240 (94.14% from 255 or 37.68% from 637); Blue value is 147 (57.81% from 255 or 23.08% from 637); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF093 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF093 is #050F6C. Grayscale: #E8E8E8. Windows color (decimal): -331629 or 9695482. OLE color: 9695482.

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

Color convert

RGB250240147-
CMYK00.040.410.02
HSL54.17º91.15%77.84%-
HSV(B)54.17º41.2%98.04%-
XYZ75.8584.7539.96-
YUV232.3979.81140.56-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.25%
GREEN value IS 240 (94.14% from 255) = 37.68%
BLUE value IS 147 (57.81% from 255) = 23.08%
R=39.25%
G=37.68%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.41
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024014700.040.410.0254.1791.1577.84
HexFAF09304292365b4e
Octal3723602230451266133116
Binary11111010111100001001001101001010011011011010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF093; }

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

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

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

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

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

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

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

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