Shades of Neon Carrot #FF8F24
Tints of Neon Carrot #FF8F24
RGB
CMYK
RGB Variations
Color information
#FF8F24 (or 0xFF8F24) is known color: Neon Carrot. HEX triplet: FF, 8F and 24. RGB value is (255,143,36). Sum of RGB (Red+Green+Blue) = 255+143+36=434 (57% of max value = 765). Red value is 255 (100% from 255 or 58.76% from 434); Green value is 143 (56.25% from 255 or 32.95% from 434); Blue value is 36 (14.45% from 255 or 8.29% from 434); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8F24 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8F24 is #0070DB. Grayscale: #A4A4A4. Windows color (decimal): -28892 or 2396159. OLE color: 2396159.
HSL color Cylindrical-coordinate representation of color #FF8F24: hue angle of 29.32º 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 #FF8F24 is Cyan = 0, Magento = 0.44, Yellow = 0.86 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 143 | 36 | - |
| CMYK | 0 | 0.44 | 0.86 | 0 |
| HSL | 29.32º | 1% | 0.57% | - |
| HSV(B) | 29.32º | 0.86% | 1% | - |
| XYZ | 51.38 | 41.03 | 6.88 | - |
| YUV | 164.29 | 55.61 | 192.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 143 | 36 | 0 | 0.44 | 0.86 | 0 | 29.32 | 1 | 0.57 |
| Hex | FF | 8F | 24 | 0 | 2C | 56 | 0 | 1D | 64 | 39 |
| Octal | 377 | 217 | 44 | 0 | 54 | 126 | 0 | 35 | 144 | 71 |
| Binary | 11111111 | 10001111 | 100100 | 0 | 101100 | 1010110 | 0 | 11101 | 1100100 | 111001 |
Color Harmonies of #FF8F24
Complementary color
Monochromatic Colors of #FF8F24
Black with #FF8F24
Text Example
Text Example
White with #FF8F24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8F24; }
p { color: rgb(255,143,36); }
H1.HeaderClassName
{
color: #FF8F24;
}
.AnyTagClassName
{
color: #FF8F24;
}
</style>
background-color css
<style>
a { background-color: #FF8F24; }
a { background-color: rgb(255,143,36); }
div.DivClassName
{
background-color: #FF8F24;
}
.BgClassName
{
background-color: #FF8F24;
}
</style>
border-color css
<style>
span { border-color: #FF8F24; }
span { border-color: rgb(255,143,36); }
td.TdClassName
{
border-color: #FF8F24;
}
.TagClassName
{
border-color: #FF8F24;
}
</style>