#FFDE12

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

Shades of Lemon #FFDE12

Tints of Lemon #FFDE12

Color information

#FFDE12 (or 0xFFDE12) is unknown color: approx Lemon. HEX triplet: FF, DE and 12. RGB value is (255,222,18). Sum of RGB (Red+Green+Blue) = 255+222+18=495 (65% of max value = 765). Red value is 255 (100% from 255 or 51.52% from 495); Green value is 222 (87.11% from 255 or 44.85% from 495); Blue value is 18 (7.42% from 255 or 3.64% from 495); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDE12 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFDE12 is #0021ED. Grayscale: #D1D1D1. Windows color (decimal): -8686 or 1236735. OLE color: 1236735.

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

Color convert

RGB25522218-
CMYK00.130.930
HSL51.65º100%53.53%-
HSV(B)51.65º92.94%100%-
XYZ67.4773.5511.21-
YUV208.6120.43161.09-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51.52%
GREEN value IS 222 (87.11% from 255) = 44.85%
BLUE value IS 18 (7.42% from 255) = 3.64%
R=51.52%
G=44.85%
B=3.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.93
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552221800.130.93051.6510053.53
HexFFDE120D5D0346436
Octal3773362201513506414466
Binary11111111110111101001001101101110101101001100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDE12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDE12; }

 p { color: rgb(255,222,18); }

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

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

 a { background-color: rgb(255,222,18); }

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

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

 span { border-color: rgb(255,222,18); }

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