Shades of Neon Carrot #FF9A2B
Tints of Neon Carrot #FF9A2B
RGB
CMYK
RGB Variations
Color information
#FF9A2B (or 0xFF9A2B) is known color: Neon Carrot. HEX triplet: FF, 9A and 2B. RGB value is (255,154,43). Sum of RGB (Red+Green+Blue) = 255+154+43=452 (59% of max value = 765). Red value is 255 (100% from 255 or 56.42% from 452); Green value is 154 (60.55% from 255 or 34.07% from 452); Blue value is 43 (17.19% from 255 or 9.51% from 452); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9A2B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF9A2B is #0065D4. Grayscale: #ACACAC. Windows color (decimal): -26069 or 2857727. OLE color: 2857727.
HSL color Cylindrical-coordinate representation of color #FF9A2B: hue angle of 31.42º 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 #FF9A2B is Cyan = 0, Magento = 0.40, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 154 | 43 | - |
| CMYK | 0 | 0.40 | 0.83 | 0 |
| HSL | 31.42º | 1% | 0.58% | - |
| HSV(B) | 31.42º | 0.83% | 1% | - |
| XYZ | 53.23 | 44.55 | 8.08 | - |
| YUV | 171.55 | 55.46 | 187.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 154 | 43 | 0 | 0.40 | 0.83 | 0 | 31.42 | 1 | 0.58 |
| Hex | FF | 9A | 2B | 0 | 28 | 53 | 0 | 1F | 64 | 3A |
| Octal | 377 | 232 | 53 | 0 | 50 | 123 | 0 | 37 | 144 | 72 |
| Binary | 11111111 | 10011010 | 101011 | 0 | 101000 | 1010011 | 0 | 11111 | 1100100 | 111010 |
Color Harmonies of #FF9A2B
Complementary color
Monochromatic Colors of #FF9A2B
Black with #FF9A2B
Text Example
Text Example
White with #FF9A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9A2B; }
p { color: rgb(255,154,43); }
H1.HeaderClassName
{
color: #FF9A2B;
}
.AnyTagClassName
{
color: #FF9A2B;
}
</style>
background-color css
<style>
a { background-color: #FF9A2B; }
a { background-color: rgb(255,154,43); }
div.DivClassName
{
background-color: #FF9A2B;
}
.BgClassName
{
background-color: #FF9A2B;
}
</style>
border-color css
<style>
span { border-color: #FF9A2B; }
span { border-color: rgb(255,154,43); }
td.TdClassName
{
border-color: #FF9A2B;
}
.TagClassName
{
border-color: #FF9A2B;
}
</style>