#FFDE1C

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

Shades of Lemon #FFDE1C

Tints of Lemon #FFDE1C

Color information

#FFDE1C (or 0xFFDE1C) is unknown color: approx Lemon. HEX triplet: FF, DE and 1C. RGB value is (255,222,28). Sum of RGB (Red+Green+Blue) = 255+222+28=505 (66% of max value = 765). Red value is 255 (100% from 255 or 50.50% from 505); Green value is 222 (87.11% from 255 or 43.96% from 505); Blue value is 28 (11.33% from 255 or 5.54% from 505); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDE1C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFDE1C is #0021E3. Grayscale: #D2D2D2. Windows color (decimal): -8676 or 1892095. OLE color: 1892095.

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

Color convert

RGB25522228-
CMYK00.130.890
HSL51.28º100%55.49%-
HSV(B)51.28º89.02%100%-
XYZ67.5773.5911.74-
YUV209.7525.43160.27-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 50.50%
GREEN value IS 222 (87.11% from 255) = 43.96%
BLUE value IS 28 (11.33% from 255) = 5.54%
R=50.50%
G=43.96%
B=5.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.89
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552222800.130.89051.2810055.49
HexFFDE1C0D590336437
Octal3773363401513106314467
Binary11111111110111101110001101101100101100111100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDE1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDE1C; }

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

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

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

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

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

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

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

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