Shades of Neon Carrot #FF9F2C
Tints of Neon Carrot #FF9F2C
RGB
CMYK
RGB Variations
Color information
#FF9F2C (or 0xFF9F2C) is known color: Neon Carrot. HEX triplet: FF, 9F and 2C. RGB value is (255,159,44). Sum of RGB (Red+Green+Blue) = 255+159+44=458 (60% of max value = 765). Red value is 255 (100% from 255 or 55.68% from 458); Green value is 159 (62.5% from 255 or 34.72% from 458); Blue value is 44 (17.58% from 255 or 9.61% from 458); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9F2C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF9F2C is #0060D3. Grayscale: #AFAFAF. Windows color (decimal): -24788 or 2924543. OLE color: 2924543.
HSL color Cylindrical-coordinate representation of color #FF9F2C: hue angle of 32.7º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FF9F2C is Cyan = 0, Magento = 0.38, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 159 | 44 | - |
| CMYK | 0 | 0.38 | 0.83 | 0 |
| HSL | 32.7º | 1% | 0.59% | - |
| HSV(B) | 32.7º | 0.83% | 1% | - |
| XYZ | 54.09 | 46.24 | 8.46 | - |
| YUV | 174.59 | 54.3 | 185.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 159 | 44 | 0 | 0.38 | 0.83 | 0 | 32.7 | 1 | 0.59 |
| Hex | FF | 9F | 2C | 0 | 26 | 53 | 0 | 21 | 64 | 3B |
| Octal | 377 | 237 | 54 | 0 | 46 | 123 | 0 | 41 | 144 | 73 |
| Binary | 11111111 | 10011111 | 101100 | 0 | 100110 | 1010011 | 0 | 100001 | 1100100 | 111011 |
Color Harmonies of #FF9F2C
Complementary color
Monochromatic Colors of #FF9F2C
Black with #FF9F2C
Text Example
Text Example
White with #FF9F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9F2C; }
p { color: rgb(255,159,44); }
H1.HeaderClassName
{
color: #FF9F2C;
}
.AnyTagClassName
{
color: #FF9F2C;
}
</style>
background-color css
<style>
a { background-color: #FF9F2C; }
a { background-color: rgb(255,159,44); }
div.DivClassName
{
background-color: #FF9F2C;
}
.BgClassName
{
background-color: #FF9F2C;
}
</style>
border-color css
<style>
span { border-color: #FF9F2C; }
span { border-color: rgb(255,159,44); }
td.TdClassName
{
border-color: #FF9F2C;
}
.TagClassName
{
border-color: #FF9F2C;
}
</style>