Shades of Neon Carrot #FF993D
Tints of Neon Carrot #FF993D
RGB
CMYK
RGB Variations
Color information
#FF993D (or 0xFF993D) is known color: Neon Carrot. HEX triplet: FF, 99 and 3D. RGB value is (255,153,61). Sum of RGB (Red+Green+Blue) = 255+153+61=469 (62% of max value = 765). Red value is 255 (100% from 255 or 54.37% from 469); Green value is 153 (60.16% from 255 or 32.62% from 469); Blue value is 61 (24.22% from 255 or 13.01% from 469); Max value from RGB is 255 - color contains mainly: red. Hex color #FF993D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF993D is #0066C2. Grayscale: #ADADAD. Windows color (decimal): -26307 or 4037119. OLE color: 4037119.
HSL color Cylindrical-coordinate representation of color #FF993D: hue angle of 28.45º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FF993D is Cyan = 0, Magento = 0.4, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 153 | 61 | - |
| CMYK | 0 | 0.4 | 0.76 | 0 |
| HSL | 28.45º | 1% | 0.62% | - |
| HSV(B) | 28.45º | 0.76% | 1% | - |
| XYZ | 53.47 | 44.38 | 10.16 | - |
| YUV | 173.01 | 64.79 | 186.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 153 | 61 | 0 | 0.4 | 0.76 | 0 | 28.45 | 1 | 0.62 |
| Hex | FF | 99 | 3D | 0 | 28 | 4C | 0 | 1C | 64 | 3E |
| Octal | 377 | 231 | 75 | 0 | 50 | 114 | 0 | 34 | 144 | 76 |
| Binary | 11111111 | 10011001 | 111101 | 0 | 101000 | 1001100 | 0 | 11100 | 1100100 | 111110 |
Color Harmonies of #FF993D
Complementary color
Monochromatic Colors of #FF993D
Black with #FF993D
Text Example
Text Example
White with #FF993D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF993D; }
p { color: rgb(255,153,61); }
H1.HeaderClassName
{
color: #FF993D;
}
.AnyTagClassName
{
color: #FF993D;
}
</style>
background-color css
<style>
a { background-color: #FF993D; }
a { background-color: rgb(255,153,61); }
div.DivClassName
{
background-color: #FF993D;
}
.BgClassName
{
background-color: #FF993D;
}
</style>
border-color css
<style>
span { border-color: #FF993D; }
span { border-color: rgb(255,153,61); }
td.TdClassName
{
border-color: #FF993D;
}
.TagClassName
{
border-color: #FF993D;
}
</style>