#F9FE72

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

Shades of Laser Lemon #F9FE72

Tints of Laser Lemon #F9FE72

Color information

#F9FE72 (or 0xF9FE72) is unknown color: approx Laser Lemon. HEX triplet: F9, FE and 72. RGB value is (249,254,114). Sum of RGB (Red+Green+Blue) = 249+254+114=617 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.36% from 617); Green value is 254 (99.61% from 255 or 41.17% from 617); Blue value is 114 (44.92% from 255 or 18.48% from 617); Max value from RGB is 254 - color contains mainly: green. Hex color #F9FE72 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F9FE72 is #06018D. Grayscale: #EDEDED. Windows color (decimal): -393614 or 7536377. OLE color: 7536377.

HSL color Cylindrical-coordinate representation of color #F9FE72: hue angle of 62.14º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F9FE72 is Cyan = 0.02, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.00.

Color convert

RGB249254114-
CMYK0.0200.550.00
HSL62.14º98.59%72.16%-
HSV(B)62.14º55.12%99.61%-
XYZ77.5592.2429.64-
YUV236.5458.84136.88-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 40.36%
GREEN value IS 254 (99.61% from 255) = 41.17%
BLUE value IS 114 (44.92% from 255) = 18.48%
R=40.36%
G=41.17%
B=18.48%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2492541140.0200.550.0062.1498.5972.16
HexF9FE72203703e6348
Octal3713761622067076143110
Binary11111001111111101110010100110111011111011000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9FE72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9FE72; }

 p { color: rgb(249,254,114); }

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

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

 a { background-color: rgb(249,254,114); }

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

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

 span { border-color: rgb(249,254,114); }

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