#FFDA14

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

Shades of Lemon #FFDA14

Tints of Lemon #FFDA14

Color information

#FFDA14 (or 0xFFDA14) is unknown color: approx Lemon. HEX triplet: FF, DA and 14. RGB value is (255,218,20). Sum of RGB (Red+Green+Blue) = 255+218+20=493 (65% of max value = 765). Red value is 255 (100% from 255 or 51.72% from 493); Green value is 218 (85.55% from 255 or 44.22% from 493); Blue value is 20 (8.20% from 255 or 4.06% from 493); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDA14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFDA14 is #0025EB. Grayscale: #CFCFCF. Windows color (decimal): -9708 or 1366783. OLE color: 1366783.

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

Color convert

RGB25521820-
CMYK00.150.920
HSL50.55º100%53.92%-
HSV(B)50.55º92.16%100%-
XYZ66.4471.4510.95-
YUV206.4922.76162.6-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51.72%
GREEN value IS 218 (85.55% from 255) = 44.22%
BLUE value IS 20 (8.20% from 255) = 4.06%
R=51.72%
G=44.22%
B=4.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.92
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552182000.150.92050.5510053.92
HexFFDA140F5C0336436
Octal3773322401713406314466
Binary11111111110110101010001111101110001100111100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDA14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDA14; }

 p { color: rgb(255,218,20); }

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

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

 a { background-color: rgb(255,218,20); }

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

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

 span { border-color: rgb(255,218,20); }

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