Shades of Carrot Orange #FA8D14
Tints of Carrot Orange #FA8D14
RGB
CMYK
RGB Variations
Color information
#FA8D14 (or 0xFA8D14) is known color: Carrot Orange. HEX triplet: FA, 8D and 14. RGB value is (250,141,20). Sum of RGB (Red+Green+Blue) = 250+141+20=411 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.83% from 411); Green value is 141 (55.47% from 255 or 34.31% from 411); Blue value is 20 (8.20% from 255 or 4.87% from 411); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8D14 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA8D14 is #0572EB. Grayscale: #A0A0A0. Windows color (decimal): -357100 or 1347066. OLE color: 1347066.
HSL color Cylindrical-coordinate representation of color #FA8D14: hue angle of 31.57º 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 #FA8D14 is Cyan = 0, Magento = 0.44, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 141 | 20 | - |
| CMYK | 0 | 0.44 | 0.92 | 0.02 |
| HSL | 31.57º | 0.96% | 0.53% | - |
| HSV(B) | 31.57º | 0.92% | 0.98% | - |
| XYZ | 49.08 | 39.42 | 5.68 | - |
| YUV | 159.8 | 49.11 | 192.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 141 | 20 | 0 | 0.44 | 0.92 | 0.02 | 31.57 | 0.96 | 0.53 |
| Hex | FA | 8D | 14 | 0 | 2C | 5C | 2 | 20 | 60 | 35 |
| Octal | 372 | 215 | 24 | 0 | 54 | 134 | 2 | 40 | 140 | 65 |
| Binary | 11111010 | 10001101 | 10100 | 0 | 101100 | 1011100 | 10 | 100000 | 1100000 | 110101 |
Color Harmonies of #FA8D14
Complementary color
Monochromatic Colors of #FA8D14
Black with #FA8D14
Text Example
Text Example
White with #FA8D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8D14; }
p { color: rgb(250,141,20); }
H1.HeaderClassName
{
color: #FA8D14;
}
.AnyTagClassName
{
color: #FA8D14;
}
</style>
background-color css
<style>
a { background-color: #FA8D14; }
a { background-color: rgb(250,141,20); }
div.DivClassName
{
background-color: #FA8D14;
}
.BgClassName
{
background-color: #FA8D14;
}
</style>
border-color css
<style>
span { border-color: #FA8D14; }
span { border-color: rgb(250,141,20); }
td.TdClassName
{
border-color: #FA8D14;
}
.TagClassName
{
border-color: #FA8D14;
}
</style>