#FBF213

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

Shades of Lemon #FBF213

Tints of Lemon #FBF213

Color information

#FBF213 (or 0xFBF213) is unknown color: approx Lemon. HEX triplet: FB, F2 and 13. RGB value is (251,242,19). Sum of RGB (Red+Green+Blue) = 251+242+19=512 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.02% from 512); Green value is 242 (94.92% from 255 or 47.27% from 512); Blue value is 19 (7.81% from 255 or 3.71% from 512); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF213 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FBF213 is #040DEC. Grayscale: #DCDCDC. Windows color (decimal): -265709 or 1307387. OLE color: 1307387.

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

Color convert

RGB25124219-
CMYK00.040.920.02
HSL57.67º96.67%52.94%-
HSV(B)57.67º92.43%98.43%-
XYZ71.6584.0613.06-
YUV219.2714.98150.63-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 49.02%
GREEN value IS 242 (94.92% from 255) = 47.27%
BLUE value IS 19 (7.81% from 255) = 3.71%
R=49.02%
G=47.27%
B=3.71%

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
Decimal2512421900.040.920.0257.6796.6752.94
HexFBF213045C23a6135
Octal373362230413427214165
Binary11111011111100101001101001011100101110101100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF213; }

 p { color: rgb(251,242,19); }

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

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

 a { background-color: rgb(251,242,19); }

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

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

 span { border-color: rgb(251,242,19); }

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