#FEC511

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

Shades of Golden Poppy #FEC511

Tints of Golden Poppy #FEC511

Color information

#FEC511 (or 0xFEC511) is unknown color: approx Golden Poppy. HEX triplet: FE, C5 and 11. RGB value is (254,197,17). Sum of RGB (Red+Green+Blue) = 254+197+17=468 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.27% from 468); Green value is 197 (77.34% from 255 or 42.09% from 468); Blue value is 17 (7.03% from 255 or 3.63% from 468); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC511 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEC511 is #013AEE. Grayscale: #C2C2C2. Windows color (decimal): -80623 or 1164798. OLE color: 1164798.

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

Color convert

RGB25419717-
CMYK00.220.930.00
HSL45.57º99.16%53.14%-
HSV(B)45.57º93.31%99.61%-
XYZ60.9461.049.1-
YUV193.5228.38171.14-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 54.27%
GREEN value IS 197 (77.34% from 255) = 42.09%
BLUE value IS 17 (7.03% from 255) = 3.63%
R=54.27%
G=42.09%
B=3.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.93
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541971700.220.930.0045.5799.1653.14
HexFEC5110165D02e6335
Octal3763052102613505614365
Binary111111101100010110001010110101110101011101100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC511; }

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

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

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

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

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

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

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

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