Html Css Color HEX #FEDC0A Golden Yellow

📋 copy color: '#FEDC0A'

red 254 ◦ green 220 ◦ blue 10

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

Shades of Golden Yellow #FEDC0A

Tints of Golden Yellow #FEDC0A

RGB

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

 GREEN value IS 220 (86.33% from 255) = 45.45%

 BLUE value IS 10 (4.3% from 255) = 2.07%

R = 52.48%
G = 45.45%
B = 2.07%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.96

 K value IS 0.00

RGB Variations

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

Color information

#FEDC0A (or 0xFEDC0A) is known color: Golden Yellow. HEX triplet: FE, DC and 0A. RGB value is (254,220,10). Sum of RGB (Red+Green+Blue) = 254+220+10=484 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.48% from 484); Green value is 220 (86.33% from 255 or 45.45% from 484); Blue value is 10 (4.30% from 255 or 2.07% from 484); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDC0A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEDC0A is #0123F5. Grayscale: #CFCFCF. Windows color (decimal): -74742 or 711934. OLE color: 711934.

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

Color convert

RGB 254 220 10 -
CMYK 0 0.13 0.96 0.00
HSL 51.64º 0.99% 0.52% -
HSV(B) 51.64º 0.96% 1% -
XYZ 66.52 72.28 10.73 -
YUV 206.23 17.26 162.08 -
System Red Green Blue C M Y K H S L
Decimal 254 220 10 0 0.13 0.96 0.00 51.64 0.99 0.52
Hex FE DC A 0 D 60 0 34 63 34
Octal 376 334 12 0 15 140 0 64 143 64
Binary 11111110 11011100 1010 0 1101 1100000 0 110100 1100011 110100

Color Harmonies of #FEDC0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDC0A

Black with #FEDC0A

Text Example


Text Example

White with #FEDC0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDC0A; }

 p { color: rgb(254,220,10); }

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

background-color css

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

 a { background-color: rgb(254,220,10); }

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

border-color css

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

 span { border-color: rgb(254,220,10); }

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