Shades of Neon Carrot #FF8830
Tints of Neon Carrot #FF8830
RGB
CMYK
RGB Variations
Color information
#FF8830 (or 0xFF8830) is known color: Neon Carrot. HEX triplet: FF, 88 and 30. RGB value is (255,136,48). Sum of RGB (Red+Green+Blue) = 255+136+48=439 (58% of max value = 765). Red value is 255 (100% from 255 or 58.09% from 439); Green value is 136 (53.52% from 255 or 30.98% from 439); Blue value is 48 (19.14% from 255 or 10.93% from 439); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8830 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8830 is #0077CF. Grayscale: #A2A2A2. Windows color (decimal): -30672 or 3180799. OLE color: 3180799.
HSL color Cylindrical-coordinate representation of color #FF8830: hue angle of 25.51º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FF8830 is Cyan = 0, Magento = 0.47, Yellow = 0.81 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 136 | 48 | - |
| CMYK | 0 | 0.47 | 0.81 | 0 |
| HSL | 25.51º | 1% | 0.59% | - |
| HSV(B) | 25.51º | 0.81% | 1% | - |
| XYZ | 50.58 | 39.08 | 7.67 | - |
| YUV | 161.55 | 63.92 | 194.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 136 | 48 | 0 | 0.47 | 0.81 | 0 | 25.51 | 1 | 0.59 |
| Hex | FF | 88 | 30 | 0 | 2F | 51 | 0 | 1A | 64 | 3B |
| Octal | 377 | 210 | 60 | 0 | 57 | 121 | 0 | 32 | 144 | 73 |
| Binary | 11111111 | 10001000 | 110000 | 0 | 101111 | 1010001 | 0 | 11010 | 1100100 | 111011 |
Color Harmonies of #FF8830
Complementary color
Monochromatic Colors of #FF8830
Black with #FF8830
Text Example
Text Example
White with #FF8830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8830; }
p { color: rgb(255,136,48); }
H1.HeaderClassName
{
color: #FF8830;
}
.AnyTagClassName
{
color: #FF8830;
}
</style>
background-color css
<style>
a { background-color: #FF8830; }
a { background-color: rgb(255,136,48); }
div.DivClassName
{
background-color: #FF8830;
}
.BgClassName
{
background-color: #FF8830;
}
</style>
border-color css
<style>
span { border-color: #FF8830; }
span { border-color: rgb(255,136,48); }
td.TdClassName
{
border-color: #FF8830;
}
.TagClassName
{
border-color: #FF8830;
}
</style>