Shades of Carrot Orange #FA9115
Tints of Carrot Orange #FA9115
RGB
CMYK
RGB Variations
Color information
#FA9115 (or 0xFA9115) is known color: Carrot Orange. HEX triplet: FA, 91 and 15. RGB value is (250,145,21). Sum of RGB (Red+Green+Blue) = 250+145+21=416 (55% of max value = 765). Red value is 250 (98.05% from 255 or 60.10% from 416); Green value is 145 (57.03% from 255 or 34.86% from 416); Blue value is 21 (8.59% from 255 or 5.05% from 416); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9115 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA9115 is #056EEA. Grayscale: #A2A2A2. Windows color (decimal): -356075 or 1413626. OLE color: 1413626.
HSL color Cylindrical-coordinate representation of color #FA9115: hue angle of 32.49º 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 #FA9115 is Cyan = 0, Magento = 0.42, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 145 | 21 | - |
| CMYK | 0 | 0.42 | 0.92 | 0.02 |
| HSL | 32.49º | 0.96% | 0.53% | - |
| HSV(B) | 32.49º | 0.92% | 0.98% | - |
| XYZ | 49.69 | 40.63 | 5.93 | - |
| YUV | 162.26 | 48.29 | 190.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 145 | 21 | 0 | 0.42 | 0.92 | 0.02 | 32.49 | 0.96 | 0.53 |
| Hex | FA | 91 | 15 | 0 | 2A | 5C | 2 | 20 | 60 | 35 |
| Octal | 372 | 221 | 25 | 0 | 52 | 134 | 2 | 40 | 140 | 65 |
| Binary | 11111010 | 10010001 | 10101 | 0 | 101010 | 1011100 | 10 | 100000 | 1100000 | 110101 |
Color Harmonies of #FA9115
Complementary color
Monochromatic Colors of #FA9115
Black with #FA9115
Text Example
Text Example
White with #FA9115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9115; }
p { color: rgb(250,145,21); }
H1.HeaderClassName
{
color: #FA9115;
}
.AnyTagClassName
{
color: #FA9115;
}
</style>
background-color css
<style>
a { background-color: #FA9115; }
a { background-color: rgb(250,145,21); }
div.DivClassName
{
background-color: #FA9115;
}
.BgClassName
{
background-color: #FA9115;
}
</style>
border-color css
<style>
span { border-color: #FA9115; }
span { border-color: rgb(250,145,21); }
td.TdClassName
{
border-color: #FA9115;
}
.TagClassName
{
border-color: #FA9115;
}
</style>