Html Css Color HEX #F9D602 Gold

📋 copy color: '#F9D602'

red 249 ◦ green 214 ◦ blue 2

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

Shades of Gold #F9D602

Tints of Gold #F9D602

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.43%

R = 53.55%
G = 46.02%
B = 0.43%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#F9D602 (or 0xF9D602) is known color: Gold. HEX triplet: F9, D6 and 02. RGB value is (249,214,2). Sum of RGB (Red+Green+Blue) = 249+214+2=465 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.55% from 465); Green value is 214 (83.98% from 255 or 46.02% from 465); Blue value is 2 (1.17% from 255 or 0.43% from 465); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D602 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F9D602 is #0629FD. Grayscale: #C9C9C9. Windows color (decimal): -403966 or 186105. OLE color: 186105.

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

Color convert

RGB 249 214 2 -
CMYK 0 0.14 0.99 0.02
HSL 51.5º 0.98% 0.49% -
HSV(B) 51.5º 0.99% 0.98% -
XYZ 63.12 68.24 9.9 -
YUV 200.3 16.1 162.74 -
System Red Green Blue C M Y K H S L
Decimal 249 214 2 0 0.14 0.99 0.02 51.5 0.98 0.49
Hex F9 D6 2 0 E 63 2 33 62 31
Octal 371 326 2 0 16 143 2 63 142 61
Binary 11111001 11010110 10 0 1110 1100011 10 110011 1100010 110001

Color Harmonies of #F9D602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9D602

Black with #F9D602

Text Example


Text Example

White with #F9D602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9D602; }

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

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

background-color css

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

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

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

border-color css

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

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

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