Shades of Amber #FFC202
Tints of Amber #FFC202
RGB
CMYK
RGB Variations
Color information
#FFC202 (or 0xFFC202) is known color: Amber. HEX triplet: FF, C2 and 02. RGB value is (255,194,2). Sum of RGB (Red+Green+Blue) = 255+194+2=451 (59% of max value = 765). Red value is 255 (100% from 255 or 56.54% from 451); Green value is 194 (76.17% from 255 or 43.02% from 451); Blue value is 2 (1.17% from 255 or 0.44% from 451); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC202 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFC202 is #003DFD. Grayscale: #BFBFBF. Windows color (decimal): -15870 or 180991. OLE color: 180991.
HSL color Cylindrical-coordinate representation of color #FFC202: hue angle of 45.53º 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 #FFC202 is Cyan = 0, Magento = 0.24, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 194 | 2 | - |
| CMYK | 0 | 0.24 | 0.99 | 0 |
| HSL | 45.53º | 1% | 0.5% | - |
| HSV(B) | 45.53º | 0.99% | 1% | - |
| XYZ | 60.54 | 59.85 | 8.42 | - |
| YUV | 190.35 | 21.71 | 174.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 194 | 2 | 0 | 0.24 | 0.99 | 0 | 45.53 | 1 | 0.5 |
| Hex | FF | C2 | 2 | 0 | 18 | 63 | 0 | 2E | 64 | 32 |
| Octal | 377 | 302 | 2 | 0 | 30 | 143 | 0 | 56 | 144 | 62 |
| Binary | 11111111 | 11000010 | 10 | 0 | 11000 | 1100011 | 0 | 101110 | 1100100 | 110010 |
Color Harmonies of #FFC202
Complementary color
Monochromatic Colors of #FFC202
Black with #FFC202
Text Example
Text Example
White with #FFC202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC202; }
p { color: rgb(255,194,2); }
H1.HeaderClassName
{
color: #FFC202;
}
.AnyTagClassName
{
color: #FFC202;
}
</style>
background-color css
<style>
a { background-color: #FFC202; }
a { background-color: rgb(255,194,2); }
div.DivClassName
{
background-color: #FFC202;
}
.BgClassName
{
background-color: #FFC202;
}
</style>
border-color css
<style>
span { border-color: #FFC202; }
span { border-color: rgb(255,194,2); }
td.TdClassName
{
border-color: #FFC202;
}
.TagClassName
{
border-color: #FFC202;
}
</style>