Html Css Color HEX #FED701 Gold

📋 copy color: '#FED701'

red 254 ◦ green 215 ◦ blue 1

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

Shades of Gold #FED701

Tints of Gold #FED701

RGB

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

 GREEN value IS 215 (84.38% from 255) = 45.74%

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

R = 54.04%
G = 45.74%
B = 0.21%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 1.00

 K value IS 0.00

RGB Variations

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

Color information

#FED701 (or 0xFED701) is known color: Gold. HEX triplet: FE, D7 and 01. RGB value is (254,215,1). Sum of RGB (Red+Green+Blue) = 254+215+1=470 (62% of max value = 765). Red value is 254 (99.61% from 255 or 54.04% from 470); Green value is 215 (84.38% from 255 or 45.74% from 470); Blue value is 1 (0.78% from 255 or 0.21% from 470); Max value from RGB is 254 - color contains mainly: red. Hex color #FED701 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FED701 is #0128FE. Grayscale: #CBCBCB. Windows color (decimal): -76031 or 120830. OLE color: 120830.

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

Color convert

RGB 254 215 1 -
CMYK 0 0.15 1.00 0.00
HSL 50.75º 0.99% 0.5% -
HSV(B) 50.75º 1% 1% -
XYZ 65.18 69.67 10.04 -
YUV 202.27 14.42 164.9 -
System Red Green Blue C M Y K H S L
Decimal 254 215 1 0 0.15 1.00 0.00 50.75 0.99 0.5
Hex FE D7 1 0 F 64 0 33 63 32
Octal 376 327 1 0 17 144 0 63 143 62
Binary 11111110 11010111 1 0 1111 1100100 0 110011 1100011 110010

Color Harmonies of #FED701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED701

Black with #FED701

Text Example


Text Example

White with #FED701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED701; }

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

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

background-color css

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

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

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

border-color css

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

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

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