Shades of Neon Carrot #FF992A
Tints of Neon Carrot #FF992A
RGB
CMYK
RGB Variations
Color information
#FF992A (or 0xFF992A) is known color: Neon Carrot. HEX triplet: FF, 99 and 2A. RGB value is (255,153,42). Sum of RGB (Red+Green+Blue) = 255+153+42=450 (59% of max value = 765). Red value is 255 (100% from 255 or 56.67% from 450); Green value is 153 (60.16% from 255 or 34% from 450); Blue value is 42 (16.80% from 255 or 9.33% from 450); Max value from RGB is 255 - color contains mainly: red. Hex color #FF992A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF992A is #0066D5. Grayscale: #ABABAB. Windows color (decimal): -26326 or 2791935. OLE color: 2791935.
HSL color Cylindrical-coordinate representation of color #FF992A: hue angle of 31.27º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FF992A is Cyan = 0, Magento = 0.4, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 153 | 42 | - |
| CMYK | 0 | 0.4 | 0.84 | 0 |
| HSL | 31.27º | 1% | 0.58% | - |
| HSV(B) | 31.27º | 0.84% | 1% | - |
| XYZ | 53.05 | 44.21 | 7.93 | - |
| YUV | 170.84 | 55.29 | 188.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 153 | 42 | 0 | 0.4 | 0.84 | 0 | 31.27 | 1 | 0.58 |
| Hex | FF | 99 | 2A | 0 | 28 | 54 | 0 | 1F | 64 | 3A |
| Octal | 377 | 231 | 52 | 0 | 50 | 124 | 0 | 37 | 144 | 72 |
| Binary | 11111111 | 10011001 | 101010 | 0 | 101000 | 1010100 | 0 | 11111 | 1100100 | 111010 |
Color Harmonies of #FF992A
Complementary color
Monochromatic Colors of #FF992A
Black with #FF992A
Text Example
Text Example
White with #FF992A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF992A; }
p { color: rgb(255,153,42); }
H1.HeaderClassName
{
color: #FF992A;
}
.AnyTagClassName
{
color: #FF992A;
}
</style>
background-color css
<style>
a { background-color: #FF992A; }
a { background-color: rgb(255,153,42); }
div.DivClassName
{
background-color: #FF992A;
}
.BgClassName
{
background-color: #FF992A;
}
</style>
border-color css
<style>
span { border-color: #FF992A; }
span { border-color: rgb(255,153,42); }
td.TdClassName
{
border-color: #FF992A;
}
.TagClassName
{
border-color: #FF992A;
}
</style>