Html Css Color HEX #FBF092 Picasso

📋 copy color: '#FBF092'

red 251 ◦ green 240 ◦ blue 146

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

Shades of Picasso #FBF092

Tints of Picasso #FBF092

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 22.92%

R = 39.4%
G = 37.68%
B = 22.92%

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

#FBF092 (or 0xFBF092) is known color: Picasso. HEX triplet: FB, F0 and 92. RGB value is (251,240,146). Sum of RGB (Red+Green+Blue) = 251+240+146=637 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.40% from 637); Green value is 240 (94.14% from 255 or 37.68% from 637); Blue value is 146 (57.42% from 255 or 22.92% from 637); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF092 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBF092 is #040F6D. Grayscale: #E8E8E8. Windows color (decimal): -266094 or 9629947. OLE color: 9629947.

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

Color convert

RGB 251 240 146 -
CMYK 0 0.04 0.42 0.02
HSL 53.71º 0.93% 0.78% -
HSV(B) 53.71º 0.42% 0.98% -
XYZ 76.13 84.9 39.57 -
YUV 232.57 79.14 141.14 -
System Red Green Blue C M Y K H S L
Decimal 251 240 146 0 0.04 0.42 0.02 53.71 0.93 0.78
Hex FB F0 92 0 4 2A 2 36 5D 4E
Octal 373 360 222 0 4 52 2 66 135 116
Binary 11111011 11110000 10010010 0 100 101010 10 110110 1011101 1001110

Color Harmonies of #FBF092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBF092

Black with #FBF092

Text Example


Text Example

White with #FBF092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBF092; }

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

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

background-color css

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

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

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

border-color css

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

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

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