Html Css Color HEX #F9D305 Gold

📋 copy color: '#F9D305'

red 249 ◦ green 211 ◦ blue 5

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

Shades of Gold #F9D305

Tints of Gold #F9D305

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.08%

R = 53.55%
G = 45.38%
B = 1.08%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#F9D305 (or 0xF9D305) is known color: Gold. HEX triplet: F9, D3 and 05. RGB value is (249,211,5). Sum of RGB (Red+Green+Blue) = 249+211+5=465 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.55% from 465); Green value is 211 (82.81% from 255 or 45.38% from 465); Blue value is 5 (2.34% from 255 or 1.08% from 465); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D305 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F9D305 is #062CFA. Grayscale: #C7C7C7. Windows color (decimal): -404731 or 381945. OLE color: 381945.

HSL color Cylindrical-coordinate representation of color #F9D305: hue angle of 50.66º degrees, saturation: 0.96, 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 #F9D305 is Cyan = 0, Magento = 0.15, Yellow = 0.98 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 211 5 -
CMYK 0 0.15 0.98 0.02
HSL 50.66º 0.96% 0.5% -
HSV(B) 50.66º 0.98% 0.98% -
XYZ 62.39 66.74 9.74 -
YUV 198.88 18.59 163.75 -
System Red Green Blue C M Y K H S L
Decimal 249 211 5 0 0.15 0.98 0.02 50.66 0.96 0.5
Hex F9 D3 5 0 F 62 2 33 60 32
Octal 371 323 5 0 17 142 2 63 140 62
Binary 11111001 11010011 101 0 1111 1100010 10 110011 1100000 110010

Color Harmonies of #F9D305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9D305

Black with #F9D305

Text Example


Text Example

White with #F9D305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9D305; }

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

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

background-color css

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

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

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

border-color css

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

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

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