#FBFA18

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

Shades of Lemon #FBFA18

Tints of Lemon #FBFA18

Color information

#FBFA18 (or 0xFBFA18) is unknown color: approx Lemon. HEX triplet: FB, FA and 18. RGB value is (251,250,24). Sum of RGB (Red+Green+Blue) = 251+250+24=525 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.81% from 525); Green value is 250 (98.05% from 255 or 47.62% from 525); Blue value is 24 (9.77% from 255 or 4.57% from 525); Max value from RGB is 251 - color contains mainly: red. Hex color #FBFA18 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FBFA18 is #0405E7. Grayscale: #E1E1E1. Windows color (decimal): -263656 or 1637115. OLE color: 1637115.

HSL color Cylindrical-coordinate representation of color #FBFA18: hue angle of 59.74º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FBFA18 is Cyan = 0, Magento = 0.00, Yellow = 0.90 and Black (K on CMYK) = 0.02.

Color convert

RGB25125024-
CMYK00.000.900.02
HSL59.74º96.6%53.92%-
HSV(B)59.74º90.44%98.43%-
XYZ74.1388.9514.13-
YUV224.5314.83146.88-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 47.81%
GREEN value IS 250 (98.05% from 255) = 47.62%
BLUE value IS 24 (9.77% from 255) = 4.57%
R=47.81%
G=47.62%
B=4.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.90
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2512502400.000.900.0259.7496.653.92
HexFBFA18005A23c6136
Octal373372300013227414166
Binary111110111111101011000001011010101111001100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBFA18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBFA18; }

 p { color: rgb(251,250,24); }

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

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

 a { background-color: rgb(251,250,24); }

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

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

 span { border-color: rgb(251,250,24); }

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