Html Css Color HEX #F9D60D Gold

📋 copy color: '#F9D60D'

red 249 ◦ green 214 ◦ blue 13

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

Shades of Gold #F9D60D

Tints of Gold #F9D60D

RGB

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

 GREEN value IS 214 (83.98% from 255) = 44.96%

 BLUE value IS 13 (5.47% from 255) = 2.73%

R = 52.31%
G = 44.96%
B = 2.73%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#F9D60D (or 0xF9D60D) is known color: Gold. HEX triplet: F9, D6 and 0D. RGB value is (249,214,13). Sum of RGB (Red+Green+Blue) = 249+214+13=476 (63% of max value = 765). Red value is 249 (97.66% from 255 or 52.31% from 476); Green value is 214 (83.98% from 255 or 44.96% from 476); Blue value is 13 (5.47% from 255 or 2.73% from 476); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D60D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F9D60D is #0629F2. Grayscale: #CACACA. Windows color (decimal): -403955 or 907001. OLE color: 907001.

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

Color convert

RGB 249 214 13 -
CMYK 0 0.14 0.95 0.02
HSL 51.1º 0.95% 0.51% -
HSV(B) 51.1º 0.95% 0.98% -
XYZ 63.19 68.26 10.23 -
YUV 201.55 21.6 161.84 -
System Red Green Blue C M Y K H S L
Decimal 249 214 13 0 0.14 0.95 0.02 51.1 0.95 0.51
Hex F9 D6 D 0 E 5F 2 33 5F 33
Octal 371 326 15 0 16 137 2 63 137 63
Binary 11111001 11010110 1101 0 1110 1011111 10 110011 1011111 110011

Color Harmonies of #F9D60D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9D60D

Black with #F9D60D

Text Example


Text Example

White with #F9D60D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9D60D; }

 p { color: rgb(249,214,13); }

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

background-color css

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

 a { background-color: rgb(249,214,13); }

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

border-color css

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

 span { border-color: rgb(249,214,13); }

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