Html Css Color HEX #FEDC01 Golden Yellow

📋 copy color: '#FEDC01'

red 254 ◦ green 220 ◦ blue 1

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

Shades of Golden Yellow #FEDC01

Tints of Golden Yellow #FEDC01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.21%

R = 53.47%
G = 46.32%
B = 0.21%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 1.00

 K value IS 0.00

RGB Variations

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

Color information

#FEDC01 (or 0xFEDC01) is known color: Golden Yellow. HEX triplet: FE, DC and 01. RGB value is (254,220,1). Sum of RGB (Red+Green+Blue) = 254+220+1=475 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.47% from 475); Green value is 220 (86.33% from 255 or 46.32% from 475); Blue value is 1 (0.78% from 255 or 0.21% from 475); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDC01 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEDC01 is #0123FE. Grayscale: #CECECE. Windows color (decimal): -74751 or 122110. OLE color: 122110.

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

Color convert

RGB 254 220 1 -
CMYK 0 0.13 1.00 0.00
HSL 51.94º 0.99% 0.5% -
HSV(B) 51.94º 1% 1% -
XYZ 66.47 72.26 10.47 -
YUV 205.2 12.76 162.81 -
System Red Green Blue C M Y K H S L
Decimal 254 220 1 0 0.13 1.00 0.00 51.94 0.99 0.5
Hex FE DC 1 0 D 64 0 34 63 32
Octal 376 334 1 0 15 144 0 64 143 62
Binary 11111110 11011100 1 0 1101 1100100 0 110100 1100011 110010

Color Harmonies of #FEDC01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDC01

Black with #FEDC01

Text Example


Text Example

White with #FEDC01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDC01; }

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

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

background-color css

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

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

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

border-color css

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

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

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