Html Css Color HEX #FED401 Gold

📋 copy color: '#FED401'

red 254 ◦ green 212 ◦ blue 1

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

Shades of Gold #FED401

Tints of Gold #FED401

RGB

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

 GREEN value IS 212 (83.2% from 255) = 45.4%

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

R = 54.39%
G = 45.4%
B = 0.21%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 1.00

 K value IS 0.00

RGB Variations

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

Color information

#FED401 (or 0xFED401) is known color: Gold. HEX triplet: FE, D4 and 01. RGB value is (254,212,1). Sum of RGB (Red+Green+Blue) = 254+212+1=467 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.39% from 467); Green value is 212 (83.20% from 255 or 45.40% from 467); Blue value is 1 (0.78% from 255 or 0.21% from 467); Max value from RGB is 254 - color contains mainly: red. Hex color #FED401 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FED401 is #012BFE. Grayscale: #C9C9C9. Windows color (decimal): -76799 or 120062. OLE color: 120062.

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

Color convert

RGB 254 212 1 -
CMYK 0 0.17 1.00 0.00
HSL 50.04º 0.99% 0.5% -
HSV(B) 50.04º 1% 1% -
XYZ 64.42 68.16 9.79 -
YUV 200.5 15.41 166.16 -
System Red Green Blue C M Y K H S L
Decimal 254 212 1 0 0.17 1.00 0.00 50.04 0.99 0.5
Hex FE D4 1 0 11 64 0 32 63 32
Octal 376 324 1 0 21 144 0 62 143 62
Binary 11111110 11010100 1 0 10001 1100100 0 110010 1100011 110010

Color Harmonies of #FED401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED401

Black with #FED401

Text Example


Text Example

White with #FED401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED401; }

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

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

background-color css

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

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

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

border-color css

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

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

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