#FFC411

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

Shades of Golden Poppy #FFC411

Tints of Golden Poppy #FFC411

Color information

#FFC411 (or 0xFFC411) is unknown color: approx Golden Poppy. HEX triplet: FF, C4 and 11. RGB value is (255,196,17). Sum of RGB (Red+Green+Blue) = 255+196+17=468 (61% of max value = 765). Red value is 255 (100% from 255 or 54.49% from 468); Green value is 196 (76.95% from 255 or 41.88% from 468); Blue value is 17 (7.03% from 255 or 3.63% from 468); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC411 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFC411 is #003BEE. Grayscale: #C2C2C2. Windows color (decimal): -15343 or 1164543. OLE color: 1164543.

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

Color convert

RGB25519617-
CMYK00.230.930
HSL45.13º100%53.33%-
HSV(B)45.13º93.33%100%-
XYZ61.0860.789.04-
YUV193.2328.55172.05-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 54.49%
GREEN value IS 196 (76.95% from 255) = 41.88%
BLUE value IS 17 (7.03% from 255) = 3.63%
R=54.49%
G=41.88%
B=3.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.93
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551961700.230.93045.1310053.33
HexFFC4110175D02d6435
Octal3773042102713505514465
Binary111111111100010010001010111101110101011011100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC411; }

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

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

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

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

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

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

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

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