Shades of Dark Tangerine #FF9A1B
Tints of Dark Tangerine #FF9A1B
RGB
CMYK
RGB Variations
Color information
#FF9A1B (or 0xFF9A1B) is known color: Dark Tangerine. HEX triplet: FF, 9A and 1B. RGB value is (255,154,27). Sum of RGB (Red+Green+Blue) = 255+154+27=436 (57% of max value = 765). Red value is 255 (100% from 255 or 58.49% from 436); Green value is 154 (60.55% from 255 or 35.32% from 436); Blue value is 27 (10.94% from 255 or 6.19% from 436); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9A1B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF9A1B is #0065E4. Grayscale: #AAAAAA. Windows color (decimal): -26085 or 1809151. OLE color: 1809151.
HSL color Cylindrical-coordinate representation of color #FF9A1B: hue angle of 33.42º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FF9A1B is Cyan = 0, Magento = 0.40, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 154 | 27 | - |
| CMYK | 0 | 0.40 | 0.89 | 0 |
| HSL | 33.42º | 1% | 0.55% | - |
| HSV(B) | 33.42º | 0.89% | 1% | - |
| XYZ | 52.99 | 44.45 | 6.82 | - |
| YUV | 169.72 | 47.46 | 188.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 154 | 27 | 0 | 0.40 | 0.89 | 0 | 33.42 | 1 | 0.55 |
| Hex | FF | 9A | 1B | 0 | 28 | 59 | 0 | 21 | 64 | 37 |
| Octal | 377 | 232 | 33 | 0 | 50 | 131 | 0 | 41 | 144 | 67 |
| Binary | 11111111 | 10011010 | 11011 | 0 | 101000 | 1011001 | 0 | 100001 | 1100100 | 110111 |
Color Harmonies of #FF9A1B
Complementary color
Monochromatic Colors of #FF9A1B
Black with #FF9A1B
Text Example
Text Example
White with #FF9A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9A1B; }
p { color: rgb(255,154,27); }
H1.HeaderClassName
{
color: #FF9A1B;
}
.AnyTagClassName
{
color: #FF9A1B;
}
</style>
background-color css
<style>
a { background-color: #FF9A1B; }
a { background-color: rgb(255,154,27); }
div.DivClassName
{
background-color: #FF9A1B;
}
.BgClassName
{
background-color: #FF9A1B;
}
</style>
border-color css
<style>
span { border-color: #FF9A1B; }
span { border-color: rgb(255,154,27); }
td.TdClassName
{
border-color: #FF9A1B;
}
.TagClassName
{
border-color: #FF9A1B;
}
</style>