#F0D303

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

Shades of Gold #F0D303

Tints of Gold #F0D303

Color information

#F0D303 (or 0xF0D303) is unknown color: approx Gold. HEX triplet: F0, D3 and 03. RGB value is (240,211,3). Sum of RGB (Red+Green+Blue) = 240+211+3=454 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.86% from 454); Green value is 211 (82.81% from 255 or 46.48% from 454); Blue value is 3 (1.56% from 255 or 0.66% from 454); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D303 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0D303 is #0F2CFC. Grayscale: #C4C4C4. Windows color (decimal): -994557 or 250864. OLE color: 250864.

HSL color Cylindrical-coordinate representation of color #F0D303: hue angle of 52.66º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F0D303 is Cyan = 0, Magento = 0.12, Yellow = 0.99 and Black (K on CMYK) = 0.06.

Color convert

RGB2402113-
CMYK00.120.990.06
HSL52.66º97.53%47.65%-
HSV(B)52.66º98.75%94.12%-
XYZ59.2565.129.53-
YUV195.9619.11159.41-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 52.86%
GREEN value IS 211 (82.81% from 255) = 46.48%
BLUE value IS 3 (1.56% from 255) = 0.66%
R=52.86%
G=46.48%
B=0.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.99
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240211300.120.990.0652.6697.5347.65
HexF0D330C636356230
Octal360323301414366514260
Binary1111000011010011110110011000111101101011100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0D303

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0D303; }

 p { color: rgb(240,211,3); }

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

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

 a { background-color: rgb(240,211,3); }

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

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

 span { border-color: rgb(240,211,3); }

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