Html Css Color HEX #FED20D Gold

📋 copy color: '#FED20D'

red 254 ◦ green 210 ◦ blue 13

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

Shades of Gold #FED20D

Tints of Gold #FED20D

RGB

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

 GREEN value IS 210 (82.42% from 255) = 44.03%

 BLUE value IS 13 (5.47% from 255) = 2.73%

R = 53.25%
G = 44.03%
B = 2.73%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.95

 K value IS 0.00

RGB Variations

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

Color information

#FED20D (or 0xFED20D) is known color: Gold. HEX triplet: FE, D2 and 0D. RGB value is (254,210,13). Sum of RGB (Red+Green+Blue) = 254+210+13=477 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.25% from 477); Green value is 210 (82.42% from 255 or 44.03% from 477); Blue value is 13 (5.47% from 255 or 2.73% from 477); Max value from RGB is 254 - color contains mainly: red. Hex color #FED20D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FED20D is #012DF2. Grayscale: #C9C9C9. Windows color (decimal): -77299 or 905982. OLE color: 905982.

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

Color convert

RGB 254 210 13 -
CMYK 0 0.17 0.95 0.00
HSL 49.05º 0.99% 0.52% -
HSV(B) 49.05º 0.95% 1% -
XYZ 63.99 67.19 9.98 -
YUV 200.7 22.08 166.02 -
System Red Green Blue C M Y K H S L
Decimal 254 210 13 0 0.17 0.95 0.00 49.05 0.99 0.52
Hex FE D2 D 0 11 5F 0 31 63 34
Octal 376 322 15 0 21 137 0 61 143 64
Binary 11111110 11010010 1101 0 10001 1011111 0 110001 1100011 110100

Color Harmonies of #FED20D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED20D

Black with #FED20D

Text Example


Text Example

White with #FED20D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED20D; }

 p { color: rgb(254,210,13); }

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

background-color css

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

 a { background-color: rgb(254,210,13); }

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

border-color css

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

 span { border-color: rgb(254,210,13); }

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