#FFC000

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

Shades of Amber #FFC000

Tints of Amber #FFC000

Color information

#FFC000 (or 0xFFC000) is unknown color: approx Amber. HEX triplet: FF, C0 and 00. RGB value is (255,192,0). Sum of RGB (Red+Green+Blue) = 255+192+0=447 (59% of max value = 765). Red value is 255 (100% from 255 or 57.05% from 447); Green value is 192 (75.39% from 255 or 42.95% from 447); Blue value is 0 (0.39% from 255 or 0% from 447); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC000 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFC000 is #003FFF. Grayscale: #BDBDBD. Windows color (decimal): -16384 or 49407. OLE color: 49407.

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

Color convert

RGB2551920-
CMYK00.2510
HSL45.18º100%50%-
HSV(B)45.18º100%100%-
XYZ60.0958.968.21-
YUV188.9521.37175.11-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 57.05%
GREEN value IS 192 (75.39% from 255) = 42.95%
BLUE value IS 0 (0.39% from 255) = 0%
R=57.05%
G=42.95%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 1
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255192000.251045.1810050
HexFFC000196402d6432
Octal377300003114405514462
Binary11111111110000000011001110010001011011100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC000; }

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

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

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

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

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

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

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

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