#F9FB6A

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

Shades of Laser Lemon #F9FB6A

Tints of Laser Lemon #F9FB6A

Color information

#F9FB6A (or 0xF9FB6A) is unknown color: approx Laser Lemon. HEX triplet: F9, FB and 6A. RGB value is (249,251,106). Sum of RGB (Red+Green+Blue) = 249+251+106=606 (80% of max value = 765). Red value is 249 (97.66% from 255 or 41.09% from 606); Green value is 251 (98.44% from 255 or 41.42% from 606); Blue value is 106 (41.80% from 255 or 17.49% from 606); Max value from RGB is 251 - color contains mainly: green. Hex color #F9FB6A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F9FB6A is #060495. Grayscale: #EAEAEA. Windows color (decimal): -394390 or 7011321. OLE color: 7011321.

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

Color convert

RGB249251106-
CMYK0.0100.580.02
HSL60.83º94.77%70%-
HSV(B)60.83º57.77%98.43%-
XYZ76.1790.1727.03-
YUV233.8755.84138.79-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 41.09%
GREEN value IS 251 (98.44% from 255) = 41.42%
BLUE value IS 106 (41.80% from 255) = 17.49%
R=41.09%
G=41.42%
B=17.49%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2492511060.0100.580.0260.8394.7770
HexF9FB6A103A23d5f46
Octal3713731521072275137106
Binary11111001111110111101010101110101011110110111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9FB6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9FB6A; }

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

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

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

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

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

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

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

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