Shades of Neon Carrot #FF982D
Tints of Neon Carrot #FF982D
RGB
CMYK
RGB Variations
Color information
#FF982D (or 0xFF982D) is known color: Neon Carrot. HEX triplet: FF, 98 and 2D. RGB value is (255,152,45). Sum of RGB (Red+Green+Blue) = 255+152+45=452 (59% of max value = 765). Red value is 255 (100% from 255 or 56.42% from 452); Green value is 152 (59.77% from 255 or 33.63% from 452); Blue value is 45 (17.97% from 255 or 9.96% from 452); Max value from RGB is 255 - color contains mainly: red. Hex color #FF982D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF982D is #0067D2. Grayscale: #ABABAB. Windows color (decimal): -26579 or 2988287. OLE color: 2988287.
HSL color Cylindrical-coordinate representation of color #FF982D: hue angle of 30.57º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FF982D is Cyan = 0, Magento = 0.40, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 152 | 45 | - |
| CMYK | 0 | 0.40 | 0.82 | 0 |
| HSL | 30.57º | 1% | 0.59% | - |
| HSV(B) | 30.57º | 0.82% | 1% | - |
| XYZ | 52.94 | 43.91 | 8.17 | - |
| YUV | 170.6 | 57.12 | 188.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 152 | 45 | 0 | 0.40 | 0.82 | 0 | 30.57 | 1 | 0.59 |
| Hex | FF | 98 | 2D | 0 | 28 | 52 | 0 | 1F | 64 | 3B |
| Octal | 377 | 230 | 55 | 0 | 50 | 122 | 0 | 37 | 144 | 73 |
| Binary | 11111111 | 10011000 | 101101 | 0 | 101000 | 1010010 | 0 | 11111 | 1100100 | 111011 |
Color Harmonies of #FF982D
Complementary color
Monochromatic Colors of #FF982D
Black with #FF982D
Text Example
Text Example
White with #FF982D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF982D; }
p { color: rgb(255,152,45); }
H1.HeaderClassName
{
color: #FF982D;
}
.AnyTagClassName
{
color: #FF982D;
}
</style>
background-color css
<style>
a { background-color: #FF982D; }
a { background-color: rgb(255,152,45); }
div.DivClassName
{
background-color: #FF982D;
}
.BgClassName
{
background-color: #FF982D;
}
</style>
border-color css
<style>
span { border-color: #FF982D; }
span { border-color: rgb(255,152,45); }
td.TdClassName
{
border-color: #FF982D;
}
.TagClassName
{
border-color: #FF982D;
}
</style>