Shades of Neon Carrot #FF8D34
Tints of Neon Carrot #FF8D34
RGB
CMYK
RGB Variations
Color information
#FF8D34 (or 0xFF8D34) is known color: Neon Carrot. HEX triplet: FF, 8D and 34. RGB value is (255,141,52). Sum of RGB (Red+Green+Blue) = 255+141+52=448 (59% of max value = 765). Red value is 255 (100% from 255 or 56.92% from 448); Green value is 141 (55.47% from 255 or 31.47% from 448); Blue value is 52 (20.70% from 255 or 11.61% from 448); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8D34 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8D34 is #0072CB. Grayscale: #A5A5A5. Windows color (decimal): -29388 or 3444223. OLE color: 3444223.
HSL color Cylindrical-coordinate representation of color #FF8D34: hue angle of 26.31º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FF8D34 is Cyan = 0, Magento = 0.45, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 141 | 52 | - |
| CMYK | 0 | 0.45 | 0.80 | 0 |
| HSL | 26.31º | 1% | 0.6% | - |
| HSV(B) | 26.31º | 0.8% | 1% | - |
| XYZ | 51.38 | 40.56 | 8.37 | - |
| YUV | 164.94 | 64.27 | 192.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 141 | 52 | 0 | 0.45 | 0.80 | 0 | 26.31 | 1 | 0.6 |
| Hex | FF | 8D | 34 | 0 | 2D | 50 | 0 | 1A | 64 | 3C |
| Octal | 377 | 215 | 64 | 0 | 55 | 120 | 0 | 32 | 144 | 74 |
| Binary | 11111111 | 10001101 | 110100 | 0 | 101101 | 1010000 | 0 | 11010 | 1100100 | 111100 |
Color Harmonies of #FF8D34
Complementary color
Monochromatic Colors of #FF8D34
Black with #FF8D34
Text Example
Text Example
White with #FF8D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8D34; }
p { color: rgb(255,141,52); }
H1.HeaderClassName
{
color: #FF8D34;
}
.AnyTagClassName
{
color: #FF8D34;
}
</style>
background-color css
<style>
a { background-color: #FF8D34; }
a { background-color: rgb(255,141,52); }
div.DivClassName
{
background-color: #FF8D34;
}
.BgClassName
{
background-color: #FF8D34;
}
</style>
border-color css
<style>
span { border-color: #FF8D34; }
span { border-color: rgb(255,141,52); }
td.TdClassName
{
border-color: #FF8D34;
}
.TagClassName
{
border-color: #FF8D34;
}
</style>