#FBE014

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

Shades of Lemon #FBE014

Tints of Lemon #FBE014

Color information

#FBE014 (or 0xFBE014) is unknown color: approx Lemon. HEX triplet: FB, E0 and 14. RGB value is (251,224,20). Sum of RGB (Red+Green+Blue) = 251+224+20=495 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.71% from 495); Green value is 224 (87.89% from 255 or 45.25% from 495); Blue value is 20 (8.20% from 255 or 4.04% from 495); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE014 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBE014 is #041FEB. Grayscale: #D1D1D1. Windows color (decimal): -270316 or 1368315. OLE color: 1368315.

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

Color convert

RGB25122420-
CMYK00.110.920.02
HSL52.99º96.65%53.14%-
HSV(B)52.99º92.03%98.43%-
XYZ66.5773.8711.41-
YUV208.8221.45158.09-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 50.71%
GREEN value IS 224 (87.89% from 255) = 45.25%
BLUE value IS 20 (8.20% from 255) = 4.04%
R=50.71%
G=45.25%
B=4.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.92
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2512242000.110.920.0252.9996.6553.14
HexFBE0140B5C2356135
Octal3733402401313426514165
Binary111110111110000010100010111011100101101011100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE014; }

 p { color: rgb(251,224,20); }

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

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

 a { background-color: rgb(251,224,20); }

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

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

 span { border-color: rgb(251,224,20); }

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