Html Css Color HEX #F9D706 Gold

📋 copy color: '#F9D706'

red 249 ◦ green 215 ◦ blue 6

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

Shades of Gold #F9D706

Tints of Gold #F9D706

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.28%

R = 52.98%
G = 45.74%
B = 1.28%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#F9D706 (or 0xF9D706) is known color: Gold. HEX triplet: F9, D7 and 06. RGB value is (249,215,6). Sum of RGB (Red+Green+Blue) = 249+215+6=470 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.98% from 470); Green value is 215 (84.38% from 255 or 45.74% from 470); Blue value is 6 (2.73% from 255 or 1.28% from 470); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D706 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F9D706 is #0628F9. Grayscale: #CACACA. Windows color (decimal): -403706 or 448505. OLE color: 448505.

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

Color convert

RGB 249 215 6 -
CMYK 0 0.14 0.98 0.02
HSL 51.6º 0.95% 0.5% -
HSV(B) 51.6º 0.98% 0.98% -
XYZ 63.4 68.75 10.1 -
YUV 201.34 17.76 161.99 -
System Red Green Blue C M Y K H S L
Decimal 249 215 6 0 0.14 0.98 0.02 51.6 0.95 0.5
Hex F9 D7 6 0 E 62 2 34 5F 32
Octal 371 327 6 0 16 142 2 64 137 62
Binary 11111001 11010111 110 0 1110 1100010 10 110100 1011111 110010

Color Harmonies of #F9D706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9D706

Black with #F9D706

Text Example


Text Example

White with #F9D706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9D706; }

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

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

background-color css

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

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

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

border-color css

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

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

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