#FBF015

Color #FBF015 Lemon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lemon #FBF015

Tints of Lemon #FBF015

Color information

#FBF015 (or 0xFBF015) is unknown color: approx Lemon. HEX triplet: FB, F0 and 15. RGB value is (251,240,21). Sum of RGB (Red+Green+Blue) = 251+240+21=512 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.02% from 512); Green value is 240 (94.14% from 255 or 46.88% from 512); Blue value is 21 (8.59% from 255 or 4.10% from 512); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF015 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FBF015 is #040FEA. Grayscale: #DBDBDB. Windows color (decimal): -266219 or 1437947. OLE color: 1437947.

HSL color Cylindrical-coordinate representation of color #FBF015: hue angle of 57.13º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FBF015 is Cyan = 0, Magento = 0.04, Yellow = 0.92 and Black (K on CMYK) = 0.02.

Color convert

RGB25124021-
CMYK00.040.920.02
HSL57.13º96.64%53.33%-
HSV(B)57.13º91.63%98.43%-
XYZ71.0882.8812.96-
YUV218.3216.64151.31-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 49.02%
GREEN value IS 240 (94.14% from 255) = 46.88%
BLUE value IS 21 (8.59% from 255) = 4.10%
R=49.02%
G=46.88%
B=4.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.92
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2512402100.040.920.0257.1396.6453.33
HexFBF015045C2396135
Octal373360250413427114165
Binary11111011111100001010101001011100101110011100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF015; }

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

 H1.HeaderClassName
 {
   color: #FBF015;
 }
 .AnyTagClassName
 {
   color: #FBF015;
 }
</style>
background-color css

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

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

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

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

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

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