#FDF711

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

Shades of Lemon #FDF711

Tints of Lemon #FDF711

Color information

#FDF711 (or 0xFDF711) is unknown color: approx Lemon. HEX triplet: FD, F7 and 11. RGB value is (253,247,17). Sum of RGB (Red+Green+Blue) = 253+247+17=517 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.94% from 517); Green value is 247 (96.88% from 255 or 47.78% from 517); Blue value is 17 (7.03% from 255 or 3.29% from 517); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF711 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDF711 is #0208EE. Grayscale: #DFDFDF. Windows color (decimal): -133359 or 1177597. OLE color: 1177597.

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

Color convert

RGB25324717-
CMYK00.020.930.01
HSL58.47º98.33%52.94%-
HSV(B)58.47º93.28%99.22%-
XYZ73.8787.4413.52-
YUV222.5711.99149.7-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 48.94%
GREEN value IS 247 (96.88% from 255) = 47.78%
BLUE value IS 17 (7.03% from 255) = 3.29%
R=48.94%
G=47.78%
B=3.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.93
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2532471700.020.930.0158.4798.3352.94
HexFDF711025D13a6235
Octal375367210213517214265
Binary111111011111011110001010101110111110101100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF711; }

 p { color: rgb(253,247,17); }

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

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

 a { background-color: rgb(253,247,17); }

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

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

 span { border-color: rgb(253,247,17); }

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