#FEC411

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

Shades of Golden Poppy #FEC411

Tints of Golden Poppy #FEC411

Color information

#FEC411 (or 0xFEC411) is unknown color: approx Golden Poppy. HEX triplet: FE, C4 and 11. RGB value is (254,196,17). Sum of RGB (Red+Green+Blue) = 254+196+17=467 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.39% from 467); Green value is 196 (76.95% from 255 or 41.97% from 467); Blue value is 17 (7.03% from 255 or 3.64% from 467); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC411 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEC411 is #013BEE. Grayscale: #C1C1C1. Windows color (decimal): -80879 or 1164542. OLE color: 1164542.

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

Color convert

RGB25419617-
CMYK00.230.930.00
HSL45.32º99.16%53.14%-
HSV(B)45.32º93.31%99.61%-
XYZ60.7160.599.03-
YUV192.9428.72171.55-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 54.39%
GREEN value IS 196 (76.95% from 255) = 41.97%
BLUE value IS 17 (7.03% from 255) = 3.64%
R=54.39%
G=41.97%
B=3.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.93
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541961700.230.930.0045.3299.1653.14
HexFEC4110175D02d6335
Octal3763042102713505514365
Binary111111101100010010001010111101110101011011100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC411; }

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

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

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

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

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

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

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

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