Shades of Dark Tangerine #FF9914
Tints of Dark Tangerine #FF9914
RGB
CMYK
RGB Variations
Color information
#FF9914 (or 0xFF9914) is known color: Dark Tangerine. HEX triplet: FF, 99 and 14. RGB value is (255,153,20). Sum of RGB (Red+Green+Blue) = 255+153+20=428 (56% of max value = 765). Red value is 255 (100% from 255 or 59.58% from 428); Green value is 153 (60.16% from 255 or 35.75% from 428); Blue value is 20 (8.20% from 255 or 4.67% from 428); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9914 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF9914 is #0066EB. Grayscale: #A8A8A8. Windows color (decimal): -26348 or 1350143. OLE color: 1350143.
HSL color Cylindrical-coordinate representation of color #FF9914: hue angle of 33.96º 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 #FF9914 is Cyan = 0, Magento = 0.4, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 153 | 20 | - |
| CMYK | 0 | 0.4 | 0.92 | 0 |
| HSL | 33.96º | 1% | 0.54% | - |
| HSV(B) | 33.96º | 0.92% | 1% | - |
| XYZ | 52.76 | 44.09 | 6.39 | - |
| YUV | 168.34 | 44.29 | 189.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 153 | 20 | 0 | 0.4 | 0.92 | 0 | 33.96 | 1 | 0.54 |
| Hex | FF | 99 | 14 | 0 | 28 | 5C | 0 | 22 | 64 | 36 |
| Octal | 377 | 231 | 24 | 0 | 50 | 134 | 0 | 42 | 144 | 66 |
| Binary | 11111111 | 10011001 | 10100 | 0 | 101000 | 1011100 | 0 | 100010 | 1100100 | 110110 |
Color Harmonies of #FF9914
Complementary color
Monochromatic Colors of #FF9914
Black with #FF9914
Text Example
Text Example
White with #FF9914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9914; }
p { color: rgb(255,153,20); }
H1.HeaderClassName
{
color: #FF9914;
}
.AnyTagClassName
{
color: #FF9914;
}
</style>
background-color css
<style>
a { background-color: #FF9914; }
a { background-color: rgb(255,153,20); }
div.DivClassName
{
background-color: #FF9914;
}
.BgClassName
{
background-color: #FF9914;
}
</style>
border-color css
<style>
span { border-color: #FF9914; }
span { border-color: rgb(255,153,20); }
td.TdClassName
{
border-color: #FF9914;
}
.TagClassName
{
border-color: #FF9914;
}
</style>