Html Css Color HEX #FED700 Gold

📋 copy color: '#FED700'

red 254 ◦ green 215 ◦ blue 0

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

Shades of Gold #FED700

Tints of Gold #FED700

RGB

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

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

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

R = 54.16%
G = 45.84%
B = 0%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 1

 K value IS 0.00

RGB Variations

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

Color information

#FED700 (or 0xFED700) is known color: Gold. HEX triplet: FE, D7 and 00. RGB value is (254,215,0). Sum of RGB (Red+Green+Blue) = 254+215+0=469 (62% of max value = 765). Red value is 254 (99.61% from 255 or 54.16% from 469); Green value is 215 (84.38% from 255 or 45.84% from 469); Blue value is 0 (0.39% from 255 or 0% from 469); Max value from RGB is 254 - color contains mainly: red. Hex color #FED700 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FED700 is #0128FF. Grayscale: #CBCBCB. Windows color (decimal): -76032 or 55294. OLE color: 55294.

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

Color convert

RGB 254 215 0 -
CMYK 0 0.15 1 0.00
HSL 50.79º 1% 0.5% -
HSV(B) 50.79º 1% 1% -
XYZ 65.17 69.67 10.01 -
YUV 202.15 13.92 164.98 -
System Red Green Blue C M Y K H S L
Decimal 254 215 0 0 0.15 1 0.00 50.79 1 0.5
Hex FE D7 0 0 F 64 0 33 64 32
Octal 376 327 0 0 17 144 0 63 144 62
Binary 11111110 11010111 0 0 1111 1100100 0 110011 1100100 110010

Color Harmonies of #FED700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED700

Black with #FED700

Text Example


Text Example

White with #FED700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED700; }

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

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

background-color css

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

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

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

border-color css

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

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

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