Shades of Carrot Orange #FA8D17
Tints of Carrot Orange #FA8D17
RGB
CMYK
RGB Variations
Color information
#FA8D17 (or 0xFA8D17) is known color: Carrot Orange. HEX triplet: FA, 8D and 17. RGB value is (250,141,23). Sum of RGB (Red+Green+Blue) = 250+141+23=414 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.39% from 414); Green value is 141 (55.47% from 255 or 34.06% from 414); Blue value is 23 (9.38% from 255 or 5.56% from 414); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8D17 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA8D17 is #0572E8. Grayscale: #A0A0A0. Windows color (decimal): -357097 or 1543674. OLE color: 1543674.
HSL color Cylindrical-coordinate representation of color #FA8D17: hue angle of 31.19º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FA8D17 is Cyan = 0, Magento = 0.44, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 141 | 23 | - |
| CMYK | 0 | 0.44 | 0.91 | 0.02 |
| HSL | 31.19º | 0.96% | 0.54% | - |
| HSV(B) | 31.19º | 0.91% | 0.98% | - |
| XYZ | 49.1 | 39.44 | 5.83 | - |
| YUV | 160.14 | 50.61 | 192.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 141 | 23 | 0 | 0.44 | 0.91 | 0.02 | 31.19 | 0.96 | 0.54 |
| Hex | FA | 8D | 17 | 0 | 2C | 5B | 2 | 1F | 60 | 36 |
| Octal | 372 | 215 | 27 | 0 | 54 | 133 | 2 | 37 | 140 | 66 |
| Binary | 11111010 | 10001101 | 10111 | 0 | 101100 | 1011011 | 10 | 11111 | 1100000 | 110110 |
Color Harmonies of #FA8D17
Complementary color
Monochromatic Colors of #FA8D17
Black with #FA8D17
Text Example
Text Example
White with #FA8D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8D17; }
p { color: rgb(250,141,23); }
H1.HeaderClassName
{
color: #FA8D17;
}
.AnyTagClassName
{
color: #FA8D17;
}
</style>
background-color css
<style>
a { background-color: #FA8D17; }
a { background-color: rgb(250,141,23); }
div.DivClassName
{
background-color: #FA8D17;
}
.BgClassName
{
background-color: #FA8D17;
}
</style>
border-color css
<style>
span { border-color: #FA8D17; }
span { border-color: rgb(250,141,23); }
td.TdClassName
{
border-color: #FA8D17;
}
.TagClassName
{
border-color: #FA8D17;
}
</style>