Shades of Dark Tangerine #FF9414
Tints of Dark Tangerine #FF9414
RGB
CMYK
RGB Variations
Color information
#FF9414 (or 0xFF9414) is known color: Dark Tangerine. HEX triplet: FF, 94 and 14. RGB value is (255,148,20). Sum of RGB (Red+Green+Blue) = 255+148+20=423 (56% of max value = 765). Red value is 255 (100% from 255 or 60.28% from 423); Green value is 148 (58.20% from 255 or 34.99% from 423); Blue value is 20 (8.20% from 255 or 4.73% from 423); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9414 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF9414 is #006BEB. Grayscale: #A6A6A6. Windows color (decimal): -27628 or 1348863. OLE color: 1348863.
HSL color Cylindrical-coordinate representation of color #FF9414: hue angle of 32.68º 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 #FF9414 is Cyan = 0, Magento = 0.42, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 148 | 20 | - |
| CMYK | 0 | 0.42 | 0.92 | 0 |
| HSL | 32.68º | 1% | 0.54% | - |
| HSV(B) | 32.68º | 0.92% | 1% | - |
| XYZ | 51.96 | 42.49 | 6.12 | - |
| YUV | 165.4 | 45.95 | 191.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 148 | 20 | 0 | 0.42 | 0.92 | 0 | 32.68 | 1 | 0.54 |
| Hex | FF | 94 | 14 | 0 | 2A | 5C | 0 | 21 | 64 | 36 |
| Octal | 377 | 224 | 24 | 0 | 52 | 134 | 0 | 41 | 144 | 66 |
| Binary | 11111111 | 10010100 | 10100 | 0 | 101010 | 1011100 | 0 | 100001 | 1100100 | 110110 |
Color Harmonies of #FF9414
Complementary color
Monochromatic Colors of #FF9414
Black with #FF9414
Text Example
Text Example
White with #FF9414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9414; }
p { color: rgb(255,148,20); }
H1.HeaderClassName
{
color: #FF9414;
}
.AnyTagClassName
{
color: #FF9414;
}
</style>
background-color css
<style>
a { background-color: #FF9414; }
a { background-color: rgb(255,148,20); }
div.DivClassName
{
background-color: #FF9414;
}
.BgClassName
{
background-color: #FF9414;
}
</style>
border-color css
<style>
span { border-color: #FF9414; }
span { border-color: rgb(255,148,20); }
td.TdClassName
{
border-color: #FF9414;
}
.TagClassName
{
border-color: #FF9414;
}
</style>