Html Css Color HEX #FED614 Gold

📋 copy color: '#FED614'

red 254 ◦ green 214 ◦ blue 20

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

Shades of Gold #FED614

Tints of Gold #FED614

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.1%

R = 52.05%
G = 43.85%
B = 4.1%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.92

 K value IS 0.00

RGB Variations

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

Color information

#FED614 (or 0xFED614) is known color: Gold. HEX triplet: FE, D6 and 14. RGB value is (254,214,20). Sum of RGB (Red+Green+Blue) = 254+214+20=488 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.05% from 488); Green value is 214 (83.98% from 255 or 43.85% from 488); Blue value is 20 (8.20% from 255 or 4.10% from 488); Max value from RGB is 254 - color contains mainly: red. Hex color #FED614 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FED614 is #0129EB. Grayscale: #CCCCCC. Windows color (decimal): -76268 or 1365758. OLE color: 1365758.

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

Color convert

RGB 254 214 20 -
CMYK 0 0.16 0.92 0.00
HSL 49.74º 0.99% 0.54% -
HSV(B) 49.74º 0.92% 1% -
XYZ 65.05 69.21 10.59 -
YUV 203.84 24.25 163.77 -
System Red Green Blue C M Y K H S L
Decimal 254 214 20 0 0.16 0.92 0.00 49.74 0.99 0.54
Hex FE D6 14 0 10 5C 0 32 63 36
Octal 376 326 24 0 20 134 0 62 143 66
Binary 11111110 11010110 10100 0 10000 1011100 0 110010 1100011 110110

Color Harmonies of #FED614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED614

Black with #FED614

Text Example


Text Example

White with #FED614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED614; }

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

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

background-color css

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

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

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

border-color css

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

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

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