#F8D601

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

Shades of Gold #F8D601

Tints of Gold #F8D601

Color information

#F8D601 (or 0xF8D601) is unknown color: approx Gold. HEX triplet: F8, D6 and 01. RGB value is (248,214,1). Sum of RGB (Red+Green+Blue) = 248+214+1=463 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.56% from 463); Green value is 214 (83.98% from 255 or 46.22% from 463); Blue value is 1 (0.78% from 255 or 0.22% from 463); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D601 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8D601 is #0729FE. Grayscale: #C8C8C8. Windows color (decimal): -469503 or 120568. OLE color: 120568.

HSL color Cylindrical-coordinate representation of color #F8D601: hue angle of 51.74º 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 #F8D601 is Cyan = 0, Magento = 0.14, Yellow = 1.00 and Black (K on CMYK) = 0.03.

Color convert

RGB2482141-
CMYK00.141.000.03
HSL51.74º99.2%48.82%-
HSV(B)51.74º99.6%97.25%-
XYZ62.7668.059.86-
YUV199.8815.76162.32-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 53.56%
GREEN value IS 214 (83.98% from 255) = 46.22%
BLUE value IS 1 (0.78% from 255) = 0.22%
R=53.56%
G=46.22%
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
Decimal248214100.141.000.0351.7499.248.82
HexF8D610E643346331
Octal370326101614436414361
Binary11111000110101101011101100100111101001100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8D601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8D601; }

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

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

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

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

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

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

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

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