#FDF95D

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

Shades of Laser Lemon #FDF95D

Tints of Laser Lemon #FDF95D

Color information

#FDF95D (or 0xFDF95D) is unknown color: approx Laser Lemon. HEX triplet: FD, F9 and 5D. RGB value is (253,249,93). Sum of RGB (Red+Green+Blue) = 253+249+93=595 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.52% from 595); Green value is 249 (97.66% from 255 or 41.85% from 595); Blue value is 93 (36.72% from 255 or 15.63% from 595); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF95D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF95D is #0206A2. Grayscale: #E9E9E9. Windows color (decimal): -132771 or 6158845. OLE color: 6158845.

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

Color convert

RGB25324993-
CMYK00.020.630.01
HSL58.5º97.56%67.84%-
HSV(B)58.5º63.24%99.22%-
XYZ76.3689.4223.59-
YUV232.4149.33142.68-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.52%
GREEN value IS 249 (97.66% from 255) = 41.85%
BLUE value IS 93 (36.72% from 255) = 15.63%
R=42.52%
G=41.85%
B=15.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.63
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2532499300.020.630.0158.597.5667.84
HexFDF95D023F13a6244
Octal3753711350277172142104
Binary11111101111110011011101010111111111101011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF95D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF95D; }

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

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

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

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

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

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

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

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