Shades of Dark Orange #FA900C
Tints of Dark Orange #FA900C
RGB
CMYK
RGB Variations
Color information
#FA900C (or 0xFA900C) is known color: Dark Orange. HEX triplet: FA, 90 and 0C. RGB value is (250,144,12). Sum of RGB (Red+Green+Blue) = 250+144+12=406 (53% of max value = 765). Red value is 250 (98.05% from 255 or 61.58% from 406); Green value is 144 (56.64% from 255 or 35.47% from 406); Blue value is 12 (5.08% from 255 or 2.96% from 406); Max value from RGB is 250 - color contains mainly: red. Hex color #FA900C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA900C is #056FF3. Grayscale: #A1A1A1. Windows color (decimal): -356340 or 823546. OLE color: 823546.
HSL color Cylindrical-coordinate representation of color #FA900C: hue angle of 33.28º 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 #FA900C is Cyan = 0, Magento = 0.42, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 144 | 12 | - |
| CMYK | 0 | 0.42 | 0.95 | 0.02 |
| HSL | 33.28º | 0.96% | 0.51% | - |
| HSV(B) | 33.28º | 0.95% | 0.98% | - |
| XYZ | 49.46 | 40.3 | 5.52 | - |
| YUV | 160.65 | 44.12 | 191.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 144 | 12 | 0 | 0.42 | 0.95 | 0.02 | 33.28 | 0.96 | 0.51 |
| Hex | FA | 90 | C | 0 | 2A | 5F | 2 | 21 | 60 | 33 |
| Octal | 372 | 220 | 14 | 0 | 52 | 137 | 2 | 41 | 140 | 63 |
| Binary | 11111010 | 10010000 | 1100 | 0 | 101010 | 1011111 | 10 | 100001 | 1100000 | 110011 |
Color Harmonies of #FA900C
Complementary color
Monochromatic Colors of #FA900C
Black with #FA900C
Text Example
Text Example
White with #FA900C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA900C; }
p { color: rgb(250,144,12); }
H1.HeaderClassName
{
color: #FA900C;
}
.AnyTagClassName
{
color: #FA900C;
}
</style>
background-color css
<style>
a { background-color: #FA900C; }
a { background-color: rgb(250,144,12); }
div.DivClassName
{
background-color: #FA900C;
}
.BgClassName
{
background-color: #FA900C;
}
</style>
border-color css
<style>
span { border-color: #FA900C; }
span { border-color: rgb(250,144,12); }
td.TdClassName
{
border-color: #FA900C;
}
.TagClassName
{
border-color: #FA900C;
}
</style>