Html Css Color HEX #FED506 Gold

📋 copy color: '#FED506'

red 254 ◦ green 213 ◦ blue 6

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

Shades of Gold #FED506

Tints of Gold #FED506

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.27%

R = 53.7%
G = 45.03%
B = 1.27%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.98

 K value IS 0.00

RGB Variations

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

Color information

#FED506 (or 0xFED506) is known color: Gold. HEX triplet: FE, D5 and 06. RGB value is (254,213,6). Sum of RGB (Red+Green+Blue) = 254+213+6=473 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.70% from 473); Green value is 213 (83.59% from 255 or 45.03% from 473); Blue value is 6 (2.73% from 255 or 1.27% from 473); Max value from RGB is 254 - color contains mainly: red. Hex color #FED506 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FED506 is #012AF9. Grayscale: #CACACA. Windows color (decimal): -76538 or 447998. OLE color: 447998.

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

Color convert

RGB 254 213 6 -
CMYK 0 0.16 0.98 0.00
HSL 50.08º 0.99% 0.51% -
HSV(B) 50.08º 0.98% 1% -
XYZ 64.7 68.67 10.02 -
YUV 201.66 17.58 165.33 -
System Red Green Blue C M Y K H S L
Decimal 254 213 6 0 0.16 0.98 0.00 50.08 0.99 0.51
Hex FE D5 6 0 10 62 0 32 63 33
Octal 376 325 6 0 20 142 0 62 143 63
Binary 11111110 11010101 110 0 10000 1100010 0 110010 1100011 110011

Color Harmonies of #FED506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED506

Black with #FED506

Text Example


Text Example

White with #FED506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED506; }

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

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

background-color css

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

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

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

border-color css

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

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

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