Html Css Color HEX #F9D30C Gold

📋 copy color: '#F9D30C'

red 249 ◦ green 211 ◦ blue 12

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

Shades of Gold #F9D30C

Tints of Gold #F9D30C

RGB

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

 GREEN value IS 211 (82.81% from 255) = 44.7%

 BLUE value IS 12 (5.08% from 255) = 2.54%

R = 52.75%
G = 44.7%
B = 2.54%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#F9D30C (or 0xF9D30C) is known color: Gold. HEX triplet: F9, D3 and 0C. RGB value is (249,211,12). Sum of RGB (Red+Green+Blue) = 249+211+12=472 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.75% from 472); Green value is 211 (82.81% from 255 or 44.70% from 472); Blue value is 12 (5.08% from 255 or 2.54% from 472); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D30C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F9D30C is #062CF3. Grayscale: #C8C8C8. Windows color (decimal): -404724 or 840697. OLE color: 840697.

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

Color convert

RGB 249 211 12 -
CMYK 0 0.15 0.95 0.02
HSL 50.38º 0.95% 0.51% -
HSV(B) 50.38º 0.95% 0.98% -
XYZ 62.43 66.75 9.94 -
YUV 199.68 22.09 163.18 -
System Red Green Blue C M Y K H S L
Decimal 249 211 12 0 0.15 0.95 0.02 50.38 0.95 0.51
Hex F9 D3 C 0 F 5F 2 32 5F 33
Octal 371 323 14 0 17 137 2 62 137 63
Binary 11111001 11010011 1100 0 1111 1011111 10 110010 1011111 110011

Color Harmonies of #F9D30C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9D30C

Black with #F9D30C

Text Example


Text Example

White with #F9D30C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9D30C; }

 p { color: rgb(249,211,12); }

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

background-color css

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

 a { background-color: rgb(249,211,12); }

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

border-color css

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

 span { border-color: rgb(249,211,12); }

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