Shades of Carrot Orange #FA8C24
Tints of Carrot Orange #FA8C24
RGB
CMYK
RGB Variations
Color information
#FA8C24 (or 0xFA8C24) is known color: Carrot Orange. HEX triplet: FA, 8C and 24. RGB value is (250,140,36). Sum of RGB (Red+Green+Blue) = 250+140+36=426 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.69% from 426); Green value is 140 (55.08% from 255 or 32.86% from 426); Blue value is 36 (14.45% from 255 or 8.45% from 426); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8C24 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA8C24 is #0573DB. Grayscale: #A1A1A1. Windows color (decimal): -357340 or 2395386. OLE color: 2395386.
HSL color Cylindrical-coordinate representation of color #FA8C24: hue angle of 29.16º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FA8C24 is Cyan = 0, Magento = 0.44, Yellow = 0.86 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 140 | 36 | - |
| CMYK | 0 | 0.44 | 0.86 | 0.02 |
| HSL | 29.16º | 0.96% | 0.56% | - |
| HSV(B) | 29.16º | 0.86% | 0.98% | - |
| XYZ | 49.12 | 39.21 | 6.65 | - |
| YUV | 161.03 | 57.44 | 191.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 140 | 36 | 0 | 0.44 | 0.86 | 0.02 | 29.16 | 0.96 | 0.56 |
| Hex | FA | 8C | 24 | 0 | 2C | 56 | 2 | 1D | 60 | 38 |
| Octal | 372 | 214 | 44 | 0 | 54 | 126 | 2 | 35 | 140 | 70 |
| Binary | 11111010 | 10001100 | 100100 | 0 | 101100 | 1010110 | 10 | 11101 | 1100000 | 111000 |
Color Harmonies of #FA8C24
Complementary color
Monochromatic Colors of #FA8C24
Black with #FA8C24
Text Example
Text Example
White with #FA8C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8C24; }
p { color: rgb(250,140,36); }
H1.HeaderClassName
{
color: #FA8C24;
}
.AnyTagClassName
{
color: #FA8C24;
}
</style>
background-color css
<style>
a { background-color: #FA8C24; }
a { background-color: rgb(250,140,36); }
div.DivClassName
{
background-color: #FA8C24;
}
.BgClassName
{
background-color: #FA8C24;
}
</style>
border-color css
<style>
span { border-color: #FA8C24; }
span { border-color: rgb(250,140,36); }
td.TdClassName
{
border-color: #FA8C24;
}
.TagClassName
{
border-color: #FA8C24;
}
</style>