#FDFF6B

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

Shades of Laser Lemon #FDFF6B

Tints of Laser Lemon #FDFF6B

Color information

#FDFF6B (or 0xFDFF6B) is unknown color: approx Laser Lemon. HEX triplet: FD, FF and 6B. RGB value is (253,255,107). Sum of RGB (Red+Green+Blue) = 253+255+107=615 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.14% from 615); Green value is 255 (100% from 255 or 41.46% from 615); Blue value is 107 (42.19% from 255 or 17.40% from 615); Max value from RGB is 255 - color contains mainly: green. Hex color #FDFF6B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDFF6B is #020094. Grayscale: #EEEEEE. Windows color (decimal): -131221 or 7077885. OLE color: 7077885.

HSL color Cylindrical-coordinate representation of color #FDFF6B: hue angle of 60.81º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FDFF6B is Cyan = 0.01, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.

Color convert

RGB253255107-
CMYK0.0100.580
HSL60.81º100%70.98%-
HSV(B)60.81º58.04%100%-
XYZ78.9293.4627.79-
YUV237.5354.34139.03-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.14%
GREEN value IS 255 (100% from 255) = 41.46%
BLUE value IS 107 (42.19% from 255) = 17.40%
R=41.14%
G=41.46%
B=17.40%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2532551070.0100.58060.8110070.98
HexFDFF6B103A03d6447
Octal3753771531072075144107
Binary1111110111111111110101110111010011110111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFF6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFF6B; }

 p { color: rgb(253,255,107); }

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

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

 a { background-color: rgb(253,255,107); }

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

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

 span { border-color: rgb(253,255,107); }

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