Shades of Carrot Orange #FA8914
Tints of Carrot Orange #FA8914
RGB
CMYK
RGB Variations
Color information
#FA8914 (or 0xFA8914) is known color: Carrot Orange. HEX triplet: FA, 89 and 14. RGB value is (250,137,20). Sum of RGB (Red+Green+Blue) = 250+137+20=407 (53% of max value = 765). Red value is 250 (98.05% from 255 or 61.43% from 407); Green value is 137 (53.91% from 255 or 33.66% from 407); Blue value is 20 (8.20% from 255 or 4.91% from 407); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8914 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA8914 is #0576EB. Grayscale: #9E9E9E. Windows color (decimal): -358124 or 1346042. OLE color: 1346042.
HSL color Cylindrical-coordinate representation of color #FA8914: hue angle of 30.52º 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 #FA8914 is Cyan = 0, Magento = 0.45, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 137 | 20 | - |
| CMYK | 0 | 0.45 | 0.92 | 0.02 |
| HSL | 30.52º | 0.96% | 0.53% | - |
| HSV(B) | 30.52º | 0.92% | 0.98% | - |
| XYZ | 48.5 | 38.27 | 5.49 | - |
| YUV | 157.45 | 50.44 | 194.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 137 | 20 | 0 | 0.45 | 0.92 | 0.02 | 30.52 | 0.96 | 0.53 |
| Hex | FA | 89 | 14 | 0 | 2D | 5C | 2 | 1F | 60 | 35 |
| Octal | 372 | 211 | 24 | 0 | 55 | 134 | 2 | 37 | 140 | 65 |
| Binary | 11111010 | 10001001 | 10100 | 0 | 101101 | 1011100 | 10 | 11111 | 1100000 | 110101 |
Color Harmonies of #FA8914
Complementary color
Monochromatic Colors of #FA8914
Black with #FA8914
Text Example
Text Example
White with #FA8914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8914; }
p { color: rgb(250,137,20); }
H1.HeaderClassName
{
color: #FA8914;
}
.AnyTagClassName
{
color: #FA8914;
}
</style>
background-color css
<style>
a { background-color: #FA8914; }
a { background-color: rgb(250,137,20); }
div.DivClassName
{
background-color: #FA8914;
}
.BgClassName
{
background-color: #FA8914;
}
</style>
border-color css
<style>
span { border-color: #FA8914; }
span { border-color: rgb(250,137,20); }
td.TdClassName
{
border-color: #FA8914;
}
.TagClassName
{
border-color: #FA8914;
}
</style>