Shades of Neon Carrot #FF8D28
Tints of Neon Carrot #FF8D28
RGB
CMYK
RGB Variations
Color information
#FF8D28 (or 0xFF8D28) is known color: Neon Carrot. HEX triplet: FF, 8D and 28. RGB value is (255,141,40). Sum of RGB (Red+Green+Blue) = 255+141+40=436 (57% of max value = 765). Red value is 255 (100% from 255 or 58.49% from 436); Green value is 141 (55.47% from 255 or 32.34% from 436); Blue value is 40 (16.02% from 255 or 9.17% from 436); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8D28 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8D28 is #0072D7. Grayscale: #A4A4A4. Windows color (decimal): -29400 or 2657791. OLE color: 2657791.
HSL color Cylindrical-coordinate representation of color #FF8D28: hue angle of 28.19º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FF8D28 is Cyan = 0, Magento = 0.45, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 141 | 40 | - |
| CMYK | 0 | 0.45 | 0.84 | 0 |
| HSL | 28.19º | 1% | 0.58% | - |
| HSV(B) | 28.19º | 0.84% | 1% | - |
| XYZ | 51.15 | 40.46 | 7.12 | - |
| YUV | 163.57 | 58.27 | 193.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 141 | 40 | 0 | 0.45 | 0.84 | 0 | 28.19 | 1 | 0.58 |
| Hex | FF | 8D | 28 | 0 | 2D | 54 | 0 | 1C | 64 | 3A |
| Octal | 377 | 215 | 50 | 0 | 55 | 124 | 0 | 34 | 144 | 72 |
| Binary | 11111111 | 10001101 | 101000 | 0 | 101101 | 1010100 | 0 | 11100 | 1100100 | 111010 |
Color Harmonies of #FF8D28
Complementary color
Monochromatic Colors of #FF8D28
Black with #FF8D28
Text Example
Text Example
White with #FF8D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8D28; }
p { color: rgb(255,141,40); }
H1.HeaderClassName
{
color: #FF8D28;
}
.AnyTagClassName
{
color: #FF8D28;
}
</style>
background-color css
<style>
a { background-color: #FF8D28; }
a { background-color: rgb(255,141,40); }
div.DivClassName
{
background-color: #FF8D28;
}
.BgClassName
{
background-color: #FF8D28;
}
</style>
border-color css
<style>
span { border-color: #FF8D28; }
span { border-color: rgb(255,141,40); }
td.TdClassName
{
border-color: #FF8D28;
}
.TagClassName
{
border-color: #FF8D28;
}
</style>