Shades of Dark Tangerine #FF9F0C
Tints of Dark Tangerine #FF9F0C
RGB
CMYK
RGB Variations
Color information
#FF9F0C (or 0xFF9F0C) is known color: Dark Tangerine. HEX triplet: FF, 9F and 0C. RGB value is (255,159,12). Sum of RGB (Red+Green+Blue) = 255+159+12=426 (56% of max value = 765). Red value is 255 (100% from 255 or 59.86% from 426); Green value is 159 (62.5% from 255 or 37.32% from 426); Blue value is 12 (5.08% from 255 or 2.82% from 426); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9F0C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF9F0C is #0060F3. Grayscale: #ABABAB. Windows color (decimal): -24820 or 827391. OLE color: 827391.
HSL color Cylindrical-coordinate representation of color #FF9F0C: hue angle of 36.3º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FF9F0C is Cyan = 0, Magento = 0.38, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 159 | 12 | - |
| CMYK | 0 | 0.38 | 0.95 | 0 |
| HSL | 36.3º | 1% | 0.52% | - |
| HSV(B) | 36.3º | 0.95% | 1% | - |
| XYZ | 53.7 | 46.08 | 6.41 | - |
| YUV | 170.95 | 38.3 | 187.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 159 | 12 | 0 | 0.38 | 0.95 | 0 | 36.3 | 1 | 0.52 |
| Hex | FF | 9F | C | 0 | 26 | 5F | 0 | 24 | 64 | 34 |
| Octal | 377 | 237 | 14 | 0 | 46 | 137 | 0 | 44 | 144 | 64 |
| Binary | 11111111 | 10011111 | 1100 | 0 | 100110 | 1011111 | 0 | 100100 | 1100100 | 110100 |
Color Harmonies of #FF9F0C
Complementary color
Monochromatic Colors of #FF9F0C
Black with #FF9F0C
Text Example
Text Example
White with #FF9F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9F0C; }
p { color: rgb(255,159,12); }
H1.HeaderClassName
{
color: #FF9F0C;
}
.AnyTagClassName
{
color: #FF9F0C;
}
</style>
background-color css
<style>
a { background-color: #FF9F0C; }
a { background-color: rgb(255,159,12); }
div.DivClassName
{
background-color: #FF9F0C;
}
.BgClassName
{
background-color: #FF9F0C;
}
</style>
border-color css
<style>
span { border-color: #FF9F0C; }
span { border-color: rgb(255,159,12); }
td.TdClassName
{
border-color: #FF9F0C;
}
.TagClassName
{
border-color: #FF9F0C;
}
</style>