Shades of Carrot Orange #FA871C
Tints of Carrot Orange #FA871C
RGB
CMYK
RGB Variations
Color information
#FA871C (or 0xFA871C) is known color: Carrot Orange. HEX triplet: FA, 87 and 1C. RGB value is (250,135,28). Sum of RGB (Red+Green+Blue) = 250+135+28=413 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.53% from 413); Green value is 135 (53.12% from 255 or 32.69% from 413); Blue value is 28 (11.33% from 255 or 6.78% from 413); Max value from RGB is 250 - color contains mainly: red. Hex color #FA871C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA871C is #0578E3. Grayscale: #9D9D9D. Windows color (decimal): -358628 or 1869818. OLE color: 1869818.
HSL color Cylindrical-coordinate representation of color #FA871C: hue angle of 28.92º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FA871C is Cyan = 0, Magento = 0.46, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 135 | 28 | - |
| CMYK | 0 | 0.46 | 0.89 | 0.02 |
| HSL | 28.92º | 0.96% | 0.55% | - |
| HSV(B) | 28.92º | 0.89% | 0.98% | - |
| XYZ | 48.3 | 37.74 | 5.84 | - |
| YUV | 157.19 | 55.1 | 194.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 135 | 28 | 0 | 0.46 | 0.89 | 0.02 | 28.92 | 0.96 | 0.55 |
| Hex | FA | 87 | 1C | 0 | 2E | 59 | 2 | 1D | 60 | 37 |
| Octal | 372 | 207 | 34 | 0 | 56 | 131 | 2 | 35 | 140 | 67 |
| Binary | 11111010 | 10000111 | 11100 | 0 | 101110 | 1011001 | 10 | 11101 | 1100000 | 110111 |
Color Harmonies of #FA871C
Complementary color
Monochromatic Colors of #FA871C
Black with #FA871C
Text Example
Text Example
White with #FA871C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA871C; }
p { color: rgb(250,135,28); }
H1.HeaderClassName
{
color: #FA871C;
}
.AnyTagClassName
{
color: #FA871C;
}
</style>
background-color css
<style>
a { background-color: #FA871C; }
a { background-color: rgb(250,135,28); }
div.DivClassName
{
background-color: #FA871C;
}
.BgClassName
{
background-color: #FA871C;
}
</style>
border-color css
<style>
span { border-color: #FA871C; }
span { border-color: rgb(250,135,28); }
td.TdClassName
{
border-color: #FA871C;
}
.TagClassName
{
border-color: #FA871C;
}
</style>