#FDFA5C

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

Shades of Laser Lemon #FDFA5C

Tints of Laser Lemon #FDFA5C

Color information

#FDFA5C (or 0xFDFA5C) is unknown color: approx Laser Lemon. HEX triplet: FD, FA and 5C. RGB value is (253,250,92). Sum of RGB (Red+Green+Blue) = 253+250+92=595 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.52% from 595); Green value is 250 (98.05% from 255 or 42.02% from 595); Blue value is 92 (36.33% from 255 or 15.46% from 595); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFA5C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDFA5C is #0205A3. Grayscale: #E9E9E9. Windows color (decimal): -132516 or 6093565. OLE color: 6093565.

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

Color convert

RGB25325092-
CMYK00.010.640.01
HSL58.88º97.58%67.65%-
HSV(B)58.88º63.64%99.22%-
XYZ76.6390.0323.46-
YUV232.8848.49142.35-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.52%
GREEN value IS 250 (98.05% from 255) = 42.02%
BLUE value IS 92 (36.33% from 255) = 15.46%
R=42.52%
G=42.02%
B=15.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.64
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2532509200.010.640.0158.8897.5867.65
HexFDFA5C014013b6244
Octal37537213401100173142104
Binary11111101111110101011100011000000111101111000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFA5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFA5C; }

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

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

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

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

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

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

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

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