#FFC100

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

Shades of Amber #FFC100

Tints of Amber #FFC100

Color information

#FFC100 (or 0xFFC100) is unknown color: approx Amber. HEX triplet: FF, C1 and 00. RGB value is (255,193,0). Sum of RGB (Red+Green+Blue) = 255+193+0=448 (59% of max value = 765). Red value is 255 (100% from 255 or 56.92% from 448); Green value is 193 (75.78% from 255 or 43.08% from 448); Blue value is 0 (0.39% from 255 or 0% from 448); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC100 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFC100 is #003EFF. Grayscale: #BEBEBE. Windows color (decimal): -16128 or 49663. OLE color: 49663.

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

Color convert

RGB2551930-
CMYK00.2410
HSL45.41º100%50%-
HSV(B)45.41º100%100%-
XYZ60.3159.48.29-
YUV189.5421.04174.69-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 56.92%
GREEN value IS 193 (75.78% from 255) = 43.08%
BLUE value IS 0 (0.39% from 255) = 0%
R=56.92%
G=43.08%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 1
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255193000.241045.4110050
HexFFC100186402d6432
Octal377301003014405514462
Binary11111111110000010011000110010001011011100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC100; }

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

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

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

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

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

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

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

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