Shades of Amber #FFC102
Tints of Amber #FFC102
RGB
CMYK
RGB Variations
Color information
#FFC102 (or 0xFFC102) is known color: Amber. HEX triplet: FF, C1 and 02. RGB value is (255,193,2). Sum of RGB (Red+Green+Blue) = 255+193+2=450 (59% of max value = 765). Red value is 255 (100% from 255 or 56.67% from 450); Green value is 193 (75.78% from 255 or 42.89% from 450); Blue value is 2 (1.17% from 255 or 0.44% from 450); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC102 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFC102 is #003EFD. Grayscale: #BEBEBE. Windows color (decimal): -16126 or 180735. OLE color: 180735.
HSL color Cylindrical-coordinate representation of color #FFC102: hue angle of 45.3º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FFC102 is Cyan = 0, Magento = 0.24, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 193 | 2 | - |
| CMYK | 0 | 0.24 | 0.99 | 0 |
| HSL | 45.3º | 1% | 0.5% | - |
| HSV(B) | 45.3º | 0.99% | 1% | - |
| XYZ | 60.32 | 59.4 | 8.34 | - |
| YUV | 189.76 | 22.04 | 174.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 193 | 2 | 0 | 0.24 | 0.99 | 0 | 45.3 | 1 | 0.5 |
| Hex | FF | C1 | 2 | 0 | 18 | 63 | 0 | 2D | 64 | 32 |
| Octal | 377 | 301 | 2 | 0 | 30 | 143 | 0 | 55 | 144 | 62 |
| Binary | 11111111 | 11000001 | 10 | 0 | 11000 | 1100011 | 0 | 101101 | 1100100 | 110010 |
Color Harmonies of #FFC102
Complementary color
Monochromatic Colors of #FFC102
Black with #FFC102
Text Example
Text Example
White with #FFC102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC102; }
p { color: rgb(255,193,2); }
H1.HeaderClassName
{
color: #FFC102;
}
.AnyTagClassName
{
color: #FFC102;
}
</style>
background-color css
<style>
a { background-color: #FFC102; }
a { background-color: rgb(255,193,2); }
div.DivClassName
{
background-color: #FFC102;
}
.BgClassName
{
background-color: #FFC102;
}
</style>
border-color css
<style>
span { border-color: #FFC102; }
span { border-color: rgb(255,193,2); }
td.TdClassName
{
border-color: #FFC102;
}
.TagClassName
{
border-color: #FFC102;
}
</style>