Shades of Neon Carrot #FF992B
Tints of Neon Carrot #FF992B
RGB
CMYK
RGB Variations
Color information
#FF992B (or 0xFF992B) is known color: Neon Carrot. HEX triplet: FF, 99 and 2B. RGB value is (255,153,43). Sum of RGB (Red+Green+Blue) = 255+153+43=451 (59% of max value = 765). Red value is 255 (100% from 255 or 56.54% from 451); Green value is 153 (60.16% from 255 or 33.92% from 451); Blue value is 43 (17.19% from 255 or 9.53% from 451); Max value from RGB is 255 - color contains mainly: red. Hex color #FF992B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF992B is #0066D4. Grayscale: #ABABAB. Windows color (decimal): -26325 or 2857471. OLE color: 2857471.
HSL color Cylindrical-coordinate representation of color #FF992B: hue angle of 31.13º 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 #FF992B is Cyan = 0, Magento = 0.4, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 153 | 43 | - |
| CMYK | 0 | 0.4 | 0.83 | 0 |
| HSL | 31.13º | 1% | 0.58% | - |
| HSV(B) | 31.13º | 0.83% | 1% | - |
| XYZ | 53.07 | 44.22 | 8.02 | - |
| YUV | 170.96 | 55.79 | 187.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 153 | 43 | 0 | 0.4 | 0.83 | 0 | 31.13 | 1 | 0.58 |
| Hex | FF | 99 | 2B | 0 | 28 | 53 | 0 | 1F | 64 | 3A |
| Octal | 377 | 231 | 53 | 0 | 50 | 123 | 0 | 37 | 144 | 72 |
| Binary | 11111111 | 10011001 | 101011 | 0 | 101000 | 1010011 | 0 | 11111 | 1100100 | 111010 |
Color Harmonies of #FF992B
Complementary color
Monochromatic Colors of #FF992B
Black with #FF992B
Text Example
Text Example
White with #FF992B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF992B; }
p { color: rgb(255,153,43); }
H1.HeaderClassName
{
color: #FF992B;
}
.AnyTagClassName
{
color: #FF992B;
}
</style>
background-color css
<style>
a { background-color: #FF992B; }
a { background-color: rgb(255,153,43); }
div.DivClassName
{
background-color: #FF992B;
}
.BgClassName
{
background-color: #FF992B;
}
</style>
border-color css
<style>
span { border-color: #FF992B; }
span { border-color: rgb(255,153,43); }
td.TdClassName
{
border-color: #FF992B;
}
.TagClassName
{
border-color: #FF992B;
}
</style>