Shades of Dark Orange #FA880D
Tints of Dark Orange #FA880D
RGB
CMYK
RGB Variations
Color information
#FA880D (or 0xFA880D) is known color: Dark Orange. HEX triplet: FA, 88 and 0D. RGB value is (250,136,13). Sum of RGB (Red+Green+Blue) = 250+136+13=399 (52% of max value = 765). Red value is 250 (98.05% from 255 or 62.66% from 399); Green value is 136 (53.52% from 255 or 34.09% from 399); Blue value is 13 (5.47% from 255 or 3.26% from 399); Max value from RGB is 250 - color contains mainly: red. Hex color #FA880D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA880D is #0577F2. Grayscale: #9C9C9C. Windows color (decimal): -358387 or 887034. OLE color: 887034.
HSL color Cylindrical-coordinate representation of color #FA880D: hue angle of 31.14º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FA880D is Cyan = 0, Magento = 0.46, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 136 | 13 | - |
| CMYK | 0 | 0.46 | 0.95 | 0.02 |
| HSL | 31.14º | 0.96% | 0.52% | - |
| HSV(B) | 31.14º | 0.95% | 0.98% | - |
| XYZ | 48.3 | 37.96 | 5.16 | - |
| YUV | 156.06 | 47.27 | 195 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 136 | 13 | 0 | 0.46 | 0.95 | 0.02 | 31.14 | 0.96 | 0.52 |
| Hex | FA | 88 | D | 0 | 2E | 5F | 2 | 1F | 60 | 34 |
| Octal | 372 | 210 | 15 | 0 | 56 | 137 | 2 | 37 | 140 | 64 |
| Binary | 11111010 | 10001000 | 1101 | 0 | 101110 | 1011111 | 10 | 11111 | 1100000 | 110100 |
Color Harmonies of #FA880D
Complementary color
Monochromatic Colors of #FA880D
Black with #FA880D
Text Example
Text Example
White with #FA880D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA880D; }
p { color: rgb(250,136,13); }
H1.HeaderClassName
{
color: #FA880D;
}
.AnyTagClassName
{
color: #FA880D;
}
</style>
background-color css
<style>
a { background-color: #FA880D; }
a { background-color: rgb(250,136,13); }
div.DivClassName
{
background-color: #FA880D;
}
.BgClassName
{
background-color: #FA880D;
}
</style>
border-color css
<style>
span { border-color: #FA880D; }
span { border-color: rgb(250,136,13); }
td.TdClassName
{
border-color: #FA880D;
}
.TagClassName
{
border-color: #FA880D;
}
</style>