#F8D914

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

Shades of Lemon #F8D914

Tints of Lemon #F8D914

Color information

#F8D914 (or 0xF8D914) is unknown color: approx Lemon. HEX triplet: F8, D9 and 14. RGB value is (248,217,20). Sum of RGB (Red+Green+Blue) = 248+217+20=485 (64% of max value = 765). Red value is 248 (97.27% from 255 or 51.13% from 485); Green value is 217 (85.16% from 255 or 44.74% from 485); Blue value is 20 (8.20% from 255 or 4.12% from 485); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D914 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8D914 is #0726EB. Grayscale: #CCCCCC. Windows color (decimal): -468716 or 1366520. OLE color: 1366520.

HSL color Cylindrical-coordinate representation of color #F8D914: hue angle of 51.84º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F8D914 is Cyan = 0, Magento = 0.12, Yellow = 0.92 and Black (K on CMYK) = 0.03.

Color convert

RGB24821720-
CMYK00.120.920.03
HSL51.84º94.21%52.55%-
HSV(B)51.84º91.94%97.25%-
XYZ63.6569.6310.75-
YUV203.8124.27159.52-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 51.13%
GREEN value IS 217 (85.16% from 255) = 44.74%
BLUE value IS 20 (8.20% from 255) = 4.12%
R=51.13%
G=44.74%
B=4.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.92
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2482172000.120.920.0351.8494.2152.55
HexF8D9140C5C3345e35
Octal3703312401413436413665
Binary111110001101100110100011001011100111101001011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8D914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8D914; }

 p { color: rgb(248,217,20); }

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

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

 a { background-color: rgb(248,217,20); }

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

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

 span { border-color: rgb(248,217,20); }

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