Html Css Color HEX #FBF091 Picasso

📋 copy color: '#FBF091'

red 251 ◦ green 240 ◦ blue 145

#FBF091
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Picasso #FBF091

Tints of Picasso #FBF091

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.8%

R = 39.47%
G = 37.74%
B = 22.8%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#FBF091 (or 0xFBF091) is known color: 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

RGB 251 240 145 -
CMYK 0 0.04 0.42 0.02
HSL 53.77º 0.93% 0.78% -
HSV(B) 53.77º 0.42% 0.98% -
XYZ 76.05 84.87 39.16 -
YUV 232.46 78.64 141.22 -
System Red Green Blue C M Y K H S L
Decimal 251 240 145 0 0.04 0.42 0.02 53.77 0.93 0.78
Hex FB F0 91 0 4 2A 2 36 5D 4E
Octal 373 360 221 0 4 52 2 66 135 116
Binary 11111011 11110000 10010001 0 100 101010 10 110110 1011101 1001110

Color Harmonies of #FBF091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBF091

Black with #FBF091

Text Example


Text Example

White with #FBF091

Text Example


Text Example

HTML Codes & Css Web 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>