Shades of Mandarian Orange #9A280F
Tints of Mandarian Orange #9A280F
RGB
CMYK
RGB Variations
Color information
#9A280F (or 0x9A280F) is known color: Mandarian Orange. HEX triplet: 9A, 28 and 0F. RGB value is (154,40,15). Sum of RGB (Red+Green+Blue) = 154+40+15=209 (27% of max value = 765). Red value is 154 (60.55% from 255 or 73.68% from 209); Green value is 40 (16.02% from 255 or 19.14% from 209); Blue value is 15 (6.25% from 255 or 7.18% from 209); Max value from RGB is 154 - color contains mainly: red. Hex color #9A280F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9A280F is #65D7F0. Grayscale: #474747. Windows color (decimal): -6674417 or 993434. OLE color: 993434.
HSL color Cylindrical-coordinate representation of color #9A280F: hue angle of 10.79º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9A280F is Cyan = 0, Magento = 0.74, Yellow = 0.90 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 40 | 15 | - |
| CMYK | 0 | 0.74 | 0.90 | 0.40 |
| HSL | 10.79º | 0.82% | 0.33% | - |
| HSV(B) | 10.79º | 0.9% | 0.6% | - |
| XYZ | 14.17 | 8.42 | 1.33 | - |
| YUV | 71.24 | 96.27 | 187.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 40 | 15 | 0 | 0.74 | 0.90 | 0.40 | 10.79 | 0.82 | 0.33 |
| Hex | 9A | 28 | F | 0 | 4A | 5A | 28 | B | 52 | 21 |
| Octal | 232 | 50 | 17 | 0 | 112 | 132 | 50 | 13 | 122 | 41 |
| Binary | 10011010 | 101000 | 1111 | 0 | 1001010 | 1011010 | 101000 | 1011 | 1010010 | 100001 |
Color Harmonies of #9A280F
Complementary color
Monochromatic Colors of #9A280F
Black with #9A280F
Text Example
Text Example
White with #9A280F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A280F; }
p { color: rgb(154,40,15); }
H1.HeaderClassName
{
color: #9A280F;
}
.AnyTagClassName
{
color: #9A280F;
}
</style>
background-color css
<style>
a { background-color: #9A280F; }
a { background-color: rgb(154,40,15); }
div.DivClassName
{
background-color: #9A280F;
}
.BgClassName
{
background-color: #9A280F;
}
</style>
border-color css
<style>
span { border-color: #9A280F; }
span { border-color: rgb(154,40,15); }
td.TdClassName
{
border-color: #9A280F;
}
.TagClassName
{
border-color: #9A280F;
}
</style>