#FDF86D

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

Shades of Laser Lemon #FDF86D

Tints of Laser Lemon #FDF86D

Color information

#FDF86D (or 0xFDF86D) is unknown color: approx Laser Lemon. HEX triplet: FD, F8 and 6D. RGB value is (253,248,109). Sum of RGB (Red+Green+Blue) = 253+248+109=610 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.48% from 610); Green value is 248 (97.27% from 255 or 40.66% from 610); Blue value is 109 (42.97% from 255 or 17.87% from 610); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF86D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF86D is #020792. Grayscale: #EAEAEA. Windows color (decimal): -133011 or 7207165. OLE color: 7207165.

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

Color convert

RGB253248109-
CMYK00.020.570.01
HSL57.92º97.3%70.98%-
HSV(B)57.92º56.92%99.22%-
XYZ76.8489.1227.62-
YUV233.6557.66141.8-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.48%
GREEN value IS 248 (97.27% from 255) = 40.66%
BLUE value IS 109 (42.97% from 255) = 17.87%
R=41.48%
G=40.66%
B=17.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.57
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324810900.020.570.0157.9297.370.98
HexFDF86D023913a6147
Octal3753701550271172141107
Binary11111101111110001101101010111001111101011000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF86D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF86D; }

 p { color: rgb(253,248,109); }

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

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

 a { background-color: rgb(253,248,109); }

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

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

 span { border-color: rgb(253,248,109); }

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