#FEC510

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

Shades of Golden Poppy #FEC510

Tints of Golden Poppy #FEC510

Color information

#FEC510 (or 0xFEC510) is unknown color: approx Golden Poppy. HEX triplet: FE, C5 and 10. RGB value is (254,197,16). Sum of RGB (Red+Green+Blue) = 254+197+16=467 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.39% from 467); Green value is 197 (77.34% from 255 or 42.18% from 467); Blue value is 16 (6.64% from 255 or 3.43% from 467); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC510 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEC510 is #013AEF. Grayscale: #C2C2C2. Windows color (decimal): -80624 or 1099262. OLE color: 1099262.

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

Color convert

RGB25419716-
CMYK00.220.940.00
HSL45.63º99.17%52.94%-
HSV(B)45.63º93.7%99.61%-
XYZ60.9361.049.06-
YUV193.4127.88171.22-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 54.39%
GREEN value IS 197 (77.34% from 255) = 42.18%
BLUE value IS 16 (6.64% from 255) = 3.43%
R=54.39%
G=42.18%
B=3.43%

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
Decimal2541971600.220.940.0045.6399.1752.94
HexFEC5100165E02e6335
Octal3763052002613605614365
Binary111111101100010110000010110101111001011101100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC510; }

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

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

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

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

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

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

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

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