Shades of Neon Carrot #FF9B20
Tints of Neon Carrot #FF9B20
RGB
CMYK
RGB Variations
Color information
#FF9B20 (or 0xFF9B20) is known color: Neon Carrot. HEX triplet: FF, 9B and 20. RGB value is (255,155,32). Sum of RGB (Red+Green+Blue) = 255+155+32=442 (58% of max value = 765). Red value is 255 (100% from 255 or 57.69% from 442); Green value is 155 (60.94% from 255 or 35.07% from 442); Blue value is 32 (12.89% from 255 or 7.24% from 442); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9B20 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF9B20 is #0064DF. Grayscale: #ABABAB. Windows color (decimal): -25824 or 2137087. OLE color: 2137087.
HSL color Cylindrical-coordinate representation of color #FF9B20: hue angle of 33.09º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FF9B20 is Cyan = 0, Magento = 0.39, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 155 | 32 | - |
| CMYK | 0 | 0.39 | 0.87 | 0 |
| HSL | 33.09º | 1% | 0.56% | - |
| HSV(B) | 33.09º | 0.87% | 1% | - |
| XYZ | 53.22 | 44.81 | 7.21 | - |
| YUV | 170.88 | 49.63 | 188 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 155 | 32 | 0 | 0.39 | 0.87 | 0 | 33.09 | 1 | 0.56 |
| Hex | FF | 9B | 20 | 0 | 27 | 57 | 0 | 21 | 64 | 38 |
| Octal | 377 | 233 | 40 | 0 | 47 | 127 | 0 | 41 | 144 | 70 |
| Binary | 11111111 | 10011011 | 100000 | 0 | 100111 | 1010111 | 0 | 100001 | 1100100 | 111000 |
Color Harmonies of #FF9B20
Complementary color
Monochromatic Colors of #FF9B20
Black with #FF9B20
Text Example
Text Example
White with #FF9B20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9B20; }
p { color: rgb(255,155,32); }
H1.HeaderClassName
{
color: #FF9B20;
}
.AnyTagClassName
{
color: #FF9B20;
}
</style>
background-color css
<style>
a { background-color: #FF9B20; }
a { background-color: rgb(255,155,32); }
div.DivClassName
{
background-color: #FF9B20;
}
.BgClassName
{
background-color: #FF9B20;
}
</style>
border-color css
<style>
span { border-color: #FF9B20; }
span { border-color: rgb(255,155,32); }
td.TdClassName
{
border-color: #FF9B20;
}
.TagClassName
{
border-color: #FF9B20;
}
</style>