Shades of Dark Orange #FA880A
Tints of Dark Orange #FA880A
RGB
CMYK
RGB Variations
Color information
#FA880A (or 0xFA880A) is known color: Dark Orange. HEX triplet: FA, 88 and 0A. RGB value is (250,136,10). Sum of RGB (Red+Green+Blue) = 250+136+10=396 (52% of max value = 765). Red value is 250 (98.05% from 255 or 63.13% from 396); Green value is 136 (53.52% from 255 or 34.34% from 396); Blue value is 10 (4.30% from 255 or 2.53% from 396); Max value from RGB is 250 - color contains mainly: red. Hex color #FA880A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA880A is #0577F5. Grayscale: #9C9C9C. Windows color (decimal): -358390 or 690426. OLE color: 690426.
HSL color Cylindrical-coordinate representation of color #FA880A: hue angle of 31.5º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FA880A is Cyan = 0, Magento = 0.46, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 136 | 10 | - |
| CMYK | 0 | 0.46 | 0.96 | 0.02 |
| HSL | 31.5º | 0.96% | 0.51% | - |
| HSV(B) | 31.5º | 0.96% | 0.98% | - |
| XYZ | 48.28 | 37.95 | 5.07 | - |
| YUV | 155.72 | 45.77 | 195.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 136 | 10 | 0 | 0.46 | 0.96 | 0.02 | 31.5 | 0.96 | 0.51 |
| Hex | FA | 88 | A | 0 | 2E | 60 | 2 | 1F | 60 | 33 |
| Octal | 372 | 210 | 12 | 0 | 56 | 140 | 2 | 37 | 140 | 63 |
| Binary | 11111010 | 10001000 | 1010 | 0 | 101110 | 1100000 | 10 | 11111 | 1100000 | 110011 |
Color Harmonies of #FA880A
Complementary color
Monochromatic Colors of #FA880A
Black with #FA880A
Text Example
Text Example
White with #FA880A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA880A; }
p { color: rgb(250,136,10); }
H1.HeaderClassName
{
color: #FA880A;
}
.AnyTagClassName
{
color: #FA880A;
}
</style>
background-color css
<style>
a { background-color: #FA880A; }
a { background-color: rgb(250,136,10); }
div.DivClassName
{
background-color: #FA880A;
}
.BgClassName
{
background-color: #FA880A;
}
</style>
border-color css
<style>
span { border-color: #FA880A; }
span { border-color: rgb(250,136,10); }
td.TdClassName
{
border-color: #FA880A;
}
.TagClassName
{
border-color: #FA880A;
}
</style>