Shades of Neon Carrot #FF992C
Tints of Neon Carrot #FF992C
RGB
CMYK
RGB Variations
Color information
#FF992C (or 0xFF992C) is known color: Neon Carrot. HEX triplet: FF, 99 and 2C. RGB value is (255,153,44). Sum of RGB (Red+Green+Blue) = 255+153+44=452 (59% of max value = 765). Red value is 255 (100% from 255 or 56.42% from 452); Green value is 153 (60.16% from 255 or 33.85% from 452); Blue value is 44 (17.58% from 255 or 9.73% from 452); Max value from RGB is 255 - color contains mainly: red. Hex color #FF992C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF992C is #0066D3. Grayscale: #ABABAB. Windows color (decimal): -26324 or 2923007. OLE color: 2923007.
HSL color Cylindrical-coordinate representation of color #FF992C: hue angle of 31º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FF992C is Cyan = 0, Magento = 0.4, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 153 | 44 | - |
| CMYK | 0 | 0.4 | 0.83 | 0 |
| HSL | 31º | 1% | 0.59% | - |
| HSV(B) | 31º | 0.83% | 1% | - |
| XYZ | 53.09 | 44.22 | 8.12 | - |
| YUV | 171.07 | 56.29 | 187.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 153 | 44 | 0 | 0.4 | 0.83 | 0 | 31 | 1 | 0.59 |
| Hex | FF | 99 | 2C | 0 | 28 | 53 | 0 | 1F | 64 | 3B |
| Octal | 377 | 231 | 54 | 0 | 50 | 123 | 0 | 37 | 144 | 73 |
| Binary | 11111111 | 10011001 | 101100 | 0 | 101000 | 1010011 | 0 | 11111 | 1100100 | 111011 |
Color Harmonies of #FF992C
Complementary color
Monochromatic Colors of #FF992C
Black with #FF992C
Text Example
Text Example
White with #FF992C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF992C; }
p { color: rgb(255,153,44); }
H1.HeaderClassName
{
color: #FF992C;
}
.AnyTagClassName
{
color: #FF992C;
}
</style>
background-color css
<style>
a { background-color: #FF992C; }
a { background-color: rgb(255,153,44); }
div.DivClassName
{
background-color: #FF992C;
}
.BgClassName
{
background-color: #FF992C;
}
</style>
border-color css
<style>
span { border-color: #FF992C; }
span { border-color: rgb(255,153,44); }
td.TdClassName
{
border-color: #FF992C;
}
.TagClassName
{
border-color: #FF992C;
}
</style>