Html Css Color HEX #FED713 Gold

📋 copy color: '#FED713'

red 254 ◦ green 215 ◦ blue 19

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

Shades of Gold #FED713

Tints of Gold #FED713

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 3.89%

R = 52.05%
G = 44.06%
B = 3.89%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.93

 K value IS 0.00

RGB Variations

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

Color information

#FED713 (or 0xFED713) is known color: Gold. HEX triplet: FE, D7 and 13. RGB value is (254,215,19). Sum of RGB (Red+Green+Blue) = 254+215+19=488 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.05% from 488); Green value is 215 (84.38% from 255 or 44.06% from 488); Blue value is 19 (7.81% from 255 or 3.89% from 488); Max value from RGB is 254 - color contains mainly: red. Hex color #FED713 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FED713 is #0128EC. Grayscale: #CDCDCD. Windows color (decimal): -76013 or 1300478. OLE color: 1300478.

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

Color convert

RGB 254 215 19 -
CMYK 0 0.15 0.93 0.00
HSL 50.04º 0.99% 0.54% -
HSV(B) 50.04º 0.93% 1% -
XYZ 65.29 69.72 10.63 -
YUV 204.32 23.42 163.44 -
System Red Green Blue C M Y K H S L
Decimal 254 215 19 0 0.15 0.93 0.00 50.04 0.99 0.54
Hex FE D7 13 0 F 5D 0 32 63 36
Octal 376 327 23 0 17 135 0 62 143 66
Binary 11111110 11010111 10011 0 1111 1011101 0 110010 1100011 110110

Color Harmonies of #FED713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED713

Black with #FED713

Text Example


Text Example

White with #FED713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED713; }

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

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

background-color css

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

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

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

border-color css

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

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

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