Shades of Carrot Orange #FA8F17
Tints of Carrot Orange #FA8F17
RGB
CMYK
RGB Variations
Color information
#FA8F17 (or 0xFA8F17) is known color: Carrot Orange. HEX triplet: FA, 8F and 17. RGB value is (250,143,23). Sum of RGB (Red+Green+Blue) = 250+143+23=416 (55% of max value = 765). Red value is 250 (98.05% from 255 or 60.10% from 416); Green value is 143 (56.25% from 255 or 34.38% from 416); Blue value is 23 (9.38% from 255 or 5.53% from 416); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8F17 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA8F17 is #0570E8. Grayscale: #A1A1A1. Windows color (decimal): -356585 or 1544186. OLE color: 1544186.
HSL color Cylindrical-coordinate representation of color #FA8F17: hue angle of 31.72º 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 #FA8F17 is Cyan = 0, Magento = 0.43, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 143 | 23 | - |
| CMYK | 0 | 0.43 | 0.91 | 0.02 |
| HSL | 31.72º | 0.96% | 0.54% | - |
| HSV(B) | 31.72º | 0.91% | 0.98% | - |
| XYZ | 49.4 | 40.03 | 5.93 | - |
| YUV | 161.31 | 49.95 | 191.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 143 | 23 | 0 | 0.43 | 0.91 | 0.02 | 31.72 | 0.96 | 0.54 |
| Hex | FA | 8F | 17 | 0 | 2B | 5B | 2 | 20 | 60 | 36 |
| Octal | 372 | 217 | 27 | 0 | 53 | 133 | 2 | 40 | 140 | 66 |
| Binary | 11111010 | 10001111 | 10111 | 0 | 101011 | 1011011 | 10 | 100000 | 1100000 | 110110 |
Color Harmonies of #FA8F17
Complementary color
Monochromatic Colors of #FA8F17
Black with #FA8F17
Text Example
Text Example
White with #FA8F17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8F17; }
p { color: rgb(250,143,23); }
H1.HeaderClassName
{
color: #FA8F17;
}
.AnyTagClassName
{
color: #FA8F17;
}
</style>
background-color css
<style>
a { background-color: #FA8F17; }
a { background-color: rgb(250,143,23); }
div.DivClassName
{
background-color: #FA8F17;
}
.BgClassName
{
background-color: #FA8F17;
}
</style>
border-color css
<style>
span { border-color: #FA8F17; }
span { border-color: rgb(250,143,23); }
td.TdClassName
{
border-color: #FA8F17;
}
.TagClassName
{
border-color: #FA8F17;
}
</style>