Shades of Neon Carrot #FF9B2B
Tints of Neon Carrot #FF9B2B
RGB
CMYK
RGB Variations
Color information
#FF9B2B (or 0xFF9B2B) is known color: Neon Carrot. HEX triplet: FF, 9B and 2B. RGB value is (255,155,43). Sum of RGB (Red+Green+Blue) = 255+155+43=453 (60% of max value = 765). Red value is 255 (100% from 255 or 56.29% from 453); Green value is 155 (60.94% from 255 or 34.22% from 453); Blue value is 43 (17.19% from 255 or 9.49% from 453); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9B2B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF9B2B is #0064D4. Grayscale: #ACACAC. Windows color (decimal): -25813 or 2857983. OLE color: 2857983.
HSL color Cylindrical-coordinate representation of color #FF9B2B: hue angle of 31.7º 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 #FF9B2B is Cyan = 0, Magento = 0.39, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 155 | 43 | - |
| CMYK | 0 | 0.39 | 0.83 | 0 |
| HSL | 31.7º | 1% | 0.58% | - |
| HSV(B) | 31.7º | 0.83% | 1% | - |
| XYZ | 53.4 | 44.88 | 8.13 | - |
| YUV | 172.13 | 55.13 | 187.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 155 | 43 | 0 | 0.39 | 0.83 | 0 | 31.7 | 1 | 0.58 |
| Hex | FF | 9B | 2B | 0 | 27 | 53 | 0 | 20 | 64 | 3A |
| Octal | 377 | 233 | 53 | 0 | 47 | 123 | 0 | 40 | 144 | 72 |
| Binary | 11111111 | 10011011 | 101011 | 0 | 100111 | 1010011 | 0 | 100000 | 1100100 | 111010 |
Color Harmonies of #FF9B2B
Complementary color
Monochromatic Colors of #FF9B2B
Black with #FF9B2B
Text Example
Text Example
White with #FF9B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9B2B; }
p { color: rgb(255,155,43); }
H1.HeaderClassName
{
color: #FF9B2B;
}
.AnyTagClassName
{
color: #FF9B2B;
}
</style>
background-color css
<style>
a { background-color: #FF9B2B; }
a { background-color: rgb(255,155,43); }
div.DivClassName
{
background-color: #FF9B2B;
}
.BgClassName
{
background-color: #FF9B2B;
}
</style>
border-color css
<style>
span { border-color: #FF9B2B; }
span { border-color: rgb(255,155,43); }
td.TdClassName
{
border-color: #FF9B2B;
}
.TagClassName
{
border-color: #FF9B2B;
}
</style>