#FDF96D

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

Shades of Laser Lemon #FDF96D

Tints of Laser Lemon #FDF96D

Color information

#FDF96D (or 0xFDF96D) is unknown color: approx Laser Lemon. HEX triplet: FD, F9 and 6D. RGB value is (253,249,109). Sum of RGB (Red+Green+Blue) = 253+249+109=611 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.41% from 611); Green value is 249 (97.66% from 255 or 40.75% from 611); Blue value is 109 (42.97% from 255 or 17.84% from 611); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF96D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF96D is #020692. Grayscale: #EAEAEA. Windows color (decimal): -132755 or 7207421. OLE color: 7207421.

HSL color Cylindrical-coordinate representation of color #FDF96D: hue angle of 58.33º 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 #FDF96D is Cyan = 0, Magento = 0.02, Yellow = 0.57 and Black (K on CMYK) = 0.01.

Color convert

RGB253249109-
CMYK00.020.570.01
HSL58.33º97.3%70.98%-
HSV(B)58.33º56.92%99.22%-
XYZ77.1489.7427.72-
YUV234.2457.33141.38-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.41%
GREEN value IS 249 (97.66% from 255) = 40.75%
BLUE value IS 109 (42.97% from 255) = 17.84%
R=41.41%
G=40.75%
B=17.84%

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
Decimal25324910900.020.570.0158.3397.370.98
HexFDF96D023913a6147
Octal3753711550271172141107
Binary11111101111110011101101010111001111101011000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF96D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF96D; }

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

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

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

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

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

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

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

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