Shades of Dark Tangerine #FF9F1C
Tints of Dark Tangerine #FF9F1C
RGB
CMYK
RGB Variations
Color information
#FF9F1C (or 0xFF9F1C) is known color: Dark Tangerine. HEX triplet: FF, 9F and 1C. RGB value is (255,159,28). Sum of RGB (Red+Green+Blue) = 255+159+28=442 (58% of max value = 765). Red value is 255 (100% from 255 or 57.69% from 442); Green value is 159 (62.5% from 255 or 35.97% from 442); Blue value is 28 (11.33% from 255 or 6.33% from 442); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9F1C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF9F1C is #0060E3. Grayscale: #ADADAD. Windows color (decimal): -24804 or 1875967. OLE color: 1875967.
HSL color Cylindrical-coordinate representation of color #FF9F1C: hue angle of 34.63º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FF9F1C is Cyan = 0, Magento = 0.38, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 159 | 28 | - |
| CMYK | 0 | 0.38 | 0.89 | 0 |
| HSL | 34.63º | 1% | 0.55% | - |
| HSV(B) | 34.63º | 0.89% | 1% | - |
| XYZ | 53.85 | 46.14 | 7.17 | - |
| YUV | 172.77 | 46.3 | 186.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 159 | 28 | 0 | 0.38 | 0.89 | 0 | 34.63 | 1 | 0.55 |
| Hex | FF | 9F | 1C | 0 | 26 | 59 | 0 | 23 | 64 | 37 |
| Octal | 377 | 237 | 34 | 0 | 46 | 131 | 0 | 43 | 144 | 67 |
| Binary | 11111111 | 10011111 | 11100 | 0 | 100110 | 1011001 | 0 | 100011 | 1100100 | 110111 |
Color Harmonies of #FF9F1C
Complementary color
Monochromatic Colors of #FF9F1C
Black with #FF9F1C
Text Example
Text Example
White with #FF9F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9F1C; }
p { color: rgb(255,159,28); }
H1.HeaderClassName
{
color: #FF9F1C;
}
.AnyTagClassName
{
color: #FF9F1C;
}
</style>
background-color css
<style>
a { background-color: #FF9F1C; }
a { background-color: rgb(255,159,28); }
div.DivClassName
{
background-color: #FF9F1C;
}
.BgClassName
{
background-color: #FF9F1C;
}
</style>
border-color css
<style>
span { border-color: #FF9F1C; }
span { border-color: rgb(255,159,28); }
td.TdClassName
{
border-color: #FF9F1C;
}
.TagClassName
{
border-color: #FF9F1C;
}
</style>