Shades of Neon Carrot #FF963B
Tints of Neon Carrot #FF963B
RGB
CMYK
RGB Variations
Color information
#FF963B (or 0xFF963B) is known color: Neon Carrot. HEX triplet: FF, 96 and 3B. RGB value is (255,150,59). Sum of RGB (Red+Green+Blue) = 255+150+59=464 (61% of max value = 765). Red value is 255 (100% from 255 or 54.96% from 464); Green value is 150 (58.98% from 255 or 32.33% from 464); Blue value is 59 (23.44% from 255 or 12.72% from 464); Max value from RGB is 255 - color contains mainly: red. Hex color #FF963B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF963B is #0069C4. Grayscale: #ABABAB. Windows color (decimal): -27077 or 3905279. OLE color: 3905279.
HSL color Cylindrical-coordinate representation of color #FF963B: hue angle of 27.86º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FF963B is Cyan = 0, Magento = 0.41, Yellow = 0.77 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 150 | 59 | - |
| CMYK | 0 | 0.41 | 0.77 | 0 |
| HSL | 27.86º | 1% | 0.62% | - |
| HSV(B) | 27.86º | 0.77% | 1% | - |
| XYZ | 52.94 | 43.39 | 9.72 | - |
| YUV | 171.02 | 64.79 | 187.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 150 | 59 | 0 | 0.41 | 0.77 | 0 | 27.86 | 1 | 0.62 |
| Hex | FF | 96 | 3B | 0 | 29 | 4D | 0 | 1C | 64 | 3E |
| Octal | 377 | 226 | 73 | 0 | 51 | 115 | 0 | 34 | 144 | 76 |
| Binary | 11111111 | 10010110 | 111011 | 0 | 101001 | 1001101 | 0 | 11100 | 1100100 | 111110 |
Color Harmonies of #FF963B
Complementary color
Monochromatic Colors of #FF963B
Black with #FF963B
Text Example
Text Example
White with #FF963B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF963B; }
p { color: rgb(255,150,59); }
H1.HeaderClassName
{
color: #FF963B;
}
.AnyTagClassName
{
color: #FF963B;
}
</style>
background-color css
<style>
a { background-color: #FF963B; }
a { background-color: rgb(255,150,59); }
div.DivClassName
{
background-color: #FF963B;
}
.BgClassName
{
background-color: #FF963B;
}
</style>
border-color css
<style>
span { border-color: #FF963B; }
span { border-color: rgb(255,150,59); }
td.TdClassName
{
border-color: #FF963B;
}
.TagClassName
{
border-color: #FF963B;
}
</style>