Shades of Neon Carrot #FF8D35
Tints of Neon Carrot #FF8D35
RGB
CMYK
RGB Variations
Color information
#FF8D35 (or 0xFF8D35) is known color: Neon Carrot. HEX triplet: FF, 8D and 35. RGB value is (255,141,53). Sum of RGB (Red+Green+Blue) = 255+141+53=449 (59% of max value = 765). Red value is 255 (100% from 255 or 56.79% from 449); Green value is 141 (55.47% from 255 or 31.40% from 449); Blue value is 53 (21.09% from 255 or 11.80% from 449); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8D35 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8D35 is #0072CA. Grayscale: #A5A5A5. Windows color (decimal): -29387 or 3509759. OLE color: 3509759.
HSL color Cylindrical-coordinate representation of color #FF8D35: hue angle of 26.14º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FF8D35 is Cyan = 0, Magento = 0.45, Yellow = 0.79 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 141 | 53 | - |
| CMYK | 0 | 0.45 | 0.79 | 0 |
| HSL | 26.14º | 1% | 0.6% | - |
| HSV(B) | 26.14º | 0.79% | 1% | - |
| XYZ | 51.41 | 40.57 | 8.49 | - |
| YUV | 165.05 | 64.77 | 192.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 141 | 53 | 0 | 0.45 | 0.79 | 0 | 26.14 | 1 | 0.6 |
| Hex | FF | 8D | 35 | 0 | 2D | 4F | 0 | 1A | 64 | 3C |
| Octal | 377 | 215 | 65 | 0 | 55 | 117 | 0 | 32 | 144 | 74 |
| Binary | 11111111 | 10001101 | 110101 | 0 | 101101 | 1001111 | 0 | 11010 | 1100100 | 111100 |
Color Harmonies of #FF8D35
Complementary color
Monochromatic Colors of #FF8D35
Black with #FF8D35
Text Example
Text Example
White with #FF8D35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8D35; }
p { color: rgb(255,141,53); }
H1.HeaderClassName
{
color: #FF8D35;
}
.AnyTagClassName
{
color: #FF8D35;
}
</style>
background-color css
<style>
a { background-color: #FF8D35; }
a { background-color: rgb(255,141,53); }
div.DivClassName
{
background-color: #FF8D35;
}
.BgClassName
{
background-color: #FF8D35;
}
</style>
border-color css
<style>
span { border-color: #FF8D35; }
span { border-color: rgb(255,141,53); }
td.TdClassName
{
border-color: #FF8D35;
}
.TagClassName
{
border-color: #FF8D35;
}
</style>