Html Css Color HEX #F5D503 Gold

📋 copy color: '#F5D503'

red 245 ◦ green 213 ◦ blue 3

#F5D503
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gold #F5D503

Tints of Gold #F5D503

RGB

 RED value IS 245 (96.09% from 255) = 53.15%

 GREEN value IS 213 (83.59% from 255) = 46.2%

 BLUE value IS 3 (1.56% from 255) = 0.65%

R = 53.15%
G = 46.2%
B = 0.65%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.99

 K value IS 0.04

RGB Variations

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

Color information

#F5D503 (or 0xF5D503) is known color: Gold. HEX triplet: F5, D5 and 03. RGB value is (245,213,3). Sum of RGB (Red+Green+Blue) = 245+213+3=461 (61% of max value = 765). Red value is 245 (96.09% from 255 or 53.15% from 461); Green value is 213 (83.59% from 255 or 46.20% from 461); Blue value is 3 (1.56% from 255 or 0.65% from 461); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D503 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5D503 is #0A2AFC. Grayscale: #C7C7C7. Windows color (decimal): -666365 or 251381. OLE color: 251381.

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

Color convert

RGB 245 213 3 -
CMYK 0 0.13 0.99 0.04
HSL 52.07º 0.98% 0.49% -
HSV(B) 52.07º 0.99% 0.96% -
XYZ 61.47 67.01 9.78 -
YUV 198.63 17.6 161.08 -
System Red Green Blue C M Y K H S L
Decimal 245 213 3 0 0.13 0.99 0.04 52.07 0.98 0.49
Hex F5 D5 3 0 D 63 4 34 62 31
Octal 365 325 3 0 15 143 4 64 142 61
Binary 11110101 11010101 11 0 1101 1100011 100 110100 1100010 110001

Color Harmonies of #F5D503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5D503

Black with #F5D503

Text Example


Text Example

White with #F5D503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5D503; }

 p { color: rgb(245,213,3); }

 H1.HeaderClassName
 {
   color: #F5D503;
 }
 .AnyTagClassName
 {
   color: #F5D503;
 }
</style>

background-color css

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

 a { background-color: rgb(245,213,3); }

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

border-color css

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

 span { border-color: rgb(245,213,3); }

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