Shades of Carrot Orange #FA8D13
Tints of Carrot Orange #FA8D13
RGB
CMYK
RGB Variations
Color information
#FA8D13 (or 0xFA8D13) is known color: Carrot Orange. HEX triplet: FA, 8D and 13. RGB value is (250,141,19). Sum of RGB (Red+Green+Blue) = 250+141+19=410 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.98% from 410); Green value is 141 (55.47% from 255 or 34.39% from 410); Blue value is 19 (7.81% from 255 or 4.63% from 410); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8D13 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA8D13 is #0572EC. Grayscale: #A0A0A0. Windows color (decimal): -357101 or 1281530. OLE color: 1281530.
HSL color Cylindrical-coordinate representation of color #FA8D13: hue angle of 31.69º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FA8D13 is Cyan = 0, Magento = 0.44, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 141 | 19 | - |
| CMYK | 0 | 0.44 | 0.92 | 0.02 |
| HSL | 31.69º | 0.96% | 0.53% | - |
| HSV(B) | 31.69º | 0.92% | 0.98% | - |
| XYZ | 49.07 | 39.42 | 5.64 | - |
| YUV | 159.68 | 48.61 | 192.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 141 | 19 | 0 | 0.44 | 0.92 | 0.02 | 31.69 | 0.96 | 0.53 |
| Hex | FA | 8D | 13 | 0 | 2C | 5C | 2 | 20 | 60 | 35 |
| Octal | 372 | 215 | 23 | 0 | 54 | 134 | 2 | 40 | 140 | 65 |
| Binary | 11111010 | 10001101 | 10011 | 0 | 101100 | 1011100 | 10 | 100000 | 1100000 | 110101 |
Color Harmonies of #FA8D13
Complementary color
Monochromatic Colors of #FA8D13
Black with #FA8D13
Text Example
Text Example
White with #FA8D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8D13; }
p { color: rgb(250,141,19); }
H1.HeaderClassName
{
color: #FA8D13;
}
.AnyTagClassName
{
color: #FA8D13;
}
</style>
background-color css
<style>
a { background-color: #FA8D13; }
a { background-color: rgb(250,141,19); }
div.DivClassName
{
background-color: #FA8D13;
}
.BgClassName
{
background-color: #FA8D13;
}
</style>
border-color css
<style>
span { border-color: #FA8D13; }
span { border-color: rgb(250,141,19); }
td.TdClassName
{
border-color: #FA8D13;
}
.TagClassName
{
border-color: #FA8D13;
}
</style>