Shades of Neon Carrot #FF9F2B
Tints of Neon Carrot #FF9F2B
RGB
CMYK
RGB Variations
Color information
#FF9F2B (or 0xFF9F2B) is known color: Neon Carrot. HEX triplet: FF, 9F and 2B. RGB value is (255,159,43). Sum of RGB (Red+Green+Blue) = 255+159+43=457 (60% of max value = 765). Red value is 255 (100% from 255 or 55.80% from 457); Green value is 159 (62.5% from 255 or 34.79% from 457); Blue value is 43 (17.19% from 255 or 9.41% from 457); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9F2B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF9F2B is #0060D4. Grayscale: #AFAFAF. Windows color (decimal): -24789 or 2859007. OLE color: 2859007.
HSL color Cylindrical-coordinate representation of color #FF9F2B: hue angle of 32.83º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FF9F2B is Cyan = 0, Magento = 0.38, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 159 | 43 | - |
| CMYK | 0 | 0.38 | 0.83 | 0 |
| HSL | 32.83º | 1% | 0.58% | - |
| HSV(B) | 32.83º | 0.83% | 1% | - |
| XYZ | 54.07 | 46.23 | 8.36 | - |
| YUV | 174.48 | 53.8 | 185.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 159 | 43 | 0 | 0.38 | 0.83 | 0 | 32.83 | 1 | 0.58 |
| Hex | FF | 9F | 2B | 0 | 26 | 53 | 0 | 21 | 64 | 3A |
| Octal | 377 | 237 | 53 | 0 | 46 | 123 | 0 | 41 | 144 | 72 |
| Binary | 11111111 | 10011111 | 101011 | 0 | 100110 | 1010011 | 0 | 100001 | 1100100 | 111010 |
Color Harmonies of #FF9F2B
Complementary color
Monochromatic Colors of #FF9F2B
Black with #FF9F2B
Text Example
Text Example
White with #FF9F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9F2B; }
p { color: rgb(255,159,43); }
H1.HeaderClassName
{
color: #FF9F2B;
}
.AnyTagClassName
{
color: #FF9F2B;
}
</style>
background-color css
<style>
a { background-color: #FF9F2B; }
a { background-color: rgb(255,159,43); }
div.DivClassName
{
background-color: #FF9F2B;
}
.BgClassName
{
background-color: #FF9F2B;
}
</style>
border-color css
<style>
span { border-color: #FF9F2B; }
span { border-color: rgb(255,159,43); }
td.TdClassName
{
border-color: #FF9F2B;
}
.TagClassName
{
border-color: #FF9F2B;
}
</style>