#FDF664

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

Shades of Laser Lemon #FDF664

Tints of Laser Lemon #FDF664

Color information

#FDF664 (or 0xFDF664) is unknown color: approx Laser Lemon. HEX triplet: FD, F6 and 64. RGB value is (253,246,100). Sum of RGB (Red+Green+Blue) = 253+246+100=599 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.24% from 599); Green value is 246 (96.48% from 255 or 41.07% from 599); Blue value is 100 (39.45% from 255 or 16.69% from 599); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF664 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF664 is #02099B. Grayscale: #E8E8E8. Windows color (decimal): -133532 or 6616829. OLE color: 6616829.

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

Color convert

RGB253246100-
CMYK00.030.600.01
HSL57.25º97.45%69.22%-
HSV(B)57.25º60.47%99.22%-
XYZ75.7687.7124.99-
YUV231.4553.82143.37-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.24%
GREEN value IS 246 (96.48% from 255) = 41.07%
BLUE value IS 100 (39.45% from 255) = 16.69%
R=42.24%
G=41.07%
B=16.69%

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
Decimal25324610000.030.600.0157.2597.4569.22
HexFDF664033C1396145
Octal3753661440374171141105
Binary11111101111101101100100011111100111100111000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF664; }

 p { color: rgb(253,246,100); }

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

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

 a { background-color: rgb(253,246,100); }

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

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

 span { border-color: rgb(253,246,100); }

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