Shades of Dark Tangerine #FF9F20
Tints of Dark Tangerine #FF9F20
RGB
CMYK
RGB Variations
Color information
#FF9F20 (or 0xFF9F20) is known color: Dark Tangerine. HEX triplet: FF, 9F and 20. RGB value is (255,159,32). Sum of RGB (Red+Green+Blue) = 255+159+32=446 (59% of max value = 765). Red value is 255 (100% from 255 or 57.17% from 446); Green value is 159 (62.5% from 255 or 35.65% from 446); Blue value is 32 (12.89% from 255 or 7.17% from 446); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9F20 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF9F20 is #0060DF. Grayscale: #ADADAD. Windows color (decimal): -24800 or 2138111. OLE color: 2138111.
HSL color Cylindrical-coordinate representation of color #FF9F20: hue angle of 34.17º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FF9F20 is Cyan = 0, Magento = 0.38, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 159 | 32 | - |
| CMYK | 0 | 0.38 | 0.87 | 0 |
| HSL | 34.17º | 1% | 0.56% | - |
| HSV(B) | 34.17º | 0.87% | 1% | - |
| XYZ | 53.9 | 46.16 | 7.44 | - |
| YUV | 173.23 | 48.3 | 186.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 159 | 32 | 0 | 0.38 | 0.87 | 0 | 34.17 | 1 | 0.56 |
| Hex | FF | 9F | 20 | 0 | 26 | 57 | 0 | 22 | 64 | 38 |
| Octal | 377 | 237 | 40 | 0 | 46 | 127 | 0 | 42 | 144 | 70 |
| Binary | 11111111 | 10011111 | 100000 | 0 | 100110 | 1010111 | 0 | 100010 | 1100100 | 111000 |
Color Harmonies of #FF9F20
Complementary color
Monochromatic Colors of #FF9F20
Black with #FF9F20
Text Example
Text Example
White with #FF9F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9F20; }
p { color: rgb(255,159,32); }
H1.HeaderClassName
{
color: #FF9F20;
}
.AnyTagClassName
{
color: #FF9F20;
}
</style>
background-color css
<style>
a { background-color: #FF9F20; }
a { background-color: rgb(255,159,32); }
div.DivClassName
{
background-color: #FF9F20;
}
.BgClassName
{
background-color: #FF9F20;
}
</style>
border-color css
<style>
span { border-color: #FF9F20; }
span { border-color: rgb(255,159,32); }
td.TdClassName
{
border-color: #FF9F20;
}
.TagClassName
{
border-color: #FF9F20;
}
</style>