Html Css Color HEX #FED711 Gold

📋 copy color: '#FED711'

red 254 ◦ green 215 ◦ blue 17

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

Shades of Gold #FED711

Tints of Gold #FED711

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 3.5%

R = 52.26%
G = 44.24%
B = 3.5%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.93

 K value IS 0.00

RGB Variations

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

Color information

#FED711 (or 0xFED711) is known color: Gold. HEX triplet: FE, D7 and 11. RGB value is (254,215,17). Sum of RGB (Red+Green+Blue) = 254+215+17=486 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.26% from 486); Green value is 215 (84.38% from 255 or 44.24% from 486); Blue value is 17 (7.03% from 255 or 3.50% from 486); Max value from RGB is 254 - color contains mainly: red. Hex color #FED711 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FED711 is #0128EE. Grayscale: #CCCCCC. Windows color (decimal): -76015 or 1169406. OLE color: 1169406.

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

Color convert

RGB 254 215 17 -
CMYK 0 0.15 0.93 0.00
HSL 50.13º 0.99% 0.53% -
HSV(B) 50.13º 0.93% 1% -
XYZ 65.27 69.71 10.55 -
YUV 204.09 22.42 163.6 -
System Red Green Blue C M Y K H S L
Decimal 254 215 17 0 0.15 0.93 0.00 50.13 0.99 0.53
Hex FE D7 11 0 F 5D 0 32 63 35
Octal 376 327 21 0 17 135 0 62 143 65
Binary 11111110 11010111 10001 0 1111 1011101 0 110010 1100011 110101

Color Harmonies of #FED711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED711

Black with #FED711

Text Example


Text Example

White with #FED711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED711; }

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

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

background-color css

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

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

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

border-color css

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

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

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