#FBEA1E

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

Shades of Lemon #FBEA1E

Tints of Lemon #FBEA1E

Color information

#FBEA1E (or 0xFBEA1E) is unknown color: approx Lemon. HEX triplet: FB, EA and 1E. RGB value is (251,234,30). Sum of RGB (Red+Green+Blue) = 251+234+30=515 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.74% from 515); Green value is 234 (91.80% from 255 or 45.44% from 515); Blue value is 30 (12.11% from 255 or 5.83% from 515); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEA1E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBEA1E is #0415E1. Grayscale: #D8D8D8. Windows color (decimal): -267746 or 2026235. OLE color: 2026235.

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

Color convert

RGB25123430-
CMYK00.070.880.02
HSL55.38º96.51%55.1%-
HSV(B)55.38º88.05%98.43%-
XYZ69.4479.4512.9-
YUV215.8323.13153.09-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 48.74%
GREEN value IS 234 (91.80% from 255) = 45.44%
BLUE value IS 30 (12.11% from 255) = 5.83%
R=48.74%
G=45.44%
B=5.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.88
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2512343000.070.880.0255.3896.5155.1
HexFBEA1E07582376137
Octal373352360713026714167
Binary11111011111010101111001111011000101101111100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBEA1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBEA1E; }

 p { color: rgb(251,234,30); }

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

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

 a { background-color: rgb(251,234,30); }

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

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

 span { border-color: rgb(251,234,30); }

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