#F8D501

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

Shades of Gold #F8D501

Tints of Gold #F8D501

Color information

#F8D501 (or 0xF8D501) is unknown color: approx Gold. HEX triplet: F8, D5 and 01. RGB value is (248,213,1). Sum of RGB (Red+Green+Blue) = 248+213+1=462 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.68% from 462); Green value is 213 (83.59% from 255 or 46.10% from 462); Blue value is 1 (0.78% from 255 or 0.22% from 462); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D501 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8D501 is #072AFE. Grayscale: #C8C8C8. Windows color (decimal): -469759 or 120312. OLE color: 120312.

HSL color Cylindrical-coordinate representation of color #F8D501: hue angle of 51.5º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F8D501 is Cyan = 0, Magento = 0.14, Yellow = 1.00 and Black (K on CMYK) = 0.03.

Color convert

RGB2482131-
CMYK00.141.000.03
HSL51.5º99.2%48.82%-
HSV(B)51.5º99.6%97.25%-
XYZ62.5167.559.77-
YUV199.316.1162.74-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 53.68%
GREEN value IS 213 (83.59% from 255) = 46.10%
BLUE value IS 1 (0.78% from 255) = 0.22%
R=53.68%
G=46.10%
B=0.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 1.00
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal248213100.141.000.0351.599.248.82
HexF8D510E643336331
Octal370325101614436314361
Binary11111000110101011011101100100111100111100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8D501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8D501; }

 p { color: rgb(248,213,1); }

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

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

 a { background-color: rgb(248,213,1); }

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

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

 span { border-color: rgb(248,213,1); }

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