#F9FA13

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

Shades of Lemon #F9FA13

Tints of Lemon #F9FA13

Color information

#F9FA13 (or 0xF9FA13) is unknown color: approx Lemon. HEX triplet: F9, FA and 13. RGB value is (249,250,19). Sum of RGB (Red+Green+Blue) = 249+250+19=518 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.07% from 518); Green value is 250 (98.05% from 255 or 48.26% from 518); Blue value is 19 (7.81% from 255 or 3.67% from 518); Max value from RGB is 250 - color contains mainly: green. Hex color #F9FA13 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F9FA13 is #0605EC. Grayscale: #E0E0E0. Windows color (decimal): -394733 or 1309433. OLE color: 1309433.

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

Color convert

RGB24925019-
CMYK0.0000.920.02
HSL60.26º95.85%52.75%-
HSV(B)60.26º92.4%98.04%-
XYZ73.3788.5613.84-
YUV223.3712.67146.28-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 48.07%
GREEN value IS 250 (98.05% from 255) = 48.26%
BLUE value IS 19 (7.81% from 255) = 3.67%
R=48.07%
G=48.26%
B=3.67%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal249250190.0000.920.0260.2695.8552.75
HexF9FA13005C23c6035
Octal371372230013427414065
Binary111110011111101010011001011100101111001100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9FA13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9FA13; }

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

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

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

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

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

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

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

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