#FFC611

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

Shades of Golden Poppy #FFC611

Tints of Golden Poppy #FFC611

Color information

#FFC611 (or 0xFFC611) is unknown color: approx Golden Poppy. HEX triplet: FF, C6 and 11. RGB value is (255,198,17). Sum of RGB (Red+Green+Blue) = 255+198+17=470 (62% of max value = 765). Red value is 255 (100% from 255 or 54.26% from 470); Green value is 198 (77.73% from 255 or 42.13% from 470); Blue value is 17 (7.03% from 255 or 3.62% from 470); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC611 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFC611 is #0039EE. Grayscale: #C3C3C3. Windows color (decimal): -14831 or 1165055. OLE color: 1165055.

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

Color convert

RGB25519817-
CMYK00.220.930
HSL45.63º100%53.33%-
HSV(B)45.63º93.33%100%-
XYZ61.5461.699.19-
YUV194.4127.88171.22-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 54.26%
GREEN value IS 198 (77.73% from 255) = 42.13%
BLUE value IS 17 (7.03% from 255) = 3.62%
R=54.26%
G=42.13%
B=3.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.93
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551981700.220.93045.6310053.33
HexFFC6110165D02e6435
Octal3773062102613505614465
Binary111111111100011010001010110101110101011101100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC611; }

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

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

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

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

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

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

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

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