#F0FA1F

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

Shades of Lemon #F0FA1F

Tints of Lemon #F0FA1F

Color information

#F0FA1F (or 0xF0FA1F) is unknown color: approx Lemon. HEX triplet: F0, FA and 1F. RGB value is (240,250,31). Sum of RGB (Red+Green+Blue) = 240+250+31=521 (69% of max value = 765). Red value is 240 (94.14% from 255 or 46.07% from 521); Green value is 250 (98.05% from 255 or 47.98% from 521); Blue value is 31 (12.5% from 255 or 5.95% from 521); Max value from RGB is 250 - color contains mainly: green. Hex color #F0FA1F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0FA1F is #0F05E0. Grayscale: #DEDEDE. Windows color (decimal): -984545 or 2095856. OLE color: 2095856.

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

Color convert

RGB24025031-
CMYK0.0400.880.02
HSL62.74º95.63%55.1%-
HSV(B)62.74º87.6%98.04%-
XYZ70.378714.38-
YUV222.0420.19140.81-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 46.07%
GREEN value IS 250 (98.05% from 255) = 47.98%
BLUE value IS 31 (12.5% from 255) = 5.95%
R=46.07%
G=47.98%
B=5.95%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal240250310.0400.880.0262.7495.6355.1
HexF0FA1F405823f6037
Octal360372374013027714067
Binary11110000111110101111110001011000101111111100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0FA1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0FA1F; }

 p { color: rgb(240,250,31); }

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

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

 a { background-color: rgb(240,250,31); }

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

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

 span { border-color: rgb(240,250,31); }

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