Html Css Color HEX #FBF096 Picasso

📋 copy color: '#FBF096'

red 251 ◦ green 240 ◦ blue 150

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

Shades of Picasso #FBF096

Tints of Picasso #FBF096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 23.4%

R = 39.16%
G = 37.44%
B = 23.4%

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

#FBF096 (or 0xFBF096) is known color: Picasso. HEX triplet: FB, F0 and 96. RGB value is (251,240,150). Sum of RGB (Red+Green+Blue) = 251+240+150=641 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.16% from 641); Green value is 240 (94.14% from 255 or 37.44% from 641); Blue value is 150 (58.98% from 255 or 23.40% from 641); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF096 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBF096 is #040F69. Grayscale: #E9E9E9. Windows color (decimal): -266090 or 9892091. OLE color: 9892091.

HSL color Cylindrical-coordinate representation of color #FBF096: hue angle of 53.47º 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 #FBF096 is Cyan = 0, Magento = 0.04, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 240 150 -
CMYK 0 0.04 0.40 0.02
HSL 53.47º 0.93% 0.79% -
HSV(B) 53.47º 0.4% 0.98% -
XYZ 76.45 85.03 41.24 -
YUV 233.03 81.14 140.82 -
System Red Green Blue C M Y K H S L
Decimal 251 240 150 0 0.04 0.40 0.02 53.47 0.93 0.79
Hex FB F0 96 0 4 28 2 35 5D 4F
Octal 373 360 226 0 4 50 2 65 135 117
Binary 11111011 11110000 10010110 0 100 101000 10 110101 1011101 1001111

Color Harmonies of #FBF096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBF096

Black with #FBF096

Text Example


Text Example

White with #FBF096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBF096; }

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

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

background-color css

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

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

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

border-color css

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

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

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