Shades of Dark Tangerine #FFA30A
Tints of Dark Tangerine #FFA30A
RGB
CMYK
RGB Variations
Color information
#FFA30A (or 0xFFA30A) is known color: Dark Tangerine. HEX triplet: FF, A3 and 0A. RGB value is (255,163,10). Sum of RGB (Red+Green+Blue) = 255+163+10=428 (56% of max value = 765). Red value is 255 (100% from 255 or 59.58% from 428); Green value is 163 (64.06% from 255 or 38.08% from 428); Blue value is 10 (4.30% from 255 or 2.34% from 428); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA30A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFA30A is #005CF5. Grayscale: #ADADAD. Windows color (decimal): -23798 or 697343. OLE color: 697343.
HSL color Cylindrical-coordinate representation of color #FFA30A: hue angle of 37.47º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FFA30A is Cyan = 0, Magento = 0.36, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 163 | 10 | - |
| CMYK | 0 | 0.36 | 0.96 | 0 |
| HSL | 37.47º | 1% | 0.52% | - |
| HSV(B) | 37.47º | 0.96% | 1% | - |
| XYZ | 54.39 | 47.48 | 6.58 | - |
| YUV | 173.07 | 35.98 | 186.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 163 | 10 | 0 | 0.36 | 0.96 | 0 | 37.47 | 1 | 0.52 |
| Hex | FF | A3 | A | 0 | 24 | 60 | 0 | 25 | 64 | 34 |
| Octal | 377 | 243 | 12 | 0 | 44 | 140 | 0 | 45 | 144 | 64 |
| Binary | 11111111 | 10100011 | 1010 | 0 | 100100 | 1100000 | 0 | 100101 | 1100100 | 110100 |
Color Harmonies of #FFA30A
Complementary color
Monochromatic Colors of #FFA30A
Black with #FFA30A
Text Example
Text Example
White with #FFA30A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA30A; }
p { color: rgb(255,163,10); }
H1.HeaderClassName
{
color: #FFA30A;
}
.AnyTagClassName
{
color: #FFA30A;
}
</style>
background-color css
<style>
a { background-color: #FFA30A; }
a { background-color: rgb(255,163,10); }
div.DivClassName
{
background-color: #FFA30A;
}
.BgClassName
{
background-color: #FFA30A;
}
</style>
border-color css
<style>
span { border-color: #FFA30A; }
span { border-color: rgb(255,163,10); }
td.TdClassName
{
border-color: #FFA30A;
}
.TagClassName
{
border-color: #FFA30A;
}
</style>