#FBEA1F

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

Shades of Lemon #FBEA1F

Tints of Lemon #FBEA1F

Color information

#FBEA1F (or 0xFBEA1F) is unknown color: approx Lemon. HEX triplet: FB, EA and 1F. RGB value is (251,234,31). Sum of RGB (Red+Green+Blue) = 251+234+31=516 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.64% from 516); Green value is 234 (91.80% from 255 or 45.35% from 516); Blue value is 31 (12.5% from 255 or 6.01% from 516); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEA1F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBEA1F is #0415E0. Grayscale: #D8D8D8. Windows color (decimal): -267745 or 2091771. OLE color: 2091771.

HSL color Cylindrical-coordinate representation of color #FBEA1F: hue angle of 55.36º degrees, saturation: 0.96, 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 #FBEA1F is Cyan = 0, Magento = 0.07, Yellow = 0.88 and Black (K on CMYK) = 0.02.

Color convert

RGB25123431-
CMYK00.070.880.02
HSL55.36º96.49%55.29%-
HSV(B)55.36º87.65%98.43%-
XYZ69.4579.4512.97-
YUV215.9423.63153.01-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 48.64%
GREEN value IS 234 (91.80% from 255) = 45.35%
BLUE value IS 31 (12.5% from 255) = 6.01%
R=48.64%
G=45.35%
B=6.01%

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
Decimal2512343100.070.880.0255.3696.4955.29
HexFBEA1F07582376037
Octal373352370713026714067
Binary11111011111010101111101111011000101101111100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBEA1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBEA1F; }

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

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

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

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

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

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

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

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