Shades of Dark Orange #FA880C
Tints of Dark Orange #FA880C
RGB
CMYK
RGB Variations
Color information
#FA880C (or 0xFA880C) is known color: Dark Orange. HEX triplet: FA, 88 and 0C. RGB value is (250,136,12). Sum of RGB (Red+Green+Blue) = 250+136+12=398 (52% of max value = 765). Red value is 250 (98.05% from 255 or 62.81% from 398); Green value is 136 (53.52% from 255 or 34.17% from 398); Blue value is 12 (5.08% from 255 or 3.02% from 398); Max value from RGB is 250 - color contains mainly: red. Hex color #FA880C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA880C is #0577F3. Grayscale: #9C9C9C. Windows color (decimal): -358388 or 821498. OLE color: 821498.
HSL color Cylindrical-coordinate representation of color #FA880C: hue angle of 31.26º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FA880C is Cyan = 0, Magento = 0.46, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 136 | 12 | - |
| CMYK | 0 | 0.46 | 0.95 | 0.02 |
| HSL | 31.26º | 0.96% | 0.51% | - |
| HSV(B) | 31.26º | 0.95% | 0.98% | - |
| XYZ | 48.29 | 37.96 | 5.13 | - |
| YUV | 155.95 | 46.77 | 195.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 136 | 12 | 0 | 0.46 | 0.95 | 0.02 | 31.26 | 0.96 | 0.51 |
| Hex | FA | 88 | C | 0 | 2E | 5F | 2 | 1F | 60 | 33 |
| Octal | 372 | 210 | 14 | 0 | 56 | 137 | 2 | 37 | 140 | 63 |
| Binary | 11111010 | 10001000 | 1100 | 0 | 101110 | 1011111 | 10 | 11111 | 1100000 | 110011 |
Color Harmonies of #FA880C
Complementary color
Monochromatic Colors of #FA880C
Black with #FA880C
Text Example
Text Example
White with #FA880C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA880C; }
p { color: rgb(250,136,12); }
H1.HeaderClassName
{
color: #FA880C;
}
.AnyTagClassName
{
color: #FA880C;
}
</style>
background-color css
<style>
a { background-color: #FA880C; }
a { background-color: rgb(250,136,12); }
div.DivClassName
{
background-color: #FA880C;
}
.BgClassName
{
background-color: #FA880C;
}
</style>
border-color css
<style>
span { border-color: #FA880C; }
span { border-color: rgb(250,136,12); }
td.TdClassName
{
border-color: #FA880C;
}
.TagClassName
{
border-color: #FA880C;
}
</style>