Shades of Neon Carrot #FF983C
Tints of Neon Carrot #FF983C
RGB
CMYK
RGB Variations
Color information
#FF983C (or 0xFF983C) is known color: Neon Carrot. HEX triplet: FF, 98 and 3C. RGB value is (255,152,60). Sum of RGB (Red+Green+Blue) = 255+152+60=467 (61% of max value = 765). Red value is 255 (100% from 255 or 54.60% from 467); Green value is 152 (59.77% from 255 or 32.55% from 467); Blue value is 60 (23.83% from 255 or 12.85% from 467); Max value from RGB is 255 - color contains mainly: red. Hex color #FF983C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF983C is #0067C3. Grayscale: #ACACAC. Windows color (decimal): -26564 or 3971327. OLE color: 3971327.
HSL color Cylindrical-coordinate representation of color #FF983C: hue angle of 28.31º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FF983C is Cyan = 0, Magento = 0.40, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 152 | 60 | - |
| CMYK | 0 | 0.40 | 0.76 | 0 |
| HSL | 28.31º | 1% | 0.62% | - |
| HSV(B) | 28.31º | 0.76% | 1% | - |
| XYZ | 53.28 | 44.04 | 9.97 | - |
| YUV | 172.31 | 64.62 | 186.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 152 | 60 | 0 | 0.40 | 0.76 | 0 | 28.31 | 1 | 0.62 |
| Hex | FF | 98 | 3C | 0 | 28 | 4C | 0 | 1C | 64 | 3E |
| Octal | 377 | 230 | 74 | 0 | 50 | 114 | 0 | 34 | 144 | 76 |
| Binary | 11111111 | 10011000 | 111100 | 0 | 101000 | 1001100 | 0 | 11100 | 1100100 | 111110 |
Color Harmonies of #FF983C
Complementary color
Monochromatic Colors of #FF983C
Black with #FF983C
Text Example
Text Example
White with #FF983C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF983C; }
p { color: rgb(255,152,60); }
H1.HeaderClassName
{
color: #FF983C;
}
.AnyTagClassName
{
color: #FF983C;
}
</style>
background-color css
<style>
a { background-color: #FF983C; }
a { background-color: rgb(255,152,60); }
div.DivClassName
{
background-color: #FF983C;
}
.BgClassName
{
background-color: #FF983C;
}
</style>
border-color css
<style>
span { border-color: #FF983C; }
span { border-color: rgb(255,152,60); }
td.TdClassName
{
border-color: #FF983C;
}
.TagClassName
{
border-color: #FF983C;
}
</style>