Html Css Color HEX #F9D504 Gold

📋 copy color: '#F9D504'

red 249 ◦ green 213 ◦ blue 4

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

Shades of Gold #F9D504

Tints of Gold #F9D504

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.86%

R = 53.43%
G = 45.71%
B = 0.86%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#F9D504 (or 0xF9D504) is known color: Gold. HEX triplet: F9, D5 and 04. RGB value is (249,213,4). Sum of RGB (Red+Green+Blue) = 249+213+4=466 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.43% from 466); Green value is 213 (83.59% from 255 or 45.71% from 466); Blue value is 4 (1.95% from 255 or 0.86% from 466); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D504 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F9D504 is #062AFB. Grayscale: #C8C8C8. Windows color (decimal): -404220 or 316921. OLE color: 316921.

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

Color convert

RGB 249 213 4 -
CMYK 0 0.14 0.98 0.02
HSL 51.18º 0.97% 0.5% -
HSV(B) 51.18º 0.98% 0.98% -
XYZ 62.88 67.74 9.88 -
YUV 199.94 17.43 162.99 -
System Red Green Blue C M Y K H S L
Decimal 249 213 4 0 0.14 0.98 0.02 51.18 0.97 0.5
Hex F9 D5 4 0 E 62 2 33 61 32
Octal 371 325 4 0 16 142 2 63 141 62
Binary 11111001 11010101 100 0 1110 1100010 10 110011 1100001 110010

Color Harmonies of #F9D504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9D504

Black with #F9D504

Text Example


Text Example

White with #F9D504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9D504; }

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

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

background-color css

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

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

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

border-color css

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

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

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