Html Css Color HEX #FED709 Gold

📋 copy color: '#FED709'

red 254 ◦ green 215 ◦ blue 9

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

Shades of Gold #FED709

Tints of Gold #FED709

RGB

 RED value IS 254 (99.61% from 255) = 53.14%

 GREEN value IS 215 (84.38% from 255) = 44.98%

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

R = 53.14%
G = 44.98%
B = 1.88%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.96

 K value IS 0.00

RGB Variations

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

Color information

#FED709 (or 0xFED709) is known color: Gold. HEX triplet: FE, D7 and 09. RGB value is (254,215,9). Sum of RGB (Red+Green+Blue) = 254+215+9=478 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.14% from 478); Green value is 215 (84.38% from 255 or 44.98% from 478); Blue value is 9 (3.91% from 255 or 1.88% from 478); Max value from RGB is 254 - color contains mainly: red. Hex color #FED709 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FED709 is #0128F6. Grayscale: #CCCCCC. Windows color (decimal): -76023 or 645118. OLE color: 645118.

HSL color Cylindrical-coordinate representation of color #FED709: hue angle of 50.45º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FED709 is Cyan = 0, Magento = 0.15, Yellow = 0.96 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 215 9 -
CMYK 0 0.15 0.96 0.00
HSL 50.45º 0.99% 0.52% -
HSV(B) 50.45º 0.96% 1% -
XYZ 65.22 69.69 10.27 -
YUV 203.18 18.42 164.25 -
System Red Green Blue C M Y K H S L
Decimal 254 215 9 0 0.15 0.96 0.00 50.45 0.99 0.52
Hex FE D7 9 0 F 60 0 32 63 34
Octal 376 327 11 0 17 140 0 62 143 64
Binary 11111110 11010111 1001 0 1111 1100000 0 110010 1100011 110100

Color Harmonies of #FED709

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED709

Black with #FED709

Text Example


Text Example

White with #FED709

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED709; }

 p { color: rgb(254,215,9); }

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

background-color css

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

 a { background-color: rgb(254,215,9); }

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

border-color css

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

 span { border-color: rgb(254,215,9); }

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