#F0D203

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

Shades of Gold #F0D203

Tints of Gold #F0D203

Color information

#F0D203 (or 0xF0D203) is unknown color: approx Gold. HEX triplet: F0, D2 and 03. RGB value is (240,210,3). Sum of RGB (Red+Green+Blue) = 240+210+3=453 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.98% from 453); Green value is 210 (82.42% from 255 or 46.36% from 453); Blue value is 3 (1.56% from 255 or 0.66% from 453); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D203 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0D203 is #0F2DFC. Grayscale: #C4C4C4. Windows color (decimal): -994813 or 250608. OLE color: 250608.

HSL color Cylindrical-coordinate representation of color #F0D203: hue angle of 52.41º 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 #F0D203 is Cyan = 0, Magento = 0.12, Yellow = 0.99 and Black (K on CMYK) = 0.06.

Color convert

RGB2402103-
CMYK00.120.990.06
HSL52.41º97.53%47.65%-
HSV(B)52.41º98.75%94.12%-
XYZ5964.639.45-
YUV195.3719.44159.83-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 52.98%
GREEN value IS 210 (82.42% from 255) = 46.36%
BLUE value IS 3 (1.56% from 255) = 0.66%
R=52.98%
G=46.36%
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
Decimal240210300.120.990.0652.4197.5347.65
HexF0D230C636346230
Octal360322301414366414260
Binary1111000011010010110110011000111101101001100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0D203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0D203; }

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

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

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

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

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

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

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

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