Shades of Carrot Orange #FA8D16
Tints of Carrot Orange #FA8D16
RGB
CMYK
RGB Variations
Color information
#FA8D16 (or 0xFA8D16) is known color: Carrot Orange. HEX triplet: FA, 8D and 16. RGB value is (250,141,22). Sum of RGB (Red+Green+Blue) = 250+141+22=413 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.53% from 413); Green value is 141 (55.47% from 255 or 34.14% from 413); Blue value is 22 (8.98% from 255 or 5.33% from 413); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8D16 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA8D16 is #0572E9. Grayscale: #A0A0A0. Windows color (decimal): -357098 or 1478138. OLE color: 1478138.
HSL color Cylindrical-coordinate representation of color #FA8D16: hue angle of 31.32º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FA8D16 is Cyan = 0, Magento = 0.44, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 141 | 22 | - |
| CMYK | 0 | 0.44 | 0.91 | 0.02 |
| HSL | 31.32º | 0.96% | 0.53% | - |
| HSV(B) | 31.32º | 0.91% | 0.98% | - |
| XYZ | 49.09 | 39.43 | 5.78 | - |
| YUV | 160.03 | 50.11 | 192.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 141 | 22 | 0 | 0.44 | 0.91 | 0.02 | 31.32 | 0.96 | 0.53 |
| Hex | FA | 8D | 16 | 0 | 2C | 5B | 2 | 1F | 60 | 35 |
| Octal | 372 | 215 | 26 | 0 | 54 | 133 | 2 | 37 | 140 | 65 |
| Binary | 11111010 | 10001101 | 10110 | 0 | 101100 | 1011011 | 10 | 11111 | 1100000 | 110101 |
Color Harmonies of #FA8D16
Complementary color
Monochromatic Colors of #FA8D16
Black with #FA8D16
Text Example
Text Example
White with #FA8D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8D16; }
p { color: rgb(250,141,22); }
H1.HeaderClassName
{
color: #FA8D16;
}
.AnyTagClassName
{
color: #FA8D16;
}
</style>
background-color css
<style>
a { background-color: #FA8D16; }
a { background-color: rgb(250,141,22); }
div.DivClassName
{
background-color: #FA8D16;
}
.BgClassName
{
background-color: #FA8D16;
}
</style>
border-color css
<style>
span { border-color: #FA8D16; }
span { border-color: rgb(250,141,22); }
td.TdClassName
{
border-color: #FA8D16;
}
.TagClassName
{
border-color: #FA8D16;
}
</style>