Shades of Dark Tangerine #FF991A
Tints of Dark Tangerine #FF991A
RGB
CMYK
RGB Variations
Color information
#FF991A (or 0xFF991A) is known color: Dark Tangerine. HEX triplet: FF, 99 and 1A. RGB value is (255,153,26). Sum of RGB (Red+Green+Blue) = 255+153+26=434 (57% of max value = 765). Red value is 255 (100% from 255 or 58.76% from 434); Green value is 153 (60.16% from 255 or 35.25% from 434); Blue value is 26 (10.55% from 255 or 5.99% from 434); Max value from RGB is 255 - color contains mainly: red. Hex color #FF991A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF991A is #0066E5. Grayscale: #A9A9A9. Windows color (decimal): -26342 or 1743359. OLE color: 1743359.
HSL color Cylindrical-coordinate representation of color #FF991A: hue angle of 33.28º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FF991A is Cyan = 0, Magento = 0.4, Yellow = 0.90 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 153 | 26 | - |
| CMYK | 0 | 0.4 | 0.90 | 0 |
| HSL | 33.28º | 1% | 0.55% | - |
| HSV(B) | 33.28º | 0.9% | 1% | - |
| XYZ | 52.82 | 44.12 | 6.71 | - |
| YUV | 169.02 | 47.29 | 189.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 153 | 26 | 0 | 0.4 | 0.90 | 0 | 33.28 | 1 | 0.55 |
| Hex | FF | 99 | 1A | 0 | 28 | 5A | 0 | 21 | 64 | 37 |
| Octal | 377 | 231 | 32 | 0 | 50 | 132 | 0 | 41 | 144 | 67 |
| Binary | 11111111 | 10011001 | 11010 | 0 | 101000 | 1011010 | 0 | 100001 | 1100100 | 110111 |
Color Harmonies of #FF991A
Complementary color
Monochromatic Colors of #FF991A
Black with #FF991A
Text Example
Text Example
White with #FF991A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF991A; }
p { color: rgb(255,153,26); }
H1.HeaderClassName
{
color: #FF991A;
}
.AnyTagClassName
{
color: #FF991A;
}
</style>
background-color css
<style>
a { background-color: #FF991A; }
a { background-color: rgb(255,153,26); }
div.DivClassName
{
background-color: #FF991A;
}
.BgClassName
{
background-color: #FF991A;
}
</style>
border-color css
<style>
span { border-color: #FF991A; }
span { border-color: rgb(255,153,26); }
td.TdClassName
{
border-color: #FF991A;
}
.TagClassName
{
border-color: #FF991A;
}
</style>