Shades of Carrot Orange #FA8815
Tints of Carrot Orange #FA8815
RGB
CMYK
RGB Variations
Color information
#FA8815 (or 0xFA8815) is known color: Carrot Orange. HEX triplet: FA, 88 and 15. RGB value is (250,136,21). Sum of RGB (Red+Green+Blue) = 250+136+21=407 (53% of max value = 765). Red value is 250 (98.05% from 255 or 61.43% from 407); Green value is 136 (53.52% from 255 or 33.42% from 407); Blue value is 21 (8.59% from 255 or 5.16% from 407); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8815 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA8815 is #0577EA. Grayscale: #9D9D9D. Windows color (decimal): -358379 or 1411322. OLE color: 1411322.
HSL color Cylindrical-coordinate representation of color #FA8815: hue angle of 30.13º 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 #FA8815 is Cyan = 0, Magento = 0.46, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 136 | 21 | - |
| CMYK | 0 | 0.46 | 0.92 | 0.02 |
| HSL | 30.13º | 0.96% | 0.53% | - |
| HSV(B) | 30.13º | 0.92% | 0.98% | - |
| XYZ | 48.36 | 37.99 | 5.49 | - |
| YUV | 156.98 | 51.27 | 194.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 136 | 21 | 0 | 0.46 | 0.92 | 0.02 | 30.13 | 0.96 | 0.53 |
| Hex | FA | 88 | 15 | 0 | 2E | 5C | 2 | 1E | 60 | 35 |
| Octal | 372 | 210 | 25 | 0 | 56 | 134 | 2 | 36 | 140 | 65 |
| Binary | 11111010 | 10001000 | 10101 | 0 | 101110 | 1011100 | 10 | 11110 | 1100000 | 110101 |
Color Harmonies of #FA8815
Complementary color
Monochromatic Colors of #FA8815
Black with #FA8815
Text Example
Text Example
White with #FA8815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8815; }
p { color: rgb(250,136,21); }
H1.HeaderClassName
{
color: #FA8815;
}
.AnyTagClassName
{
color: #FA8815;
}
</style>
background-color css
<style>
a { background-color: #FA8815; }
a { background-color: rgb(250,136,21); }
div.DivClassName
{
background-color: #FA8815;
}
.BgClassName
{
background-color: #FA8815;
}
</style>
border-color css
<style>
span { border-color: #FA8815; }
span { border-color: rgb(250,136,21); }
td.TdClassName
{
border-color: #FA8815;
}
.TagClassName
{
border-color: #FA8815;
}
</style>