#FDFB16

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

Shades of Lemon #FDFB16

Tints of Lemon #FDFB16

Color information

#FDFB16 (or 0xFDFB16) is unknown color: approx Lemon. HEX triplet: FD, FB and 16. RGB value is (253,251,22). Sum of RGB (Red+Green+Blue) = 253+251+22=526 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.10% from 526); Green value is 251 (98.44% from 255 or 47.72% from 526); Blue value is 22 (8.98% from 255 or 4.18% from 526); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFB16 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDFB16 is #0204E9. Grayscale: #E2E2E2. Windows color (decimal): -132330 or 1506301. OLE color: 1506301.

HSL color Cylindrical-coordinate representation of color #FDFB16: hue angle of 59.48º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FDFB16 is Cyan = 0, Magento = 0.01, Yellow = 0.91 and Black (K on CMYK) = 0.01.

Color convert

RGB25325122-
CMYK00.010.910.01
HSL59.48º98.3%53.92%-
HSV(B)59.48º91.3%99.22%-
XYZ75.1589.9314.16-
YUV225.4913.16147.62-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 48.10%
GREEN value IS 251 (98.44% from 255) = 47.72%
BLUE value IS 22 (8.98% from 255) = 4.18%
R=48.10%
G=47.72%
B=4.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.91
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2532512200.010.910.0159.4898.353.92
HexFDFB16015B13b6236
Octal375373260113317314266
Binary11111101111110111011001101101111110111100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFB16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFB16; }

 p { color: rgb(253,251,22); }

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

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

 a { background-color: rgb(253,251,22); }

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

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

 span { border-color: rgb(253,251,22); }

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