#F8D103

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

Shades of Gold #F8D103

Tints of Gold #F8D103

Color information

#F8D103 (or 0xF8D103) is unknown color: approx Gold. HEX triplet: F8, D1 and 03. RGB value is (248,209,3). Sum of RGB (Red+Green+Blue) = 248+209+3=460 (60% of max value = 765). Red value is 248 (97.27% from 255 or 53.91% from 460); Green value is 209 (82.03% from 255 or 45.43% from 460); Blue value is 3 (1.56% from 255 or 0.65% from 460); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D103 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8D103 is #072EFC. Grayscale: #C6C6C6. Windows color (decimal): -470781 or 250360. OLE color: 250360.

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

Color convert

RGB2482093-
CMYK00.160.990.03
HSL50.45º97.61%49.22%-
HSV(B)50.45º98.79%97.25%-
XYZ61.5365.569.5-
YUV197.1818.42164.25-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 53.91%
GREEN value IS 209 (82.03% from 255) = 45.43%
BLUE value IS 3 (1.56% from 255) = 0.65%
R=53.91%
G=45.43%
B=0.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.99
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal248209300.160.990.0350.4597.6149.22
HexF8D13010633326231
Octal370321302014336214261
Binary1111100011010001110100001100011111100101100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8D103

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8D103; }

 p { color: rgb(248,209,3); }

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

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

 a { background-color: rgb(248,209,3); }

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

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

 span { border-color: rgb(248,209,3); }

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