#FDFA6D

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

Shades of Laser Lemon #FDFA6D

Tints of Laser Lemon #FDFA6D

Color information

#FDFA6D (or 0xFDFA6D) is unknown color: approx Laser Lemon. HEX triplet: FD, FA and 6D. RGB value is (253,250,109). Sum of RGB (Red+Green+Blue) = 253+250+109=612 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.34% from 612); Green value is 250 (98.05% from 255 or 40.85% from 612); Blue value is 109 (42.97% from 255 or 17.81% from 612); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFA6D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDFA6D is #020592. Grayscale: #EBEBEB. Windows color (decimal): -132499 or 7207677. OLE color: 7207677.

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

Color convert

RGB253250109-
CMYK00.010.570.01
HSL58.75º97.3%70.98%-
HSV(B)58.75º56.92%99.22%-
XYZ77.4590.3627.83-
YUV234.8256.99140.96-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.34%
GREEN value IS 250 (98.05% from 255) = 40.85%
BLUE value IS 109 (42.97% from 255) = 17.81%
R=41.34%
G=40.85%
B=17.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.57
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25325010900.010.570.0158.7597.370.98
HexFDFA6D013913b6147
Octal3753721550171173141107
Binary1111110111111010110110101111001111101111000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFA6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFA6D; }

 p { color: rgb(253,250,109); }

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

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

 a { background-color: rgb(253,250,109); }

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

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

 span { border-color: rgb(253,250,109); }

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