Shades of Neon Carrot #FF963A
Tints of Neon Carrot #FF963A
RGB
CMYK
RGB Variations
Color information
#FF963A (or 0xFF963A) is known color: Neon Carrot. HEX triplet: FF, 96 and 3A. RGB value is (255,150,58). Sum of RGB (Red+Green+Blue) = 255+150+58=463 (61% of max value = 765). Red value is 255 (100% from 255 or 55.08% from 463); Green value is 150 (58.98% from 255 or 32.40% from 463); Blue value is 58 (23.05% from 255 or 12.53% from 463); Max value from RGB is 255 - color contains mainly: red. Hex color #FF963A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF963A is #0069C5. Grayscale: #ABABAB. Windows color (decimal): -27078 or 3839743. OLE color: 3839743.
HSL color Cylindrical-coordinate representation of color #FF963A: hue angle of 28.02º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FF963A is Cyan = 0, Magento = 0.41, Yellow = 0.77 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 150 | 58 | - |
| CMYK | 0 | 0.41 | 0.77 | 0 |
| HSL | 28.02º | 1% | 0.61% | - |
| HSV(B) | 28.02º | 0.77% | 1% | - |
| XYZ | 52.91 | 43.38 | 9.59 | - |
| YUV | 170.91 | 64.29 | 187.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 150 | 58 | 0 | 0.41 | 0.77 | 0 | 28.02 | 1 | 0.61 |
| Hex | FF | 96 | 3A | 0 | 29 | 4D | 0 | 1C | 64 | 3D |
| Octal | 377 | 226 | 72 | 0 | 51 | 115 | 0 | 34 | 144 | 75 |
| Binary | 11111111 | 10010110 | 111010 | 0 | 101001 | 1001101 | 0 | 11100 | 1100100 | 111101 |
Color Harmonies of #FF963A
Complementary color
Monochromatic Colors of #FF963A
Black with #FF963A
Text Example
Text Example
White with #FF963A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF963A; }
p { color: rgb(255,150,58); }
H1.HeaderClassName
{
color: #FF963A;
}
.AnyTagClassName
{
color: #FF963A;
}
</style>
background-color css
<style>
a { background-color: #FF963A; }
a { background-color: rgb(255,150,58); }
div.DivClassName
{
background-color: #FF963A;
}
.BgClassName
{
background-color: #FF963A;
}
</style>
border-color css
<style>
span { border-color: #FF963A; }
span { border-color: rgb(255,150,58); }
td.TdClassName
{
border-color: #FF963A;
}
.TagClassName
{
border-color: #FF963A;
}
</style>