Html Css Color HEX #F9D512 Gold

📋 copy color: '#F9D512'

red 249 ◦ green 213 ◦ blue 18

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

Shades of Gold #F9D512

Tints of Gold #F9D512

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 3.75%

R = 51.88%
G = 44.38%
B = 3.75%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#F9D512 (or 0xF9D512) is known color: Gold. HEX triplet: F9, D5 and 12. RGB value is (249,213,18). Sum of RGB (Red+Green+Blue) = 249+213+18=480 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.88% from 480); Green value is 213 (83.59% from 255 or 44.38% from 480); Blue value is 18 (7.42% from 255 or 3.75% from 480); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D512 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F9D512 is #062AED. Grayscale: #CACACA. Windows color (decimal): -404206 or 1234425. OLE color: 1234425.

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

Color convert

RGB 249 213 18 -
CMYK 0 0.14 0.93 0.02
HSL 50.65º 0.95% 0.52% -
HSV(B) 50.65º 0.93% 0.98% -
XYZ 62.97 67.77 10.33 -
YUV 201.53 24.43 161.86 -
System Red Green Blue C M Y K H S L
Decimal 249 213 18 0 0.14 0.93 0.02 50.65 0.95 0.52
Hex F9 D5 12 0 E 5D 2 33 5F 34
Octal 371 325 22 0 16 135 2 63 137 64
Binary 11111001 11010101 10010 0 1110 1011101 10 110011 1011111 110100

Color Harmonies of #F9D512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9D512

Black with #F9D512

Text Example


Text Example

White with #F9D512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9D512; }

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

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

background-color css

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

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

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

border-color css

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

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

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