Shades of Orange #FFA602
Tints of Orange #FFA602
RGB
CMYK
RGB Variations
Color information
#FFA602 (or 0xFFA602) is known color: Orange. HEX triplet: FF, A6 and 02. RGB value is (255,166,2). Sum of RGB (Red+Green+Blue) = 255+166+2=423 (56% of max value = 765). Red value is 255 (100% from 255 or 60.28% from 423); Green value is 166 (65.23% from 255 or 39.24% from 423); Blue value is 2 (1.17% from 255 or 0.47% from 423); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA602 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFA602 is #0059FD. Grayscale: #AEAEAE. Windows color (decimal): -23038 or 173823. OLE color: 173823.
HSL color Cylindrical-coordinate representation of color #FFA602: hue angle of 38.89º 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 #FFA602 is Cyan = 0, Magento = 0.35, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 166 | 2 | - |
| CMYK | 0 | 0.35 | 0.99 | 0 |
| HSL | 38.89º | 1% | 0.5% | - |
| HSV(B) | 38.89º | 0.99% | 1% | - |
| XYZ | 54.89 | 48.54 | 6.53 | - |
| YUV | 173.92 | 30.99 | 185.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 166 | 2 | 0 | 0.35 | 0.99 | 0 | 38.89 | 1 | 0.5 |
| Hex | FF | A6 | 2 | 0 | 23 | 63 | 0 | 27 | 64 | 32 |
| Octal | 377 | 246 | 2 | 0 | 43 | 143 | 0 | 47 | 144 | 62 |
| Binary | 11111111 | 10100110 | 10 | 0 | 100011 | 1100011 | 0 | 100111 | 1100100 | 110010 |
Color Harmonies of #FFA602
Complementary color
Monochromatic Colors of #FFA602
Black with #FFA602
Text Example
Text Example
White with #FFA602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA602; }
p { color: rgb(255,166,2); }
H1.HeaderClassName
{
color: #FFA602;
}
.AnyTagClassName
{
color: #FFA602;
}
</style>
background-color css
<style>
a { background-color: #FFA602; }
a { background-color: rgb(255,166,2); }
div.DivClassName
{
background-color: #FFA602;
}
.BgClassName
{
background-color: #FFA602;
}
</style>
border-color css
<style>
span { border-color: #FFA602; }
span { border-color: rgb(255,166,2); }
td.TdClassName
{
border-color: #FFA602;
}
.TagClassName
{
border-color: #FFA602;
}
</style>