Shades of Dark Tangerine #FF9514
Tints of Dark Tangerine #FF9514
RGB
CMYK
RGB Variations
Color information
#FF9514 (or 0xFF9514) is known color: Dark Tangerine. HEX triplet: FF, 95 and 14. RGB value is (255,149,20). Sum of RGB (Red+Green+Blue) = 255+149+20=424 (56% of max value = 765). Red value is 255 (100% from 255 or 60.14% from 424); Green value is 149 (58.59% from 255 or 35.14% from 424); Blue value is 20 (8.20% from 255 or 4.72% from 424); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9514 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF9514 is #006AEB. Grayscale: #A6A6A6. Windows color (decimal): -27372 or 1349119. OLE color: 1349119.
HSL color Cylindrical-coordinate representation of color #FF9514: hue angle of 32.94º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FF9514 is Cyan = 0, Magento = 0.42, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 149 | 20 | - |
| CMYK | 0 | 0.42 | 0.92 | 0 |
| HSL | 32.94º | 1% | 0.54% | - |
| HSV(B) | 32.94º | 0.92% | 1% | - |
| XYZ | 52.11 | 42.81 | 6.18 | - |
| YUV | 165.99 | 45.62 | 191.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 149 | 20 | 0 | 0.42 | 0.92 | 0 | 32.94 | 1 | 0.54 |
| Hex | FF | 95 | 14 | 0 | 2A | 5C | 0 | 21 | 64 | 36 |
| Octal | 377 | 225 | 24 | 0 | 52 | 134 | 0 | 41 | 144 | 66 |
| Binary | 11111111 | 10010101 | 10100 | 0 | 101010 | 1011100 | 0 | 100001 | 1100100 | 110110 |
Color Harmonies of #FF9514
Complementary color
Monochromatic Colors of #FF9514
Black with #FF9514
Text Example
Text Example
White with #FF9514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9514; }
p { color: rgb(255,149,20); }
H1.HeaderClassName
{
color: #FF9514;
}
.AnyTagClassName
{
color: #FF9514;
}
</style>
background-color css
<style>
a { background-color: #FF9514; }
a { background-color: rgb(255,149,20); }
div.DivClassName
{
background-color: #FF9514;
}
.BgClassName
{
background-color: #FF9514;
}
</style>
border-color css
<style>
span { border-color: #FF9514; }
span { border-color: rgb(255,149,20); }
td.TdClassName
{
border-color: #FF9514;
}
.TagClassName
{
border-color: #FF9514;
}
</style>