#FDF760

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

Shades of Laser Lemon #FDF760

Tints of Laser Lemon #FDF760

Color information

#FDF760 (or 0xFDF760) is unknown color: approx Laser Lemon. HEX triplet: FD, F7 and 60. RGB value is (253,247,96). Sum of RGB (Red+Green+Blue) = 253+247+96=596 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.45% from 596); Green value is 247 (96.88% from 255 or 41.44% from 596); Blue value is 96 (37.89% from 255 or 16.11% from 596); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF760 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF760 is #02089F. Grayscale: #E8E8E8. Windows color (decimal): -133280 or 6354941. OLE color: 6354941.

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

Color convert

RGB25324796-
CMYK00.020.620.01
HSL57.71º97.52%68.43%-
HSV(B)57.71º62.06%99.22%-
XYZ75.8888.2524.1-
YUV231.5851.49143.28-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.45%
GREEN value IS 247 (96.88% from 255) = 41.44%
BLUE value IS 96 (37.89% from 255) = 16.11%
R=42.45%
G=41.44%
B=16.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.62
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2532479600.020.620.0157.7197.5268.43
HexFDF760023E13a6244
Octal3753671400276172142104
Binary11111101111101111100000010111110111101011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF760; }

 p { color: rgb(253,247,96); }

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

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

 a { background-color: rgb(253,247,96); }

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

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

 span { border-color: rgb(253,247,96); }

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