Shades of Neon Carrot #FF962B
Tints of Neon Carrot #FF962B
RGB
CMYK
RGB Variations
Color information
#FF962B (or 0xFF962B) is known color: Neon Carrot. HEX triplet: FF, 96 and 2B. RGB value is (255,150,43). Sum of RGB (Red+Green+Blue) = 255+150+43=448 (59% of max value = 765). Red value is 255 (100% from 255 or 56.92% from 448); Green value is 150 (58.98% from 255 or 33.48% from 448); Blue value is 43 (17.19% from 255 or 9.60% from 448); Max value from RGB is 255 - color contains mainly: red. Hex color #FF962B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF962B is #0069D4. Grayscale: #A9A9A9. Windows color (decimal): -27093 or 2856703. OLE color: 2856703.
HSL color Cylindrical-coordinate representation of color #FF962B: hue angle of 30.28º 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 #FF962B is Cyan = 0, Magento = 0.41, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 150 | 43 | - |
| CMYK | 0 | 0.41 | 0.83 | 0 |
| HSL | 30.28º | 1% | 0.58% | - |
| HSV(B) | 30.28º | 0.83% | 1% | - |
| XYZ | 52.58 | 43.25 | 7.86 | - |
| YUV | 169.2 | 56.79 | 189.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 150 | 43 | 0 | 0.41 | 0.83 | 0 | 30.28 | 1 | 0.58 |
| Hex | FF | 96 | 2B | 0 | 29 | 53 | 0 | 1E | 64 | 3A |
| Octal | 377 | 226 | 53 | 0 | 51 | 123 | 0 | 36 | 144 | 72 |
| Binary | 11111111 | 10010110 | 101011 | 0 | 101001 | 1010011 | 0 | 11110 | 1100100 | 111010 |
Color Harmonies of #FF962B
Complementary color
Monochromatic Colors of #FF962B
Black with #FF962B
Text Example
Text Example
White with #FF962B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF962B; }
p { color: rgb(255,150,43); }
H1.HeaderClassName
{
color: #FF962B;
}
.AnyTagClassName
{
color: #FF962B;
}
</style>
background-color css
<style>
a { background-color: #FF962B; }
a { background-color: rgb(255,150,43); }
div.DivClassName
{
background-color: #FF962B;
}
.BgClassName
{
background-color: #FF962B;
}
</style>
border-color css
<style>
span { border-color: #FF962B; }
span { border-color: rgb(255,150,43); }
td.TdClassName
{
border-color: #FF962B;
}
.TagClassName
{
border-color: #FF962B;
}
</style>