Shades of Neon Carrot #FF963E
Tints of Neon Carrot #FF963E
RGB
CMYK
RGB Variations
Color information
#FF963E (or 0xFF963E) is known color: Neon Carrot. HEX triplet: FF, 96 and 3E. RGB value is (255,150,62). Sum of RGB (Red+Green+Blue) = 255+150+62=467 (61% of max value = 765). Red value is 255 (100% from 255 or 54.60% from 467); Green value is 150 (58.98% from 255 or 32.12% from 467); Blue value is 62 (24.61% from 255 or 13.28% from 467); Max value from RGB is 255 - color contains mainly: red. Hex color #FF963E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF963E is #0069C1. Grayscale: #ABABAB. Windows color (decimal): -27074 or 4101887. OLE color: 4101887.
HSL color Cylindrical-coordinate representation of color #FF963E: hue angle of 27.36º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FF963E is Cyan = 0, Magento = 0.41, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 150 | 62 | - |
| CMYK | 0 | 0.41 | 0.76 | 0 |
| HSL | 27.36º | 1% | 0.62% | - |
| HSV(B) | 27.36º | 0.76% | 1% | - |
| XYZ | 53.02 | 43.42 | 10.14 | - |
| YUV | 171.36 | 66.29 | 187.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 150 | 62 | 0 | 0.41 | 0.76 | 0 | 27.36 | 1 | 0.62 |
| Hex | FF | 96 | 3E | 0 | 29 | 4C | 0 | 1B | 64 | 3E |
| Octal | 377 | 226 | 76 | 0 | 51 | 114 | 0 | 33 | 144 | 76 |
| Binary | 11111111 | 10010110 | 111110 | 0 | 101001 | 1001100 | 0 | 11011 | 1100100 | 111110 |
Color Harmonies of #FF963E
Complementary color
Monochromatic Colors of #FF963E
Black with #FF963E
Text Example
Text Example
White with #FF963E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF963E; }
p { color: rgb(255,150,62); }
H1.HeaderClassName
{
color: #FF963E;
}
.AnyTagClassName
{
color: #FF963E;
}
</style>
background-color css
<style>
a { background-color: #FF963E; }
a { background-color: rgb(255,150,62); }
div.DivClassName
{
background-color: #FF963E;
}
.BgClassName
{
background-color: #FF963E;
}
</style>
border-color css
<style>
span { border-color: #FF963E; }
span { border-color: rgb(255,150,62); }
td.TdClassName
{
border-color: #FF963E;
}
.TagClassName
{
border-color: #FF963E;
}
</style>