Shades of Orange #FFA802
Tints of Orange #FFA802
RGB
CMYK
RGB Variations
Color information
#FFA802 (or 0xFFA802) is known color: Orange. HEX triplet: FF, A8 and 02. RGB value is (255,168,2). Sum of RGB (Red+Green+Blue) = 255+168+2=425 (56% of max value = 765). Red value is 255 (100% from 255 or 60% from 425); Green value is 168 (66.02% from 255 or 39.53% from 425); Blue value is 2 (1.17% from 255 or 0.47% from 425); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA802 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFA802 is #0057FD. Grayscale: #AFAFAF. Windows color (decimal): -22526 or 174335. OLE color: 174335.
HSL color Cylindrical-coordinate representation of color #FFA802: hue angle of 39.37º 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 #FFA802 is Cyan = 0, Magento = 0.34, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 168 | 2 | - |
| CMYK | 0 | 0.34 | 0.99 | 0 |
| HSL | 39.37º | 1% | 0.5% | - |
| HSV(B) | 39.37º | 0.99% | 1% | - |
| XYZ | 55.25 | 49.27 | 6.66 | - |
| YUV | 175.09 | 30.32 | 185 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 168 | 2 | 0 | 0.34 | 0.99 | 0 | 39.37 | 1 | 0.5 |
| Hex | FF | A8 | 2 | 0 | 22 | 63 | 0 | 27 | 64 | 32 |
| Octal | 377 | 250 | 2 | 0 | 42 | 143 | 0 | 47 | 144 | 62 |
| Binary | 11111111 | 10101000 | 10 | 0 | 100010 | 1100011 | 0 | 100111 | 1100100 | 110010 |
Color Harmonies of #FFA802
Complementary color
Monochromatic Colors of #FFA802
Black with #FFA802
Text Example
Text Example
White with #FFA802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA802; }
p { color: rgb(255,168,2); }
H1.HeaderClassName
{
color: #FFA802;
}
.AnyTagClassName
{
color: #FFA802;
}
</style>
background-color css
<style>
a { background-color: #FFA802; }
a { background-color: rgb(255,168,2); }
div.DivClassName
{
background-color: #FFA802;
}
.BgClassName
{
background-color: #FFA802;
}
</style>
border-color css
<style>
span { border-color: #FFA802; }
span { border-color: rgb(255,168,2); }
td.TdClassName
{
border-color: #FFA802;
}
.TagClassName
{
border-color: #FFA802;
}
</style>