Shades of Carrot Orange #FA8F27
Tints of Carrot Orange #FA8F27
RGB
CMYK
RGB Variations
Color information
#FA8F27 (or 0xFA8F27) is known color: Carrot Orange. HEX triplet: FA, 8F and 27. RGB value is (250,143,39). Sum of RGB (Red+Green+Blue) = 250+143+39=432 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.87% from 432); Green value is 143 (56.25% from 255 or 33.10% from 432); Blue value is 39 (15.62% from 255 or 9.03% from 432); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8F27 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA8F27 is #0570D8. Grayscale: #A3A3A3. Windows color (decimal): -356569 or 2592762. OLE color: 2592762.
HSL color Cylindrical-coordinate representation of color #FA8F27: hue angle of 29.57º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FA8F27 is Cyan = 0, Magento = 0.43, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 143 | 39 | - |
| CMYK | 0 | 0.43 | 0.84 | 0.02 |
| HSL | 29.57º | 0.95% | 0.57% | - |
| HSV(B) | 29.57º | 0.84% | 0.98% | - |
| XYZ | 49.61 | 40.12 | 7.05 | - |
| YUV | 163.14 | 57.95 | 189.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 143 | 39 | 0 | 0.43 | 0.84 | 0.02 | 29.57 | 0.95 | 0.57 |
| Hex | FA | 8F | 27 | 0 | 2B | 54 | 2 | 1E | 5F | 39 |
| Octal | 372 | 217 | 47 | 0 | 53 | 124 | 2 | 36 | 137 | 71 |
| Binary | 11111010 | 10001111 | 100111 | 0 | 101011 | 1010100 | 10 | 11110 | 1011111 | 111001 |
Color Harmonies of #FA8F27
Complementary color
Monochromatic Colors of #FA8F27
Black with #FA8F27
Text Example
Text Example
White with #FA8F27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8F27; }
p { color: rgb(250,143,39); }
H1.HeaderClassName
{
color: #FA8F27;
}
.AnyTagClassName
{
color: #FA8F27;
}
</style>
background-color css
<style>
a { background-color: #FA8F27; }
a { background-color: rgb(250,143,39); }
div.DivClassName
{
background-color: #FA8F27;
}
.BgClassName
{
background-color: #FA8F27;
}
</style>
border-color css
<style>
span { border-color: #FA8F27; }
span { border-color: rgb(250,143,39); }
td.TdClassName
{
border-color: #FA8F27;
}
.TagClassName
{
border-color: #FA8F27;
}
</style>