Html Css Color HEX #FBF095 Picasso

📋 copy color: '#FBF095'

red 251 ◦ green 240 ◦ blue 149

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

Shades of Picasso #FBF095

Tints of Picasso #FBF095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 23.28%

R = 39.22%
G = 37.5%
B = 23.28%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#FBF095 (or 0xFBF095) is known color: Picasso. HEX triplet: FB, F0 and 95. RGB value is (251,240,149). Sum of RGB (Red+Green+Blue) = 251+240+149=640 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.22% from 640); Green value is 240 (94.14% from 255 or 37.5% from 640); Blue value is 149 (58.59% from 255 or 23.28% from 640); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF095 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBF095 is #040F6A. Grayscale: #E9E9E9. Windows color (decimal): -266091 or 9826555. OLE color: 9826555.

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

Color convert

RGB 251 240 149 -
CMYK 0 0.04 0.41 0.02
HSL 53.53º 0.93% 0.78% -
HSV(B) 53.53º 0.41% 0.98% -
XYZ 76.37 85 40.82 -
YUV 232.92 80.64 140.9 -
System Red Green Blue C M Y K H S L
Decimal 251 240 149 0 0.04 0.41 0.02 53.53 0.93 0.78
Hex FB F0 95 0 4 29 2 36 5D 4E
Octal 373 360 225 0 4 51 2 66 135 116
Binary 11111011 11110000 10010101 0 100 101001 10 110110 1011101 1001110

Color Harmonies of #FBF095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBF095

Black with #FBF095

Text Example


Text Example

White with #FBF095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBF095; }

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

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

background-color css

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

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

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

border-color css

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

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

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