Html Css Color HEX #FED50D Gold

📋 copy color: '#FED50D'

red 254 ◦ green 213 ◦ blue 13

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

Shades of Gold #FED50D

Tints of Gold #FED50D

RGB

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

 GREEN value IS 213 (83.59% from 255) = 44.38%

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

R = 52.92%
G = 44.38%
B = 2.71%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.95

 K value IS 0.00

RGB Variations

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

Color information

#FED50D (or 0xFED50D) is known color: Gold. HEX triplet: FE, D5 and 0D. RGB value is (254,213,13). Sum of RGB (Red+Green+Blue) = 254+213+13=480 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.92% from 480); Green value is 213 (83.59% from 255 or 44.38% from 480); Blue value is 13 (5.47% from 255 or 2.71% from 480); Max value from RGB is 254 - color contains mainly: red. Hex color #FED50D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FED50D is #012AF2. Grayscale: #CBCBCB. Windows color (decimal): -76531 or 906750. OLE color: 906750.

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

Color convert

RGB 254 213 13 -
CMYK 0 0.16 0.95 0.00
HSL 49.79º 0.99% 0.52% -
HSV(B) 49.79º 0.95% 1% -
XYZ 64.74 68.69 10.23 -
YUV 202.46 21.08 164.76 -
System Red Green Blue C M Y K H S L
Decimal 254 213 13 0 0.16 0.95 0.00 49.79 0.99 0.52
Hex FE D5 D 0 10 5F 0 32 63 34
Octal 376 325 15 0 20 137 0 62 143 64
Binary 11111110 11010101 1101 0 10000 1011111 0 110010 1100011 110100

Color Harmonies of #FED50D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED50D

Black with #FED50D

Text Example


Text Example

White with #FED50D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED50D; }

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

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

background-color css

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

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

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

border-color css

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

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

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