Html Css Color HEX #F9D301 Gold

📋 copy color: '#F9D301'

red 249 ◦ green 211 ◦ blue 1

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

Shades of Gold #F9D301

Tints of Gold #F9D301

RGB

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

 GREEN value IS 211 (82.81% from 255) = 45.77%

 BLUE value IS 1 (0.78% from 255) = 0.22%

R = 54.01%
G = 45.77%
B = 0.22%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 1.00

 K value IS 0.02

RGB Variations

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

Color information

#F9D301 (or 0xF9D301) is known color: Gold. HEX triplet: F9, D3 and 01. RGB value is (249,211,1). Sum of RGB (Red+Green+Blue) = 249+211+1=461 (61% of max value = 765). Red value is 249 (97.66% from 255 or 54.01% from 461); Green value is 211 (82.81% from 255 or 45.77% from 461); Blue value is 1 (0.78% from 255 or 0.22% from 461); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D301 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F9D301 is #062CFE. Grayscale: #C7C7C7. Windows color (decimal): -404735 or 119801. OLE color: 119801.

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

Color convert

RGB 249 211 1 -
CMYK 0 0.15 1.00 0.02
HSL 50.81º 0.99% 0.49% -
HSV(B) 50.81º 1% 0.98% -
XYZ 62.37 66.73 9.62 -
YUV 198.42 16.59 164.08 -
System Red Green Blue C M Y K H S L
Decimal 249 211 1 0 0.15 1.00 0.02 50.81 0.99 0.49
Hex F9 D3 1 0 F 64 2 33 63 31
Octal 371 323 1 0 17 144 2 63 143 61
Binary 11111001 11010011 1 0 1111 1100100 10 110011 1100011 110001

Color Harmonies of #F9D301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9D301

Black with #F9D301

Text Example


Text Example

White with #F9D301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9D301; }

 p { color: rgb(249,211,1); }

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

background-color css

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

 a { background-color: rgb(249,211,1); }

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

border-color css

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

 span { border-color: rgb(249,211,1); }

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