Html Css Color HEX #F9D507 Gold

📋 copy color: '#F9D507'

red 249 ◦ green 213 ◦ blue 7

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

Shades of Gold #F9D507

Tints of Gold #F9D507

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.49%

R = 53.09%
G = 45.42%
B = 1.49%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.97

 K value IS 0.02

RGB Variations

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

Color information

#F9D507 (or 0xF9D507) is known color: Gold. HEX triplet: F9, D5 and 07. RGB value is (249,213,7). Sum of RGB (Red+Green+Blue) = 249+213+7=469 (62% of max value = 765). Red value is 249 (97.66% from 255 or 53.09% from 469); Green value is 213 (83.59% from 255 or 45.42% from 469); Blue value is 7 (3.12% from 255 or 1.49% from 469); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D507 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F9D507 is #062AF8. Grayscale: #C9C9C9. Windows color (decimal): -404217 or 513529. OLE color: 513529.

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

Color convert

RGB 249 213 7 -
CMYK 0 0.14 0.97 0.02
HSL 51.07º 0.95% 0.5% -
HSV(B) 51.07º 0.97% 0.98% -
XYZ 62.9 67.74 9.96 -
YUV 200.28 18.93 162.75 -
System Red Green Blue C M Y K H S L
Decimal 249 213 7 0 0.14 0.97 0.02 51.07 0.95 0.5
Hex F9 D5 7 0 E 61 2 33 5F 32
Octal 371 325 7 0 16 141 2 63 137 62
Binary 11111001 11010101 111 0 1110 1100001 10 110011 1011111 110010

Color Harmonies of #F9D507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9D507

Black with #F9D507

Text Example


Text Example

White with #F9D507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9D507; }

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

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

background-color css

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

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

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

border-color css

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

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

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