#FDDB10

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

Shades of Lemon #FDDB10

Tints of Lemon #FDDB10

Color information

#FDDB10 (or 0xFDDB10) is unknown color: approx Lemon. HEX triplet: FD, DB and 10. RGB value is (253,219,16). Sum of RGB (Red+Green+Blue) = 253+219+16=488 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.84% from 488); Green value is 219 (85.94% from 255 or 44.88% from 488); Blue value is 16 (6.64% from 255 or 3.28% from 488); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDB10 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDDB10 is #0224EF. Grayscale: #CECECE. Windows color (decimal): -140528 or 1104893. OLE color: 1104893.

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

Color convert

RGB25321916-
CMYK00.130.940.01
HSL51.39º98.34%52.75%-
HSV(B)51.39º93.68%99.22%-
XYZ65.9371.5810.83-
YUV206.0220.76161.51-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 51.84%
GREEN value IS 219 (85.94% from 255) = 44.88%
BLUE value IS 16 (6.64% from 255) = 3.28%
R=51.84%
G=44.88%
B=3.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.94
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2532191600.130.940.0151.3998.3452.75
HexFDDB100D5E1336235
Octal3753332001513616314265
Binary11111101110110111000001101101111011100111100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDDB10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDDB10; }

 p { color: rgb(253,219,16); }

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

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

 a { background-color: rgb(253,219,16); }

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

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

 span { border-color: rgb(253,219,16); }

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