Html Css Color HEX #F9D503 Gold

📋 copy color: '#F9D503'

red 249 ◦ green 213 ◦ blue 3

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

Shades of Gold #F9D503

Tints of Gold #F9D503

RGB

 RED value IS 249 (97.66% from 255) = 53.55%

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

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

R = 53.55%
G = 45.81%
B = 0.65%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#F9D503 (or 0xF9D503) is known color: Gold. HEX triplet: F9, D5 and 03. RGB value is (249,213,3). Sum of RGB (Red+Green+Blue) = 249+213+3=465 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.55% from 465); Green value is 213 (83.59% from 255 or 45.81% from 465); Blue value is 3 (1.56% from 255 or 0.65% from 465); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D503 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F9D503 is #062AFC. Grayscale: #C8C8C8. Windows color (decimal): -404221 or 251385. OLE color: 251385.

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

Color convert

RGB 249 213 3 -
CMYK 0 0.14 0.99 0.02
HSL 51.22º 0.98% 0.49% -
HSV(B) 51.22º 0.99% 0.98% -
XYZ 62.88 67.73 9.85 -
YUV 199.82 16.93 163.08 -
System Red Green Blue C M Y K H S L
Decimal 249 213 3 0 0.14 0.99 0.02 51.22 0.98 0.49
Hex F9 D5 3 0 E 63 2 33 62 31
Octal 371 325 3 0 16 143 2 63 142 61
Binary 11111001 11010101 11 0 1110 1100011 10 110011 1100010 110001

Color Harmonies of #F9D503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9D503

Black with #F9D503

Text Example


Text Example

White with #F9D503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9D503; }

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

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

background-color css

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

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

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

border-color css

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

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

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