Html Css Color HEX #FED613 Gold

📋 copy color: '#FED613'

red 254 ◦ green 214 ◦ blue 19

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

Shades of Gold #FED613

Tints of Gold #FED613

RGB

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

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

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

R = 52.16%
G = 43.94%
B = 3.9%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.93

 K value IS 0.00

RGB Variations

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

Color information

#FED613 (or 0xFED613) is known color: Gold. HEX triplet: FE, D6 and 13. RGB value is (254,214,19). Sum of RGB (Red+Green+Blue) = 254+214+19=487 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.16% from 487); Green value is 214 (83.98% from 255 or 43.94% from 487); Blue value is 19 (7.81% from 255 or 3.90% from 487); Max value from RGB is 254 - color contains mainly: red. Hex color #FED613 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FED613 is #0129EC. Grayscale: #CCCCCC. Windows color (decimal): -76269 or 1300222. OLE color: 1300222.

HSL color Cylindrical-coordinate representation of color #FED613: hue angle of 49.79º 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 #FED613 is Cyan = 0, Magento = 0.16, Yellow = 0.93 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 214 19 -
CMYK 0 0.16 0.93 0.00
HSL 49.79º 0.99% 0.54% -
HSV(B) 49.79º 0.93% 1% -
XYZ 65.04 69.21 10.55 -
YUV 203.73 23.75 163.86 -
System Red Green Blue C M Y K H S L
Decimal 254 214 19 0 0.16 0.93 0.00 49.79 0.99 0.54
Hex FE D6 13 0 10 5D 0 32 63 36
Octal 376 326 23 0 20 135 0 62 143 66
Binary 11111110 11010110 10011 0 10000 1011101 0 110010 1100011 110110

Color Harmonies of #FED613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED613

Black with #FED613

Text Example


Text Example

White with #FED613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED613; }

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

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

background-color css

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

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

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

border-color css

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

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

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