Html Css Color HEX #FEDC00 Golden Yellow

📋 copy color: '#FEDC00'

red 254 ◦ green 220 ◦ blue 0

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

Shades of Golden Yellow #FEDC00

Tints of Golden Yellow #FEDC00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 53.59%
G = 46.41%
B = 0%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 1

 K value IS 0.00

RGB Variations

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

Color information

#FEDC00 (or 0xFEDC00) is known color: Golden Yellow. HEX triplet: FE, DC and 00. RGB value is (254,220,0). Sum of RGB (Red+Green+Blue) = 254+220+0=474 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.59% from 474); Green value is 220 (86.33% from 255 or 46.41% from 474); Blue value is 0 (0.39% from 255 or 0% from 474); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDC00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEDC00 is #0123FF. Grayscale: #CECECE. Windows color (decimal): -74752 or 56574. OLE color: 56574.

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

Color convert

RGB 254 220 0 -
CMYK 0 0.13 1 0.00
HSL 51.97º 1% 0.5% -
HSV(B) 51.97º 1% 1% -
XYZ 66.47 72.26 10.44 -
YUV 205.09 12.26 162.89 -
System Red Green Blue C M Y K H S L
Decimal 254 220 0 0 0.13 1 0.00 51.97 1 0.5
Hex FE DC 0 0 D 64 0 34 64 32
Octal 376 334 0 0 15 144 0 64 144 62
Binary 11111110 11011100 0 0 1101 1100100 0 110100 1100100 110010

Color Harmonies of #FEDC00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDC00

Black with #FEDC00

Text Example


Text Example

White with #FEDC00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDC00; }

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

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

background-color css

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

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

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

border-color css

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

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

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