Html Css Color HEX #F9D403 Gold

📋 copy color: '#F9D403'

red 249 ◦ green 212 ◦ blue 3

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

Shades of Gold #F9D403

Tints of Gold #F9D403

RGB

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

 GREEN value IS 212 (83.2% from 255) = 45.69%

 BLUE value IS 3 (1.56% from 255) = 0.65%

R = 53.66%
G = 45.69%
B = 0.65%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#F9D403 (or 0xF9D403) is known color: Gold. HEX triplet: F9, D4 and 03. RGB value is (249,212,3). Sum of RGB (Red+Green+Blue) = 249+212+3=464 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.66% from 464); Green value is 212 (83.20% from 255 or 45.69% from 464); Blue value is 3 (1.56% from 255 or 0.65% from 464); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D403 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F9D403 is #062BFC. Grayscale: #C8C8C8. Windows color (decimal): -404477 or 251129. OLE color: 251129.

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

Color convert

RGB 249 212 3 -
CMYK 0 0.15 0.99 0.02
HSL 50.98º 0.98% 0.49% -
HSV(B) 50.98º 0.99% 0.98% -
XYZ 62.63 67.23 9.76 -
YUV 199.24 17.26 163.49 -
System Red Green Blue C M Y K H S L
Decimal 249 212 3 0 0.15 0.99 0.02 50.98 0.98 0.49
Hex F9 D4 3 0 F 63 2 33 62 31
Octal 371 324 3 0 17 143 2 63 142 61
Binary 11111001 11010100 11 0 1111 1100011 10 110011 1100010 110001

Color Harmonies of #F9D403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9D403

Black with #F9D403

Text Example


Text Example

White with #F9D403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9D403; }

 p { color: rgb(249,212,3); }

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

background-color css

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

 a { background-color: rgb(249,212,3); }

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

border-color css

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

 span { border-color: rgb(249,212,3); }

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