#ffdb11

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

Shades of Lemon #FFDB11

Tints of Lemon #FFDB11

Color information

#FFDB11 (or 0xFFDB11) is unknown color: approx Lemon. HEX triplet: FF, DB and 11. RGB value is (255,219,17). Sum of RGB (Red+Green+Blue) = 255+219+17=491 (65% of max value = 765). Red value is 255 (100% from 255 or 51.93% from 491); Green value is 219 (85.94% from 255 or 44.60% from 491); Blue value is 17 (7.03% from 255 or 3.46% from 491); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDB11 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFDB11 is #0024EE. Grayscale: #CFCFCF. Windows color (decimal): -9455 or 1170431. OLE color: 1170431.

HSL color Cylindrical-coordinate representation of color #FFDB11: hue angle of 50.92º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FFDB11 is Cyan = 0, Magento = 0.14, Yellow = 0.93 and Black (K on CMYK) = 0.

Color convert

RGB25521917-
CMYK00.140.930
HSL50.92º100%53.33%-
HSV(B)50.92º93.33%100%-
XYZ66.6771.9610.91-
YUV206.7420.93162.43-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51.93%
GREEN value IS 219 (85.94% from 255) = 44.60%
BLUE value IS 17 (7.03% from 255) = 3.46%
R=51.93%
G=44.60%
B=3.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.93
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552191700.140.93050.9210053.33
HexFFDB110E5D0336435
Octal3773332101613506314465
Binary11111111110110111000101110101110101100111100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ffdb11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ffdb11; }

 p { color: rgb(255,219,17); }

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

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

 a { background-color: rgb(255,219,17); }

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

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

 span { border-color: rgb(255,219,17); }

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