Shades of Carrot Orange #FF8C24
Tints of Carrot Orange #FF8C24
RGB
CMYK
RGB Variations
Color information
#FF8C24 (or 0xFF8C24) is known color: Carrot Orange. HEX triplet: FF, 8C and 24. RGB value is (255,140,36). Sum of RGB (Red+Green+Blue) = 255+140+36=431 (57% of max value = 765). Red value is 255 (100% from 255 or 59.16% from 431); Green value is 140 (55.08% from 255 or 32.48% from 431); Blue value is 36 (14.45% from 255 or 8.35% from 431); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8C24 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8C24 is #0073DB. Grayscale: #A3A3A3. Windows color (decimal): -29660 or 2395391. OLE color: 2395391.
HSL color Cylindrical-coordinate representation of color #FF8C24: hue angle of 28.49º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FF8C24 is Cyan = 0, Magento = 0.45, Yellow = 0.86 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 140 | 36 | - |
| CMYK | 0 | 0.45 | 0.86 | 0 |
| HSL | 28.49º | 1% | 0.57% | - |
| HSV(B) | 28.49º | 0.86% | 1% | - |
| XYZ | 50.94 | 40.14 | 6.73 | - |
| YUV | 162.53 | 56.6 | 193.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 140 | 36 | 0 | 0.45 | 0.86 | 0 | 28.49 | 1 | 0.57 |
| Hex | FF | 8C | 24 | 0 | 2D | 56 | 0 | 1C | 64 | 39 |
| Octal | 377 | 214 | 44 | 0 | 55 | 126 | 0 | 34 | 144 | 71 |
| Binary | 11111111 | 10001100 | 100100 | 0 | 101101 | 1010110 | 0 | 11100 | 1100100 | 111001 |
Color Harmonies of #FF8C24
Complementary color
Monochromatic Colors of #FF8C24
Black with #FF8C24
Text Example
Text Example
White with #FF8C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8C24; }
p { color: rgb(255,140,36); }
H1.HeaderClassName
{
color: #FF8C24;
}
.AnyTagClassName
{
color: #FF8C24;
}
</style>
background-color css
<style>
a { background-color: #FF8C24; }
a { background-color: rgb(255,140,36); }
div.DivClassName
{
background-color: #FF8C24;
}
.BgClassName
{
background-color: #FF8C24;
}
</style>
border-color css
<style>
span { border-color: #FF8C24; }
span { border-color: rgb(255,140,36); }
td.TdClassName
{
border-color: #FF8C24;
}
.TagClassName
{
border-color: #FF8C24;
}
</style>