#FFC111

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

Shades of Amber #FFC111

Tints of Amber #FFC111

Color information

#FFC111 (or 0xFFC111) is unknown color: approx Amber. HEX triplet: FF, C1 and 11. RGB value is (255,193,17). Sum of RGB (Red+Green+Blue) = 255+193+17=465 (61% of max value = 765). Red value is 255 (100% from 255 or 54.84% from 465); Green value is 193 (75.78% from 255 or 41.51% from 465); Blue value is 17 (7.03% from 255 or 3.66% from 465); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC111 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFC111 is #003EEE. Grayscale: #C0C0C0. Windows color (decimal): -16111 or 1163775. OLE color: 1163775.

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

Color convert

RGB25519317-
CMYK00.240.930
HSL44.37º100%53.33%-
HSV(B)44.37º93.33%100%-
XYZ60.4159.448.82-
YUV191.4729.54173.31-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 54.84%
GREEN value IS 193 (75.78% from 255) = 41.51%
BLUE value IS 17 (7.03% from 255) = 3.66%
R=54.84%
G=41.51%
B=3.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.93
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551931700.240.93044.3710053.33
HexFFC1110185D02c6435
Octal3773012103013505414465
Binary111111111100000110001011000101110101011001100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC111; }

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

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

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

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

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

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

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

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