Shades of Dark Tangerine #FF9C20
Tints of Dark Tangerine #FF9C20
RGB
CMYK
RGB Variations
Color information
#FF9C20 (or 0xFF9C20) is known color: Dark Tangerine. HEX triplet: FF, 9C and 20. RGB value is (255,156,32). Sum of RGB (Red+Green+Blue) = 255+156+32=443 (58% of max value = 765). Red value is 255 (100% from 255 or 57.56% from 443); Green value is 156 (61.33% from 255 or 35.21% from 443); Blue value is 32 (12.89% from 255 or 7.22% from 443); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9C20 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF9C20 is #0063DF. Grayscale: #ACACAC. Windows color (decimal): -25568 or 2137343. OLE color: 2137343.
HSL color Cylindrical-coordinate representation of color #FF9C20: hue angle of 33.36º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FF9C20 is Cyan = 0, Magento = 0.39, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 156 | 32 | - |
| CMYK | 0 | 0.39 | 0.87 | 0 |
| HSL | 33.36º | 1% | 0.56% | - |
| HSV(B) | 33.36º | 0.87% | 1% | - |
| XYZ | 53.39 | 45.14 | 7.27 | - |
| YUV | 171.47 | 49.3 | 187.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 156 | 32 | 0 | 0.39 | 0.87 | 0 | 33.36 | 1 | 0.56 |
| Hex | FF | 9C | 20 | 0 | 27 | 57 | 0 | 21 | 64 | 38 |
| Octal | 377 | 234 | 40 | 0 | 47 | 127 | 0 | 41 | 144 | 70 |
| Binary | 11111111 | 10011100 | 100000 | 0 | 100111 | 1010111 | 0 | 100001 | 1100100 | 111000 |
Color Harmonies of #FF9C20
Complementary color
Monochromatic Colors of #FF9C20
Black with #FF9C20
Text Example
Text Example
White with #FF9C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9C20; }
p { color: rgb(255,156,32); }
H1.HeaderClassName
{
color: #FF9C20;
}
.AnyTagClassName
{
color: #FF9C20;
}
</style>
background-color css
<style>
a { background-color: #FF9C20; }
a { background-color: rgb(255,156,32); }
div.DivClassName
{
background-color: #FF9C20;
}
.BgClassName
{
background-color: #FF9C20;
}
</style>
border-color css
<style>
span { border-color: #FF9C20; }
span { border-color: rgb(255,156,32); }
td.TdClassName
{
border-color: #FF9C20;
}
.TagClassName
{
border-color: #FF9C20;
}
</style>