#F8F61A

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

Shades of Lemon #F8F61A

Tints of Lemon #F8F61A

Color information

#F8F61A (or 0xF8F61A) is unknown color: approx Lemon. HEX triplet: F8, F6 and 1A. RGB value is (248,246,26). Sum of RGB (Red+Green+Blue) = 248+246+26=520 (68% of max value = 765). Red value is 248 (97.27% from 255 or 47.69% from 520); Green value is 246 (96.48% from 255 or 47.31% from 520); Blue value is 26 (10.55% from 255 or 5% from 520); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F61A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F8F61A is #0709E5. Grayscale: #DEDEDE. Windows color (decimal): -461286 or 1767160. OLE color: 1767160.

HSL color Cylindrical-coordinate representation of color #F8F61A: hue angle of 59.46º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F8F61A is Cyan = 0, Magento = 0.01, Yellow = 0.90 and Black (K on CMYK) = 0.03.

Color convert

RGB24824626-
CMYK00.010.900.03
HSL59.46º94.07%53.73%-
HSV(B)59.46º89.52%97.25%-
XYZ71.8585.9413.78-
YUV221.5217.66146.89-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 47.69%
GREEN value IS 246 (96.48% from 255) = 47.31%
BLUE value IS 26 (10.55% from 255) = 5%
R=47.69%
G=47.31%
B=5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.90
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2482462600.010.900.0359.4694.0753.73
HexF8F61A015A33b5e36
Octal370366320113237313666
Binary111110001111011011010011011010111110111011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8F61A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8F61A; }

 p { color: rgb(248,246,26); }

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

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

 a { background-color: rgb(248,246,26); }

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

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

 span { border-color: rgb(248,246,26); }

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