Shades of Carrot Orange #FA871E
Tints of Carrot Orange #FA871E
RGB
CMYK
RGB Variations
Color information
#FA871E (or 0xFA871E) is known color: Carrot Orange. HEX triplet: FA, 87 and 1E. RGB value is (250,135,30). Sum of RGB (Red+Green+Blue) = 250+135+30=415 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.24% from 415); Green value is 135 (53.12% from 255 or 32.53% from 415); Blue value is 30 (12.11% from 255 or 7.23% from 415); Max value from RGB is 250 - color contains mainly: red. Hex color #FA871E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA871E is #0578E1. Grayscale: #9D9D9D. Windows color (decimal): -358626 or 2000890. OLE color: 2000890.
HSL color Cylindrical-coordinate representation of color #FA871E: hue angle of 28.64º 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 #FA871E is Cyan = 0, Magento = 0.46, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 135 | 30 | - |
| CMYK | 0 | 0.46 | 0.88 | 0.02 |
| HSL | 28.64º | 0.96% | 0.55% | - |
| HSV(B) | 28.64º | 0.88% | 0.98% | - |
| XYZ | 48.32 | 37.75 | 5.97 | - |
| YUV | 157.42 | 56.1 | 194.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 135 | 30 | 0 | 0.46 | 0.88 | 0.02 | 28.64 | 0.96 | 0.55 |
| Hex | FA | 87 | 1E | 0 | 2E | 58 | 2 | 1D | 60 | 37 |
| Octal | 372 | 207 | 36 | 0 | 56 | 130 | 2 | 35 | 140 | 67 |
| Binary | 11111010 | 10000111 | 11110 | 0 | 101110 | 1011000 | 10 | 11101 | 1100000 | 110111 |
Color Harmonies of #FA871E
Complementary color
Monochromatic Colors of #FA871E
Black with #FA871E
Text Example
Text Example
White with #FA871E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA871E; }
p { color: rgb(250,135,30); }
H1.HeaderClassName
{
color: #FA871E;
}
.AnyTagClassName
{
color: #FA871E;
}
</style>
background-color css
<style>
a { background-color: #FA871E; }
a { background-color: rgb(250,135,30); }
div.DivClassName
{
background-color: #FA871E;
}
.BgClassName
{
background-color: #FA871E;
}
</style>
border-color css
<style>
span { border-color: #FA871E; }
span { border-color: rgb(250,135,30); }
td.TdClassName
{
border-color: #FA871E;
}
.TagClassName
{
border-color: #FA871E;
}
</style>