Shades of Neon Carrot #FF8F25
Tints of Neon Carrot #FF8F25
RGB
CMYK
RGB Variations
Color information
#FF8F25 (or 0xFF8F25) is known color: Neon Carrot. HEX triplet: FF, 8F and 25. RGB value is (255,143,37). Sum of RGB (Red+Green+Blue) = 255+143+37=435 (57% of max value = 765). Red value is 255 (100% from 255 or 58.62% from 435); Green value is 143 (56.25% from 255 or 32.87% from 435); Blue value is 37 (14.84% from 255 or 8.51% from 435); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8F25 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8F25 is #0070DA. Grayscale: #A4A4A4. Windows color (decimal): -28891 or 2461695. OLE color: 2461695.
HSL color Cylindrical-coordinate representation of color #FF8F25: hue angle of 29.17º 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 #FF8F25 is Cyan = 0, Magento = 0.44, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 143 | 37 | - |
| CMYK | 0 | 0.44 | 0.85 | 0 |
| HSL | 29.17º | 1% | 0.57% | - |
| HSV(B) | 29.17º | 0.85% | 1% | - |
| XYZ | 51.4 | 41.04 | 6.96 | - |
| YUV | 164.4 | 56.11 | 192.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 143 | 37 | 0 | 0.44 | 0.85 | 0 | 29.17 | 1 | 0.57 |
| Hex | FF | 8F | 25 | 0 | 2C | 55 | 0 | 1D | 64 | 39 |
| Octal | 377 | 217 | 45 | 0 | 54 | 125 | 0 | 35 | 144 | 71 |
| Binary | 11111111 | 10001111 | 100101 | 0 | 101100 | 1010101 | 0 | 11101 | 1100100 | 111001 |
Color Harmonies of #FF8F25
Complementary color
Monochromatic Colors of #FF8F25
Black with #FF8F25
Text Example
Text Example
White with #FF8F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8F25; }
p { color: rgb(255,143,37); }
H1.HeaderClassName
{
color: #FF8F25;
}
.AnyTagClassName
{
color: #FF8F25;
}
</style>
background-color css
<style>
a { background-color: #FF8F25; }
a { background-color: rgb(255,143,37); }
div.DivClassName
{
background-color: #FF8F25;
}
.BgClassName
{
background-color: #FF8F25;
}
</style>
border-color css
<style>
span { border-color: #FF8F25; }
span { border-color: rgb(255,143,37); }
td.TdClassName
{
border-color: #FF8F25;
}
.TagClassName
{
border-color: #FF8F25;
}
</style>