#F5DF0E

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

Shades of Lemon #F5DF0E

Tints of Lemon #F5DF0E

Color information

#F5DF0E (or 0xF5DF0E) is unknown color: approx Lemon. HEX triplet: F5, DF and 0E. RGB value is (245,223,14). Sum of RGB (Red+Green+Blue) = 245+223+14=482 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.83% from 482); Green value is 223 (87.5% from 255 or 46.27% from 482); Blue value is 14 (5.86% from 255 or 2.90% from 482); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DF0E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5DF0E is #0A20F1. Grayscale: #CECECE. Windows color (decimal): -663794 or 974837. OLE color: 974837.

HSL color Cylindrical-coordinate representation of color #F5DF0E: hue angle of 54.29º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F5DF0E is Cyan = 0, Magento = 0.09, Yellow = 0.94 and Black (K on CMYK) = 0.04.

Color convert

RGB24522314-
CMYK00.090.940.04
HSL54.29º92.03%50.78%-
HSV(B)54.29º94.29%96.08%-
XYZ64.1272.2210.98-
YUV205.7519.79155.99-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 50.83%
GREEN value IS 223 (87.5% from 255) = 46.27%
BLUE value IS 14 (5.86% from 255) = 2.90%
R=50.83%
G=46.27%
B=2.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.94
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2452231400.090.940.0454.2992.0350.78
HexF5DFE095E4365c33
Octal3653371601113646613463
Binary111101011101111111100100110111101001101101011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5DF0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5DF0E; }

 p { color: rgb(245,223,14); }

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

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

 a { background-color: rgb(245,223,14); }

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

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

 span { border-color: rgb(245,223,14); }

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