Shades of Neon Carrot #FF9B2D
Tints of Neon Carrot #FF9B2D
RGB
CMYK
RGB Variations
Color information
#FF9B2D (or 0xFF9B2D) is known color: Neon Carrot. HEX triplet: FF, 9B and 2D. RGB value is (255,155,45). Sum of RGB (Red+Green+Blue) = 255+155+45=455 (60% of max value = 765). Red value is 255 (100% from 255 or 56.04% from 455); Green value is 155 (60.94% from 255 or 34.07% from 455); Blue value is 45 (17.97% from 255 or 9.89% from 455); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9B2D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF9B2D is #0064D2. Grayscale: #ACACAC. Windows color (decimal): -25811 or 2989055. OLE color: 2989055.
HSL color Cylindrical-coordinate representation of color #FF9B2D: hue angle of 31.43º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FF9B2D is Cyan = 0, Magento = 0.39, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 155 | 45 | - |
| CMYK | 0 | 0.39 | 0.82 | 0 |
| HSL | 31.43º | 1% | 0.59% | - |
| HSV(B) | 31.43º | 0.82% | 1% | - |
| XYZ | 53.44 | 44.89 | 8.33 | - |
| YUV | 172.36 | 56.13 | 186.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 155 | 45 | 0 | 0.39 | 0.82 | 0 | 31.43 | 1 | 0.59 |
| Hex | FF | 9B | 2D | 0 | 27 | 52 | 0 | 1F | 64 | 3B |
| Octal | 377 | 233 | 55 | 0 | 47 | 122 | 0 | 37 | 144 | 73 |
| Binary | 11111111 | 10011011 | 101101 | 0 | 100111 | 1010010 | 0 | 11111 | 1100100 | 111011 |
Color Harmonies of #FF9B2D
Complementary color
Monochromatic Colors of #FF9B2D
Black with #FF9B2D
Text Example
Text Example
White with #FF9B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9B2D; }
p { color: rgb(255,155,45); }
H1.HeaderClassName
{
color: #FF9B2D;
}
.AnyTagClassName
{
color: #FF9B2D;
}
</style>
background-color css
<style>
a { background-color: #FF9B2D; }
a { background-color: rgb(255,155,45); }
div.DivClassName
{
background-color: #FF9B2D;
}
.BgClassName
{
background-color: #FF9B2D;
}
</style>
border-color css
<style>
span { border-color: #FF9B2D; }
span { border-color: rgb(255,155,45); }
td.TdClassName
{
border-color: #FF9B2D;
}
.TagClassName
{
border-color: #FF9B2D;
}
</style>