Shades of Amber #FFC208
Tints of Amber #FFC208
RGB
CMYK
RGB Variations
Color information
#FFC208 (or 0xFFC208) is known color: Amber. HEX triplet: FF, C2 and 08. RGB value is (255,194,8). Sum of RGB (Red+Green+Blue) = 255+194+8=457 (60% of max value = 765). Red value is 255 (100% from 255 or 55.80% from 457); Green value is 194 (76.17% from 255 or 42.45% from 457); Blue value is 8 (3.52% from 255 or 1.75% from 457); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC208 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFC208 is #003DF7. Grayscale: #BFBFBF. Windows color (decimal): -15864 or 574207. OLE color: 574207.
HSL color Cylindrical-coordinate representation of color #FFC208: hue angle of 45.18º 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 #FFC208 is Cyan = 0, Magento = 0.24, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 194 | 8 | - |
| CMYK | 0 | 0.24 | 0.97 | 0 |
| HSL | 45.18º | 1% | 0.52% | - |
| HSV(B) | 45.18º | 0.97% | 1% | - |
| XYZ | 60.58 | 59.86 | 8.59 | - |
| YUV | 191.04 | 24.71 | 173.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 194 | 8 | 0 | 0.24 | 0.97 | 0 | 45.18 | 1 | 0.52 |
| Hex | FF | C2 | 8 | 0 | 18 | 61 | 0 | 2D | 64 | 34 |
| Octal | 377 | 302 | 10 | 0 | 30 | 141 | 0 | 55 | 144 | 64 |
| Binary | 11111111 | 11000010 | 1000 | 0 | 11000 | 1100001 | 0 | 101101 | 1100100 | 110100 |
Color Harmonies of #FFC208
Complementary color
Monochromatic Colors of #FFC208
Black with #FFC208
Text Example
Text Example
White with #FFC208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC208; }
p { color: rgb(255,194,8); }
H1.HeaderClassName
{
color: #FFC208;
}
.AnyTagClassName
{
color: #FFC208;
}
</style>
background-color css
<style>
a { background-color: #FFC208; }
a { background-color: rgb(255,194,8); }
div.DivClassName
{
background-color: #FFC208;
}
.BgClassName
{
background-color: #FFC208;
}
</style>
border-color css
<style>
span { border-color: #FFC208; }
span { border-color: rgb(255,194,8); }
td.TdClassName
{
border-color: #FFC208;
}
.TagClassName
{
border-color: #FFC208;
}
</style>