Html Css Color HEX #F9D710 Gold

📋 copy color: '#F9D710'

red 249 ◦ green 215 ◦ blue 16

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

Shades of Gold #F9D710

Tints of Gold #F9D710

RGB

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

 GREEN value IS 215 (84.38% from 255) = 44.79%

 BLUE value IS 16 (6.64% from 255) = 3.33%

R = 51.88%
G = 44.79%
B = 3.33%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#F9D710 (or 0xF9D710) is known color: Gold. HEX triplet: F9, D7 and 10. RGB value is (249,215,16). Sum of RGB (Red+Green+Blue) = 249+215+16=480 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.88% from 480); Green value is 215 (84.38% from 255 or 44.79% from 480); Blue value is 16 (6.64% from 255 or 3.33% from 480); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D710 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F9D710 is #0628EF. Grayscale: #CBCBCB. Windows color (decimal): -403696 or 1103865. OLE color: 1103865.

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

Color convert

RGB 249 215 16 -
CMYK 0 0.14 0.94 0.02
HSL 51.24º 0.95% 0.52% -
HSV(B) 51.24º 0.94% 0.98% -
XYZ 63.46 68.78 10.42 -
YUV 202.48 22.76 161.18 -
System Red Green Blue C M Y K H S L
Decimal 249 215 16 0 0.14 0.94 0.02 51.24 0.95 0.52
Hex F9 D7 10 0 E 5E 2 33 5F 34
Octal 371 327 20 0 16 136 2 63 137 64
Binary 11111001 11010111 10000 0 1110 1011110 10 110011 1011111 110100

Color Harmonies of #F9D710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9D710

Black with #F9D710

Text Example


Text Example

White with #F9D710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9D710; }

 p { color: rgb(249,215,16); }

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

background-color css

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

 a { background-color: rgb(249,215,16); }

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

border-color css

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

 span { border-color: rgb(249,215,16); }

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