Shades of Neon Carrot #FF992D
Tints of Neon Carrot #FF992D
RGB
CMYK
RGB Variations
Color information
#FF992D (or 0xFF992D) is known color: Neon Carrot. HEX triplet: FF, 99 and 2D. RGB value is (255,153,45). Sum of RGB (Red+Green+Blue) = 255+153+45=453 (60% of max value = 765). Red value is 255 (100% from 255 or 56.29% from 453); Green value is 153 (60.16% from 255 or 33.77% from 453); Blue value is 45 (17.97% from 255 or 9.93% from 453); Max value from RGB is 255 - color contains mainly: red. Hex color #FF992D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF992D is #0066D2. Grayscale: #ABABAB. Windows color (decimal): -26323 or 2988543. OLE color: 2988543.
HSL color Cylindrical-coordinate representation of color #FF992D: hue angle of 30.86º 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 #FF992D is Cyan = 0, Magento = 0.4, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 153 | 45 | - |
| CMYK | 0 | 0.4 | 0.82 | 0 |
| HSL | 30.86º | 1% | 0.59% | - |
| HSV(B) | 30.86º | 0.82% | 1% | - |
| XYZ | 53.1 | 44.23 | 8.22 | - |
| YUV | 171.19 | 56.79 | 187.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 153 | 45 | 0 | 0.4 | 0.82 | 0 | 30.86 | 1 | 0.59 |
| Hex | FF | 99 | 2D | 0 | 28 | 52 | 0 | 1F | 64 | 3B |
| Octal | 377 | 231 | 55 | 0 | 50 | 122 | 0 | 37 | 144 | 73 |
| Binary | 11111111 | 10011001 | 101101 | 0 | 101000 | 1010010 | 0 | 11111 | 1100100 | 111011 |
Color Harmonies of #FF992D
Complementary color
Monochromatic Colors of #FF992D
Black with #FF992D
Text Example
Text Example
White with #FF992D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF992D; }
p { color: rgb(255,153,45); }
H1.HeaderClassName
{
color: #FF992D;
}
.AnyTagClassName
{
color: #FF992D;
}
</style>
background-color css
<style>
a { background-color: #FF992D; }
a { background-color: rgb(255,153,45); }
div.DivClassName
{
background-color: #FF992D;
}
.BgClassName
{
background-color: #FF992D;
}
</style>
border-color css
<style>
span { border-color: #FF992D; }
span { border-color: rgb(255,153,45); }
td.TdClassName
{
border-color: #FF992D;
}
.TagClassName
{
border-color: #FF992D;
}
</style>