Html Css Color HEX #FBF097 Picasso

📋 copy color: '#FBF097'

red 251 ◦ green 240 ◦ blue 151

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

Shades of Picasso #FBF097

Tints of Picasso #FBF097

RGB

 RED value IS 251 (98.44% from 255) = 39.1%

 GREEN value IS 240 (94.14% from 255) = 37.38%

 BLUE value IS 151 (59.38% from 255) = 23.52%

R = 39.1%
G = 37.38%
B = 23.52%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#FBF097 (or 0xFBF097) is known color: Picasso. HEX triplet: FB, F0 and 97. RGB value is (251,240,151). Sum of RGB (Red+Green+Blue) = 251+240+151=642 (85% of max value = 765). Red value is 251 (98.44% from 255 or 39.10% from 642); Green value is 240 (94.14% from 255 or 37.38% from 642); Blue value is 151 (59.38% from 255 or 23.52% from 642); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF097 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBF097 is #040F68. Grayscale: #E9E9E9. Windows color (decimal): -266089 or 9957627. OLE color: 9957627.

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

Color convert

RGB 251 240 151 -
CMYK 0 0.04 0.40 0.02
HSL 53.4º 0.93% 0.79% -
HSV(B) 53.4º 0.4% 0.98% -
XYZ 76.53 85.06 41.66 -
YUV 233.14 81.64 140.74 -
System Red Green Blue C M Y K H S L
Decimal 251 240 151 0 0.04 0.40 0.02 53.4 0.93 0.79
Hex FB F0 97 0 4 28 2 35 5D 4F
Octal 373 360 227 0 4 50 2 65 135 117
Binary 11111011 11110000 10010111 0 100 101000 10 110101 1011101 1001111

Color Harmonies of #FBF097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBF097

Black with #FBF097

Text Example


Text Example

White with #FBF097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBF097; }

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

 H1.HeaderClassName
 {
   color: #FBF097;
 }
 .AnyTagClassName
 {
   color: #FBF097;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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