Html Css Color HEX #F9D500 Gold

📋 copy color: '#F9D500'

red 249 ◦ green 213 ◦ blue 0

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

Shades of Gold #F9D500

Tints of Gold #F9D500

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 53.9%
G = 46.1%
B = 0%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#F9D500 (or 0xF9D500) is known color: Gold. HEX triplet: F9, D5 and 00. RGB value is (249,213,0). Sum of RGB (Red+Green+Blue) = 249+213+0=462 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.90% from 462); Green value is 213 (83.59% from 255 or 46.10% from 462); Blue value is 0 (0.39% from 255 or 0% from 462); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D500 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F9D500 is #062AFF. Grayscale: #C8C8C8. Windows color (decimal): -404224 or 54777. OLE color: 54777.

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

Color convert

RGB 249 213 0 -
CMYK 0 0.14 1 0.02
HSL 51.33º 1% 0.49% -
HSV(B) 51.33º 1% 0.98% -
XYZ 62.86 67.73 9.76 -
YUV 199.48 15.43 163.32 -
System Red Green Blue C M Y K H S L
Decimal 249 213 0 0 0.14 1 0.02 51.33 1 0.49
Hex F9 D5 0 0 E 64 2 33 64 31
Octal 371 325 0 0 16 144 2 63 144 61
Binary 11111001 11010101 0 0 1110 1100100 10 110011 1100100 110001

Color Harmonies of #F9D500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9D500

Black with #F9D500

Text Example


Text Example

White with #F9D500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9D500; }

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

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

background-color css

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

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

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

border-color css

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

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

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