Shades of Neon Carrot #FF992F
Tints of Neon Carrot #FF992F
RGB
CMYK
RGB Variations
Color information
#FF992F (or 0xFF992F) is known color: Neon Carrot. HEX triplet: FF, 99 and 2F. RGB value is (255,153,47). Sum of RGB (Red+Green+Blue) = 255+153+47=455 (60% of max value = 765). Red value is 255 (100% from 255 or 56.04% from 455); Green value is 153 (60.16% from 255 or 33.63% from 455); Blue value is 47 (18.75% from 255 or 10.33% from 455); Max value from RGB is 255 - color contains mainly: red. Hex color #FF992F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF992F is #0066D0. Grayscale: #ABABAB. Windows color (decimal): -26321 or 3119615. OLE color: 3119615.
HSL color Cylindrical-coordinate representation of color #FF992F: hue angle of 30.58º 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 #FF992F is Cyan = 0, Magento = 0.4, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 153 | 47 | - |
| CMYK | 0 | 0.4 | 0.82 | 0 |
| HSL | 30.58º | 1% | 0.59% | - |
| HSV(B) | 30.58º | 0.82% | 1% | - |
| XYZ | 53.14 | 44.25 | 8.43 | - |
| YUV | 171.41 | 57.79 | 187.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 153 | 47 | 0 | 0.4 | 0.82 | 0 | 30.58 | 1 | 0.59 |
| Hex | FF | 99 | 2F | 0 | 28 | 52 | 0 | 1F | 64 | 3B |
| Octal | 377 | 231 | 57 | 0 | 50 | 122 | 0 | 37 | 144 | 73 |
| Binary | 11111111 | 10011001 | 101111 | 0 | 101000 | 1010010 | 0 | 11111 | 1100100 | 111011 |
Color Harmonies of #FF992F
Complementary color
Monochromatic Colors of #FF992F
Black with #FF992F
Text Example
Text Example
White with #FF992F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF992F; }
p { color: rgb(255,153,47); }
H1.HeaderClassName
{
color: #FF992F;
}
.AnyTagClassName
{
color: #FF992F;
}
</style>
background-color css
<style>
a { background-color: #FF992F; }
a { background-color: rgb(255,153,47); }
div.DivClassName
{
background-color: #FF992F;
}
.BgClassName
{
background-color: #FF992F;
}
</style>
border-color css
<style>
span { border-color: #FF992F; }
span { border-color: rgb(255,153,47); }
td.TdClassName
{
border-color: #FF992F;
}
.TagClassName
{
border-color: #FF992F;
}
</style>