#F9FA5F

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

Shades of Laser Lemon #F9FA5F

Tints of Laser Lemon #F9FA5F

Color information

#F9FA5F (or 0xF9FA5F) is unknown color: approx Laser Lemon. HEX triplet: F9, FA and 5F. RGB value is (249,250,95). Sum of RGB (Red+Green+Blue) = 249+250+95=594 (78% of max value = 765). Red value is 249 (97.66% from 255 or 41.92% from 594); Green value is 250 (98.05% from 255 or 42.09% from 594); Blue value is 95 (37.5% from 255 or 15.99% from 594); Max value from RGB is 250 - color contains mainly: green. Hex color #F9FA5F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F9FA5F is #0605A0. Grayscale: #E8E8E8. Windows color (decimal): -394657 or 6290169. OLE color: 6290169.

HSL color Cylindrical-coordinate representation of color #F9FA5F: hue angle of 60.39º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F9FA5F is Cyan = 0.00, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.02.

Color convert

RGB24925095-
CMYK0.0000.620.02
HSL60.39º93.94%67.65%-
HSV(B)60.39º62%98.04%-
XYZ75.3289.3424.1-
YUV232.0350.67140.1-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 41.92%
GREEN value IS 250 (98.05% from 255) = 42.09%
BLUE value IS 95 (37.5% from 255) = 15.99%
R=41.92%
G=42.09%
B=15.99%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal249250950.0000.620.0260.3993.9467.65
HexF9FA5F003E23c5e44
Octal3713721370076274136104
Binary11111001111110101011111001111101011110010111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9FA5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9FA5F; }

 p { color: rgb(249,250,95); }

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

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

 a { background-color: rgb(249,250,95); }

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

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

 span { border-color: rgb(249,250,95); }

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