#FEC710

Color #FEC710 Golden Poppy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Poppy #FEC710

Tints of Golden Poppy #FEC710

Color information

#FEC710 (or 0xFEC710) is unknown color: approx Golden Poppy. HEX triplet: FE, C7 and 10. RGB value is (254,199,16). Sum of RGB (Red+Green+Blue) = 254+199+16=469 (62% of max value = 765). Red value is 254 (99.61% from 255 or 54.16% from 469); Green value is 199 (78.12% from 255 or 42.43% from 469); Blue value is 16 (6.64% from 255 or 3.41% from 469); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC710 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEC710 is #0138EF. Grayscale: #C3C3C3. Windows color (decimal): -80112 or 1099774. OLE color: 1099774.

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

Color convert

RGB25419916-
CMYK00.220.940.00
HSL46.13º99.17%52.94%-
HSV(B)46.13º93.7%99.61%-
XYZ61.3961.969.21-
YUV194.5827.22170.38-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 54.16%
GREEN value IS 199 (78.12% from 255) = 42.43%
BLUE value IS 16 (6.64% from 255) = 3.41%
R=54.16%
G=42.43%
B=3.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.94
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541991600.220.940.0046.1399.1752.94
HexFEC7100165E02e6335
Octal3763072002613605614365
Binary111111101100011110000010110101111001011101100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC710; }

 p { color: rgb(254,199,16); }

 H1.HeaderClassName
 {
   color: #FEC710;
 }
 .AnyTagClassName
 {
   color: #FEC710;
 }
</style>
background-color css

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

 a { background-color: rgb(254,199,16); }

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

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

 span { border-color: rgb(254,199,16); }

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