Html Css Color HEX #F5D309 Gold

📋 copy color: '#F5D309'

red 245 ◦ green 211 ◦ blue 9

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

Shades of Gold #F5D309

Tints of Gold #F5D309

RGB

 RED value IS 245 (96.09% from 255) = 52.69%

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

 BLUE value IS 9 (3.91% from 255) = 1.94%

R = 52.69%
G = 45.38%
B = 1.94%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.96

 K value IS 0.04

RGB Variations

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

Color information

#F5D309 (or 0xF5D309) is known color: Gold. HEX triplet: F5, D3 and 09. RGB value is (245,211,9). Sum of RGB (Red+Green+Blue) = 245+211+9=465 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.69% from 465); Green value is 211 (82.81% from 255 or 45.38% from 465); Blue value is 9 (3.91% from 255 or 1.94% from 465); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D309 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5D309 is #0A2CF6. Grayscale: #C6C6C6. Windows color (decimal): -666871 or 644085. OLE color: 644085.

HSL color Cylindrical-coordinate representation of color #F5D309: hue angle of 51.36º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F5D309 is Cyan = 0, Magento = 0.14, Yellow = 0.96 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 211 9 -
CMYK 0 0.14 0.96 0.04
HSL 51.36º 0.93% 0.5% -
HSV(B) 51.36º 0.96% 0.96% -
XYZ 61 66.02 9.79 -
YUV 198.14 21.26 161.43 -
System Red Green Blue C M Y K H S L
Decimal 245 211 9 0 0.14 0.96 0.04 51.36 0.93 0.5
Hex F5 D3 9 0 E 60 4 33 5D 32
Octal 365 323 11 0 16 140 4 63 135 62
Binary 11110101 11010011 1001 0 1110 1100000 100 110011 1011101 110010

Color Harmonies of #F5D309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5D309

Black with #F5D309

Text Example


Text Example

White with #F5D309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5D309; }

 p { color: rgb(245,211,9); }

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

background-color css

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

 a { background-color: rgb(245,211,9); }

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

border-color css

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

 span { border-color: rgb(245,211,9); }

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