#F9FD6A

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

Shades of Laser Lemon #F9FD6A

Tints of Laser Lemon #F9FD6A

Color information

#F9FD6A (or 0xF9FD6A) is unknown color: approx Laser Lemon. HEX triplet: F9, FD and 6A. RGB value is (249,253,106). Sum of RGB (Red+Green+Blue) = 249+253+106=608 (80% of max value = 765). Red value is 249 (97.66% from 255 or 40.95% from 608); Green value is 253 (99.22% from 255 or 41.61% from 608); Blue value is 106 (41.80% from 255 or 17.43% from 608); Max value from RGB is 253 - color contains mainly: green. Hex color #F9FD6A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F9FD6A is #060295. Grayscale: #EBEBEB. Windows color (decimal): -393878 or 7011833. OLE color: 7011833.

HSL color Cylindrical-coordinate representation of color #F9FD6A: hue angle of 61.63º 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 #F9FD6A is Cyan = 0.02, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.01.

Color convert

RGB249253106-
CMYK0.0200.580.01
HSL61.63º97.35%70.39%-
HSV(B)61.63º58.1%99.22%-
XYZ76.7991.4327.24-
YUV235.0555.17137.95-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 40.95%
GREEN value IS 253 (99.22% from 255) = 41.61%
BLUE value IS 106 (41.80% from 255) = 17.43%
R=40.95%
G=41.61%
B=17.43%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2492531060.0200.580.0161.6397.3570.39
HexF9FD6A203A13e6146
Octal3713751522072176141106
Binary11111001111111011101010100111010111111011000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9FD6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9FD6A; }

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

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

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

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

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

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

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

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