Shades of Neon Carrot #FF8D25
Tints of Neon Carrot #FF8D25
RGB
CMYK
RGB Variations
Color information
#FF8D25 (or 0xFF8D25) is known color: Neon Carrot. HEX triplet: FF, 8D and 25. RGB value is (255,141,37). Sum of RGB (Red+Green+Blue) = 255+141+37=433 (57% of max value = 765). Red value is 255 (100% from 255 or 58.89% from 433); Green value is 141 (55.47% from 255 or 32.56% from 433); Blue value is 37 (14.84% from 255 or 8.55% from 433); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8D25 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8D25 is #0072DA. Grayscale: #A3A3A3. Windows color (decimal): -29403 or 2461183. OLE color: 2461183.
HSL color Cylindrical-coordinate representation of color #FF8D25: hue angle of 28.62º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FF8D25 is Cyan = 0, Magento = 0.45, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 141 | 37 | - |
| CMYK | 0 | 0.45 | 0.85 | 0 |
| HSL | 28.62º | 1% | 0.57% | - |
| HSV(B) | 28.62º | 0.85% | 1% | - |
| XYZ | 51.1 | 40.44 | 6.86 | - |
| YUV | 163.23 | 56.77 | 193.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 141 | 37 | 0 | 0.45 | 0.85 | 0 | 28.62 | 1 | 0.57 |
| Hex | FF | 8D | 25 | 0 | 2D | 55 | 0 | 1D | 64 | 39 |
| Octal | 377 | 215 | 45 | 0 | 55 | 125 | 0 | 35 | 144 | 71 |
| Binary | 11111111 | 10001101 | 100101 | 0 | 101101 | 1010101 | 0 | 11101 | 1100100 | 111001 |
Color Harmonies of #FF8D25
Complementary color
Monochromatic Colors of #FF8D25
Black with #FF8D25
Text Example
Text Example
White with #FF8D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8D25; }
p { color: rgb(255,141,37); }
H1.HeaderClassName
{
color: #FF8D25;
}
.AnyTagClassName
{
color: #FF8D25;
}
</style>
background-color css
<style>
a { background-color: #FF8D25; }
a { background-color: rgb(255,141,37); }
div.DivClassName
{
background-color: #FF8D25;
}
.BgClassName
{
background-color: #FF8D25;
}
</style>
border-color css
<style>
span { border-color: #FF8D25; }
span { border-color: rgb(255,141,37); }
td.TdClassName
{
border-color: #FF8D25;
}
.TagClassName
{
border-color: #FF8D25;
}
</style>