Html Css Color HEX #F9D30E Gold

📋 copy color: '#F9D30E'

red 249 ◦ green 211 ◦ blue 14

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

Shades of Gold #F9D30E

Tints of Gold #F9D30E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 2.95%

R = 52.53%
G = 44.51%
B = 2.95%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#F9D30E (or 0xF9D30E) is known color: Gold. HEX triplet: F9, D3 and 0E. RGB value is (249,211,14). Sum of RGB (Red+Green+Blue) = 249+211+14=474 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.53% from 474); Green value is 211 (82.81% from 255 or 44.51% from 474); Blue value is 14 (5.86% from 255 or 2.95% from 474); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D30E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F9D30E is #062CF1. Grayscale: #C8C8C8. Windows color (decimal): -404722 or 971769. OLE color: 971769.

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

Color convert

RGB 249 211 14 -
CMYK 0 0.15 0.94 0.02
HSL 50.3º 0.95% 0.52% -
HSV(B) 50.3º 0.94% 0.98% -
XYZ 62.44 66.76 10.01 -
YUV 199.9 23.09 163.02 -
System Red Green Blue C M Y K H S L
Decimal 249 211 14 0 0.15 0.94 0.02 50.3 0.95 0.52
Hex F9 D3 E 0 F 5E 2 32 5F 34
Octal 371 323 16 0 17 136 2 62 137 64
Binary 11111001 11010011 1110 0 1111 1011110 10 110010 1011111 110100

Color Harmonies of #F9D30E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9D30E

Black with #F9D30E

Text Example


Text Example

White with #F9D30E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9D30E; }

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

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

background-color css

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

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

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

border-color css

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

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

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