Shades of Neon Carrot #FF982B
Tints of Neon Carrot #FF982B
RGB
CMYK
RGB Variations
Color information
#FF982B (or 0xFF982B) is known color: Neon Carrot. HEX triplet: FF, 98 and 2B. RGB value is (255,152,43). Sum of RGB (Red+Green+Blue) = 255+152+43=450 (59% of max value = 765). Red value is 255 (100% from 255 or 56.67% from 450); Green value is 152 (59.77% from 255 or 33.78% from 450); Blue value is 43 (17.19% from 255 or 9.56% from 450); Max value from RGB is 255 - color contains mainly: red. Hex color #FF982B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF982B is #0067D4. Grayscale: #AAAAAA. Windows color (decimal): -26581 or 2857215. OLE color: 2857215.
HSL color Cylindrical-coordinate representation of color #FF982B: hue angle of 30.85º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FF982B is Cyan = 0, Magento = 0.40, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 152 | 43 | - |
| CMYK | 0 | 0.40 | 0.83 | 0 |
| HSL | 30.85º | 1% | 0.58% | - |
| HSV(B) | 30.85º | 0.83% | 1% | - |
| XYZ | 52.9 | 43.89 | 7.97 | - |
| YUV | 170.37 | 56.12 | 188.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 152 | 43 | 0 | 0.40 | 0.83 | 0 | 30.85 | 1 | 0.58 |
| Hex | FF | 98 | 2B | 0 | 28 | 53 | 0 | 1F | 64 | 3A |
| Octal | 377 | 230 | 53 | 0 | 50 | 123 | 0 | 37 | 144 | 72 |
| Binary | 11111111 | 10011000 | 101011 | 0 | 101000 | 1010011 | 0 | 11111 | 1100100 | 111010 |
Color Harmonies of #FF982B
Complementary color
Monochromatic Colors of #FF982B
Black with #FF982B
Text Example
Text Example
White with #FF982B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF982B; }
p { color: rgb(255,152,43); }
H1.HeaderClassName
{
color: #FF982B;
}
.AnyTagClassName
{
color: #FF982B;
}
</style>
background-color css
<style>
a { background-color: #FF982B; }
a { background-color: rgb(255,152,43); }
div.DivClassName
{
background-color: #FF982B;
}
.BgClassName
{
background-color: #FF982B;
}
</style>
border-color css
<style>
span { border-color: #FF982B; }
span { border-color: rgb(255,152,43); }
td.TdClassName
{
border-color: #FF982B;
}
.TagClassName
{
border-color: #FF982B;
}
</style>