Shades of Dark Tangerine #FF9C18
Tints of Dark Tangerine #FF9C18
RGB
CMYK
RGB Variations
Color information
#FF9C18 (or 0xFF9C18) is known color: Dark Tangerine. HEX triplet: FF, 9C and 18. RGB value is (255,156,24). Sum of RGB (Red+Green+Blue) = 255+156+24=435 (57% of max value = 765). Red value is 255 (100% from 255 or 58.62% from 435); Green value is 156 (61.33% from 255 or 35.86% from 435); Blue value is 24 (9.77% from 255 or 5.52% from 435); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9C18 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF9C18 is #0063E7. Grayscale: #ABABAB. Windows color (decimal): -25576 or 1613055. OLE color: 1613055.
HSL color Cylindrical-coordinate representation of color #FF9C18: hue angle of 34.29º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FF9C18 is Cyan = 0, Magento = 0.39, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 156 | 24 | - |
| CMYK | 0 | 0.39 | 0.91 | 0 |
| HSL | 34.29º | 1% | 0.55% | - |
| HSV(B) | 34.29º | 0.91% | 1% | - |
| XYZ | 53.29 | 45.1 | 6.76 | - |
| YUV | 170.55 | 45.3 | 188.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 156 | 24 | 0 | 0.39 | 0.91 | 0 | 34.29 | 1 | 0.55 |
| Hex | FF | 9C | 18 | 0 | 27 | 5B | 0 | 22 | 64 | 37 |
| Octal | 377 | 234 | 30 | 0 | 47 | 133 | 0 | 42 | 144 | 67 |
| Binary | 11111111 | 10011100 | 11000 | 0 | 100111 | 1011011 | 0 | 100010 | 1100100 | 110111 |
Color Harmonies of #FF9C18
Complementary color
Monochromatic Colors of #FF9C18
Black with #FF9C18
Text Example
Text Example
White with #FF9C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9C18; }
p { color: rgb(255,156,24); }
H1.HeaderClassName
{
color: #FF9C18;
}
.AnyTagClassName
{
color: #FF9C18;
}
</style>
background-color css
<style>
a { background-color: #FF9C18; }
a { background-color: rgb(255,156,24); }
div.DivClassName
{
background-color: #FF9C18;
}
.BgClassName
{
background-color: #FF9C18;
}
</style>
border-color css
<style>
span { border-color: #FF9C18; }
span { border-color: rgb(255,156,24); }
td.TdClassName
{
border-color: #FF9C18;
}
.TagClassName
{
border-color: #FF9C18;
}
</style>