#FDFA6A

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

Shades of Laser Lemon #FDFA6A

Tints of Laser Lemon #FDFA6A

Color information

#FDFA6A (or 0xFDFA6A) is unknown color: approx Laser Lemon. HEX triplet: FD, FA and 6A. RGB value is (253,250,106). Sum of RGB (Red+Green+Blue) = 253+250+106=609 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.54% from 609); Green value is 250 (98.05% from 255 or 41.05% from 609); Blue value is 106 (41.80% from 255 or 17.41% from 609); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFA6A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDFA6A is #020595. Grayscale: #EBEBEB. Windows color (decimal): -132502 or 7011069. OLE color: 7011069.

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

Color convert

RGB253250106-
CMYK00.010.580.01
HSL58.78º97.35%70.39%-
HSV(B)58.78º58.1%99.22%-
XYZ77.390.2926.99-
YUV234.4855.49141.21-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.54%
GREEN value IS 250 (98.05% from 255) = 41.05%
BLUE value IS 106 (41.80% from 255) = 17.41%
R=41.54%
G=41.05%
B=17.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.58
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25325010600.010.580.0158.7897.3570.39
HexFDFA6A013A13b6146
Octal3753721520172173141106
Binary1111110111111010110101001111010111101111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFA6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFA6A; }

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

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

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

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

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

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

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

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