#FBF091

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

Shades of Picasso #FBF091

Tints of Picasso #FBF091

Color information

#FBF091 (or 0xFBF091) is unknown color: approx Picasso. HEX triplet: FB, F0 and 91. RGB value is (251,240,145). Sum of RGB (Red+Green+Blue) = 251+240+145=636 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.47% from 636); Green value is 240 (94.14% from 255 or 37.74% from 636); Blue value is 145 (57.03% from 255 or 22.80% from 636); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF091 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBF091 is #040F6E. Grayscale: #E8E8E8. Windows color (decimal): -266095 or 9564411. OLE color: 9564411.

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

Color convert

RGB251240145-
CMYK00.040.420.02
HSL53.77º92.98%77.65%-
HSV(B)53.77º42.23%98.43%-
XYZ76.0584.8739.16-
YUV232.4678.64141.22-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.47%
GREEN value IS 240 (94.14% from 255) = 37.74%
BLUE value IS 145 (57.03% from 255) = 22.80%
R=39.47%
G=37.74%
B=22.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.42
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25124014500.040.420.0253.7792.9877.65
HexFBF091042A2365d4e
Octal3733602210452266135116
Binary11111011111100001001000101001010101011011010111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF091; }

 p { color: rgb(251,240,145); }

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

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

 a { background-color: rgb(251,240,145); }

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

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

 span { border-color: rgb(251,240,145); }

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