Shades of Carrot Orange #FA8C1E
Tints of Carrot Orange #FA8C1E
RGB
CMYK
RGB Variations
Color information
#FA8C1E (or 0xFA8C1E) is known color: Carrot Orange. HEX triplet: FA, 8C and 1E. RGB value is (250,140,30). Sum of RGB (Red+Green+Blue) = 250+140+30=420 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.52% from 420); Green value is 140 (55.08% from 255 or 33.33% from 420); Blue value is 30 (12.11% from 255 or 7.14% from 420); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8C1E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA8C1E is #0573E1. Grayscale: #A0A0A0. Windows color (decimal): -357346 or 2002170. OLE color: 2002170.
HSL color Cylindrical-coordinate representation of color #FA8C1E: hue angle of 30º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FA8C1E is Cyan = 0, Magento = 0.44, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 140 | 30 | - |
| CMYK | 0 | 0.44 | 0.88 | 0.02 |
| HSL | 30º | 0.96% | 0.55% | - |
| HSV(B) | 30º | 0.88% | 0.98% | - |
| XYZ | 49.04 | 39.17 | 6.21 | - |
| YUV | 160.35 | 54.44 | 191.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 140 | 30 | 0 | 0.44 | 0.88 | 0.02 | 30 | 0.96 | 0.55 |
| Hex | FA | 8C | 1E | 0 | 2C | 58 | 2 | 1E | 60 | 37 |
| Octal | 372 | 214 | 36 | 0 | 54 | 130 | 2 | 36 | 140 | 67 |
| Binary | 11111010 | 10001100 | 11110 | 0 | 101100 | 1011000 | 10 | 11110 | 1100000 | 110111 |
Color Harmonies of #FA8C1E
Complementary color
Monochromatic Colors of #FA8C1E
Black with #FA8C1E
Text Example
Text Example
White with #FA8C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8C1E; }
p { color: rgb(250,140,30); }
H1.HeaderClassName
{
color: #FA8C1E;
}
.AnyTagClassName
{
color: #FA8C1E;
}
</style>
background-color css
<style>
a { background-color: #FA8C1E; }
a { background-color: rgb(250,140,30); }
div.DivClassName
{
background-color: #FA8C1E;
}
.BgClassName
{
background-color: #FA8C1E;
}
</style>
border-color css
<style>
span { border-color: #FA8C1E; }
span { border-color: rgb(250,140,30); }
td.TdClassName
{
border-color: #FA8C1E;
}
.TagClassName
{
border-color: #FA8C1E;
}
</style>