Shades of Tangerine Yellow #FFC802
Tints of Tangerine Yellow #FFC802
RGB
CMYK
RGB Variations
Color information
#FFC802 (or 0xFFC802) is known color: Tangerine Yellow. HEX triplet: FF, C8 and 02. RGB value is (255,200,2). Sum of RGB (Red+Green+Blue) = 255+200+2=457 (60% of max value = 765). Red value is 255 (100% from 255 or 55.80% from 457); Green value is 200 (78.52% from 255 or 43.76% from 457); Blue value is 2 (1.17% from 255 or 0.44% from 457); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC802 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFC802 is #0037FD. Grayscale: #C2C2C2. Windows color (decimal): -14334 or 182527. OLE color: 182527.
HSL color Cylindrical-coordinate representation of color #FFC802: hue angle of 46.96º 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 #FFC802 is Cyan = 0, Magento = 0.22, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 200 | 2 | - |
| CMYK | 0 | 0.22 | 0.99 | 0 |
| HSL | 46.96º | 1% | 0.5% | - |
| HSV(B) | 46.96º | 0.99% | 1% | - |
| XYZ | 61.91 | 62.57 | 8.87 | - |
| YUV | 193.87 | 19.72 | 171.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 200 | 2 | 0 | 0.22 | 0.99 | 0 | 46.96 | 1 | 0.5 |
| Hex | FF | C8 | 2 | 0 | 16 | 63 | 0 | 2F | 64 | 32 |
| Octal | 377 | 310 | 2 | 0 | 26 | 143 | 0 | 57 | 144 | 62 |
| Binary | 11111111 | 11001000 | 10 | 0 | 10110 | 1100011 | 0 | 101111 | 1100100 | 110010 |
Color Harmonies of #FFC802
Complementary color
Monochromatic Colors of #FFC802
Black with #FFC802
Text Example
Text Example
White with #FFC802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC802; }
p { color: rgb(255,200,2); }
H1.HeaderClassName
{
color: #FFC802;
}
.AnyTagClassName
{
color: #FFC802;
}
</style>
background-color css
<style>
a { background-color: #FFC802; }
a { background-color: rgb(255,200,2); }
div.DivClassName
{
background-color: #FFC802;
}
.BgClassName
{
background-color: #FFC802;
}
</style>
border-color css
<style>
span { border-color: #FFC802; }
span { border-color: rgb(255,200,2); }
td.TdClassName
{
border-color: #FFC802;
}
.TagClassName
{
border-color: #FFC802;
}
</style>