Shades of Dark Tangerine #FF9812
Tints of Dark Tangerine #FF9812
RGB
CMYK
RGB Variations
Color information
#FF9812 (or 0xFF9812) is known color: Dark Tangerine. HEX triplet: FF, 98 and 12. RGB value is (255,152,18). Sum of RGB (Red+Green+Blue) = 255+152+18=425 (56% of max value = 765). Red value is 255 (100% from 255 or 60% from 425); Green value is 152 (59.77% from 255 or 35.76% from 425); Blue value is 18 (7.42% from 255 or 4.24% from 425); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9812 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF9812 is #0067ED. Grayscale: #A8A8A8. Windows color (decimal): -26606 or 1218815. OLE color: 1218815.
HSL color Cylindrical-coordinate representation of color #FF9812: hue angle of 33.92º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FF9812 is Cyan = 0, Magento = 0.40, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 152 | 18 | - |
| CMYK | 0 | 0.40 | 0.93 | 0 |
| HSL | 33.92º | 1% | 0.54% | - |
| HSV(B) | 33.92º | 0.93% | 1% | - |
| XYZ | 52.58 | 43.76 | 6.25 | - |
| YUV | 167.52 | 43.62 | 190.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 152 | 18 | 0 | 0.40 | 0.93 | 0 | 33.92 | 1 | 0.54 |
| Hex | FF | 98 | 12 | 0 | 28 | 5D | 0 | 22 | 64 | 36 |
| Octal | 377 | 230 | 22 | 0 | 50 | 135 | 0 | 42 | 144 | 66 |
| Binary | 11111111 | 10011000 | 10010 | 0 | 101000 | 1011101 | 0 | 100010 | 1100100 | 110110 |
Color Harmonies of #FF9812
Complementary color
Monochromatic Colors of #FF9812
Black with #FF9812
Text Example
Text Example
White with #FF9812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9812; }
p { color: rgb(255,152,18); }
H1.HeaderClassName
{
color: #FF9812;
}
.AnyTagClassName
{
color: #FF9812;
}
</style>
background-color css
<style>
a { background-color: #FF9812; }
a { background-color: rgb(255,152,18); }
div.DivClassName
{
background-color: #FF9812;
}
.BgClassName
{
background-color: #FF9812;
}
</style>
border-color css
<style>
span { border-color: #FF9812; }
span { border-color: rgb(255,152,18); }
td.TdClassName
{
border-color: #FF9812;
}
.TagClassName
{
border-color: #FF9812;
}
</style>