Html Css Color HEX #FED407 Gold

📋 copy color: '#FED407'

red 254 ◦ green 212 ◦ blue 7

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

Shades of Gold #FED407

Tints of Gold #FED407

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.48%

R = 53.7%
G = 44.82%
B = 1.48%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.97

 K value IS 0.00

RGB Variations

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

Color information

#FED407 (or 0xFED407) is known color: Gold. HEX triplet: FE, D4 and 07. RGB value is (254,212,7). Sum of RGB (Red+Green+Blue) = 254+212+7=473 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.70% from 473); Green value is 212 (83.20% from 255 or 44.82% from 473); Blue value is 7 (3.12% from 255 or 1.48% from 473); Max value from RGB is 254 - color contains mainly: red. Hex color #FED407 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FED407 is #012BF8. Grayscale: #CACACA. Windows color (decimal): -76793 or 513278. OLE color: 513278.

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

Color convert

RGB 254 212 7 -
CMYK 0 0.17 0.97 0.00
HSL 49.8º 0.99% 0.51% -
HSV(B) 49.8º 0.97% 1% -
XYZ 64.45 68.17 9.96 -
YUV 201.19 18.41 165.67 -
System Red Green Blue C M Y K H S L
Decimal 254 212 7 0 0.17 0.97 0.00 49.8 0.99 0.51
Hex FE D4 7 0 11 61 0 32 63 33
Octal 376 324 7 0 21 141 0 62 143 63
Binary 11111110 11010100 111 0 10001 1100001 0 110010 1100011 110011

Color Harmonies of #FED407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED407

Black with #FED407

Text Example


Text Example

White with #FED407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED407; }

 p { color: rgb(254,212,7); }

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

background-color css

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

 a { background-color: rgb(254,212,7); }

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

border-color css

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

 span { border-color: rgb(254,212,7); }

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