Shades of Neon Carrot #FF9C2B
Tints of Neon Carrot #FF9C2B
RGB
CMYK
RGB Variations
Color information
#FF9C2B (or 0xFF9C2B) is known color: Neon Carrot. HEX triplet: FF, 9C and 2B. RGB value is (255,156,43). Sum of RGB (Red+Green+Blue) = 255+156+43=454 (60% of max value = 765). Red value is 255 (100% from 255 or 56.17% from 454); Green value is 156 (61.33% from 255 or 34.36% from 454); Blue value is 43 (17.19% from 255 or 9.47% from 454); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9C2B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF9C2B is #0063D4. Grayscale: #ADADAD. Windows color (decimal): -25557 or 2858239. OLE color: 2858239.
HSL color Cylindrical-coordinate representation of color #FF9C2B: hue angle of 31.98º 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 #FF9C2B is Cyan = 0, Magento = 0.39, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 156 | 43 | - |
| CMYK | 0 | 0.39 | 0.83 | 0 |
| HSL | 31.98º | 1% | 0.58% | - |
| HSV(B) | 31.98º | 0.83% | 1% | - |
| XYZ | 53.56 | 45.21 | 8.19 | - |
| YUV | 172.72 | 54.8 | 186.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 156 | 43 | 0 | 0.39 | 0.83 | 0 | 31.98 | 1 | 0.58 |
| Hex | FF | 9C | 2B | 0 | 27 | 53 | 0 | 20 | 64 | 3A |
| Octal | 377 | 234 | 53 | 0 | 47 | 123 | 0 | 40 | 144 | 72 |
| Binary | 11111111 | 10011100 | 101011 | 0 | 100111 | 1010011 | 0 | 100000 | 1100100 | 111010 |
Color Harmonies of #FF9C2B
Complementary color
Monochromatic Colors of #FF9C2B
Black with #FF9C2B
Text Example
Text Example
White with #FF9C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9C2B; }
p { color: rgb(255,156,43); }
H1.HeaderClassName
{
color: #FF9C2B;
}
.AnyTagClassName
{
color: #FF9C2B;
}
</style>
background-color css
<style>
a { background-color: #FF9C2B; }
a { background-color: rgb(255,156,43); }
div.DivClassName
{
background-color: #FF9C2B;
}
.BgClassName
{
background-color: #FF9C2B;
}
</style>
border-color css
<style>
span { border-color: #FF9C2B; }
span { border-color: rgb(255,156,43); }
td.TdClassName
{
border-color: #FF9C2B;
}
.TagClassName
{
border-color: #FF9C2B;
}
</style>