#FFFD6F

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

Shades of Laser Lemon #FFFD6F

Tints of Laser Lemon #FFFD6F

Color information

#FFFD6F (or 0xFFFD6F) is unknown color: approx Laser Lemon. HEX triplet: FF, FD and 6F. RGB value is (255,253,111). Sum of RGB (Red+Green+Blue) = 255+253+111=619 (81% of max value = 765). Red value is 255 (100% from 255 or 41.20% from 619); Green value is 253 (99.22% from 255 or 40.87% from 619); Blue value is 111 (43.75% from 255 or 17.93% from 619); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFD6F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFFD6F is #000290. Grayscale: #EDEDED. Windows color (decimal): -657 or 7339519. OLE color: 7339519.

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

Color convert

RGB255253111-
CMYK00.010.560
HSL59.17º100%71.76%-
HSV(B)59.17º56.47%100%-
XYZ79.2392.6628.75-
YUV237.4156.66140.55-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.20%
GREEN value IS 253 (99.22% from 255) = 40.87%
BLUE value IS 111 (43.75% from 255) = 17.93%
R=41.20%
G=40.87%
B=17.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.56
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25525311100.010.56059.1710071.76
HexFFFD6F013803b6448
Octal3773751570170073144110
Binary1111111111111101110111101111000011101111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFFD6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFFD6F; }

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

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

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

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

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

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

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

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