Html Css Color HEX #FED50F Gold

📋 copy color: '#FED50F'

red 254 ◦ green 213 ◦ blue 15

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

Shades of Gold #FED50F

Tints of Gold #FED50F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.11%

R = 52.7%
G = 44.19%
B = 3.11%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.94

 K value IS 0.00

RGB Variations

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

Color information

#FED50F (or 0xFED50F) is known color: Gold. HEX triplet: FE, D5 and 0F. RGB value is (254,213,15). Sum of RGB (Red+Green+Blue) = 254+213+15=482 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.70% from 482); Green value is 213 (83.59% from 255 or 44.19% from 482); Blue value is 15 (6.25% from 255 or 3.11% from 482); Max value from RGB is 254 - color contains mainly: red. Hex color #FED50F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FED50F is #012AF0. Grayscale: #CBCBCB. Windows color (decimal): -76529 or 1037822. OLE color: 1037822.

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

Color convert

RGB 254 213 15 -
CMYK 0 0.16 0.94 0.00
HSL 49.71º 0.99% 0.53% -
HSV(B) 49.71º 0.94% 1% -
XYZ 64.75 68.69 10.3 -
YUV 202.69 22.08 164.6 -
System Red Green Blue C M Y K H S L
Decimal 254 213 15 0 0.16 0.94 0.00 49.71 0.99 0.53
Hex FE D5 F 0 10 5E 0 32 63 35
Octal 376 325 17 0 20 136 0 62 143 65
Binary 11111110 11010101 1111 0 10000 1011110 0 110010 1100011 110101

Color Harmonies of #FED50F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED50F

Black with #FED50F

Text Example


Text Example

White with #FED50F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED50F; }

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

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

background-color css

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

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

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

border-color css

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

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

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