#FDFC61

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

Shades of Laser Lemon #FDFC61

Tints of Laser Lemon #FDFC61

Color information

#FDFC61 (or 0xFDFC61) is unknown color: approx Laser Lemon. HEX triplet: FD, FC and 61. RGB value is (253,252,97). Sum of RGB (Red+Green+Blue) = 253+252+97=602 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.03% from 602); Green value is 252 (98.83% from 255 or 41.86% from 602); Blue value is 97 (38.28% from 255 or 16.11% from 602); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFC61 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDFC61 is #02039E. Grayscale: #EBEBEB. Windows color (decimal): -131999 or 6421757. OLE color: 6421757.

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

Color convert

RGB25325297-
CMYK00.000.620.01
HSL59.62º97.5%68.63%-
HSV(B)59.62º61.66%99.22%-
XYZ77.4891.3724.86-
YUV234.6350.33141.1-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.03%
GREEN value IS 252 (98.83% from 255) = 41.86%
BLUE value IS 97 (38.28% from 255) = 16.11%
R=42.03%
G=41.86%
B=16.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.62
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2532529700.000.620.0159.6297.568.63
HexFDFC61003E13c6245
Octal3753741410076174142105
Binary1111110111111100110000100111110111110011000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFC61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFC61; }

 p { color: rgb(253,252,97); }

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

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

 a { background-color: rgb(253,252,97); }

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

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

 span { border-color: rgb(253,252,97); }

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