Shades of Amber #FFC008
Tints of Amber #FFC008
RGB
CMYK
RGB Variations
Color information
#FFC008 (or 0xFFC008) is known color: Amber. HEX triplet: FF, C0 and 08. RGB value is (255,192,8). Sum of RGB (Red+Green+Blue) = 255+192+8=455 (60% of max value = 765). Red value is 255 (100% from 255 or 56.04% from 455); Green value is 192 (75.39% from 255 or 42.20% from 455); Blue value is 8 (3.52% from 255 or 1.76% from 455); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC008 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFC008 is #003FF7. Grayscale: #BEBEBE. Windows color (decimal): -16376 or 573695. OLE color: 573695.
HSL color Cylindrical-coordinate representation of color #FFC008: hue angle of 44.7º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FFC008 is Cyan = 0, Magento = 0.25, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 192 | 8 | - |
| CMYK | 0 | 0.25 | 0.97 | 0 |
| HSL | 44.7º | 1% | 0.52% | - |
| HSV(B) | 44.7º | 0.97% | 1% | - |
| XYZ | 60.13 | 58.98 | 8.44 | - |
| YUV | 189.86 | 25.37 | 174.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 192 | 8 | 0 | 0.25 | 0.97 | 0 | 44.7 | 1 | 0.52 |
| Hex | FF | C0 | 8 | 0 | 19 | 61 | 0 | 2D | 64 | 34 |
| Octal | 377 | 300 | 10 | 0 | 31 | 141 | 0 | 55 | 144 | 64 |
| Binary | 11111111 | 11000000 | 1000 | 0 | 11001 | 1100001 | 0 | 101101 | 1100100 | 110100 |
Color Harmonies of #FFC008
Complementary color
Monochromatic Colors of #FFC008
Black with #FFC008
Text Example
Text Example
White with #FFC008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC008; }
p { color: rgb(255,192,8); }
H1.HeaderClassName
{
color: #FFC008;
}
.AnyTagClassName
{
color: #FFC008;
}
</style>
background-color css
<style>
a { background-color: #FFC008; }
a { background-color: rgb(255,192,8); }
div.DivClassName
{
background-color: #FFC008;
}
.BgClassName
{
background-color: #FFC008;
}
</style>
border-color css
<style>
span { border-color: #FFC008; }
span { border-color: rgb(255,192,8); }
td.TdClassName
{
border-color: #FFC008;
}
.TagClassName
{
border-color: #FFC008;
}
</style>