#FDF565

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

Shades of Laser Lemon #FDF565

Tints of Laser Lemon #FDF565

Color information

#FDF565 (or 0xFDF565) is unknown color: approx Laser Lemon. HEX triplet: FD, F5 and 65. RGB value is (253,245,101). Sum of RGB (Red+Green+Blue) = 253+245+101=599 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.24% from 599); Green value is 245 (96.09% from 255 or 40.90% from 599); Blue value is 101 (39.84% from 255 or 16.86% from 599); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF565 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF565 is #020A9A. Grayscale: #E7E7E7. Windows color (decimal): -133787 or 6682109. OLE color: 6682109.

HSL color Cylindrical-coordinate representation of color #FDF565: hue angle of 56.84º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FDF565 is Cyan = 0, Magento = 0.03, Yellow = 0.60 and Black (K on CMYK) = 0.01.

Color convert

RGB253245101-
CMYK00.030.600.01
HSL56.84º97.44%69.41%-
HSV(B)56.84º60.08%99.22%-
XYZ75.5187.1325.15-
YUV230.9854.65143.71-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.24%
GREEN value IS 245 (96.09% from 255) = 40.90%
BLUE value IS 101 (39.84% from 255) = 16.86%
R=42.24%
G=40.90%
B=16.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.60
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324510100.030.600.0156.8497.4469.41
HexFDF565033C1396145
Octal3753651450374171141105
Binary11111101111101011100101011111100111100111000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF565; }

 p { color: rgb(253,245,101); }

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

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

 a { background-color: rgb(253,245,101); }

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

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

 span { border-color: rgb(253,245,101); }

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