Html Css Color HEX #FEDC04 Golden Yellow

📋 copy color: '#FEDC04'

red 254 ◦ green 220 ◦ blue 4

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

Shades of Golden Yellow #FEDC04

Tints of Golden Yellow #FEDC04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.84%

R = 53.14%
G = 46.03%
B = 0.84%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.98

 K value IS 0.00

RGB Variations

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

Color information

#FEDC04 (or 0xFEDC04) is known color: Golden Yellow. HEX triplet: FE, DC and 04. RGB value is (254,220,4). Sum of RGB (Red+Green+Blue) = 254+220+4=478 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.14% from 478); Green value is 220 (86.33% from 255 or 46.03% from 478); Blue value is 4 (1.95% from 255 or 0.84% from 478); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDC04 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEDC04 is #0123FB. Grayscale: #CECECE. Windows color (decimal): -74748 or 318718. OLE color: 318718.

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

Color convert

RGB 254 220 4 -
CMYK 0 0.13 0.98 0.00
HSL 51.84º 0.99% 0.51% -
HSV(B) 51.84º 0.98% 1% -
XYZ 66.49 72.27 10.56 -
YUV 205.54 14.26 162.56 -
System Red Green Blue C M Y K H S L
Decimal 254 220 4 0 0.13 0.98 0.00 51.84 0.99 0.51
Hex FE DC 4 0 D 62 0 34 63 33
Octal 376 334 4 0 15 142 0 64 143 63
Binary 11111110 11011100 100 0 1101 1100010 0 110100 1100011 110011

Color Harmonies of #FEDC04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDC04

Black with #FEDC04

Text Example


Text Example

White with #FEDC04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDC04; }

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

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

background-color css

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

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

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

border-color css

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

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

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