Shades of Neon Carrot #FF963F
Tints of Neon Carrot #FF963F
RGB
CMYK
RGB Variations
Color information
#FF963F (or 0xFF963F) is known color: Neon Carrot. HEX triplet: FF, 96 and 3F. RGB value is (255,150,63). Sum of RGB (Red+Green+Blue) = 255+150+63=468 (61% of max value = 765). Red value is 255 (100% from 255 or 54.49% from 468); Green value is 150 (58.98% from 255 or 32.05% from 468); Blue value is 63 (25% from 255 or 13.46% from 468); Max value from RGB is 255 - color contains mainly: red. Hex color #FF963F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF963F is #0069C0. Grayscale: #ABABAB. Windows color (decimal): -27073 or 4167423. OLE color: 4167423.
HSL color Cylindrical-coordinate representation of color #FF963F: hue angle of 27.19º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FF963F is Cyan = 0, Magento = 0.41, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 150 | 63 | - |
| CMYK | 0 | 0.41 | 0.75 | 0 |
| HSL | 27.19º | 1% | 0.62% | - |
| HSV(B) | 27.19º | 0.75% | 1% | - |
| XYZ | 53.04 | 43.43 | 10.29 | - |
| YUV | 171.48 | 66.79 | 187.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 150 | 63 | 0 | 0.41 | 0.75 | 0 | 27.19 | 1 | 0.62 |
| Hex | FF | 96 | 3F | 0 | 29 | 4B | 0 | 1B | 64 | 3E |
| Octal | 377 | 226 | 77 | 0 | 51 | 113 | 0 | 33 | 144 | 76 |
| Binary | 11111111 | 10010110 | 111111 | 0 | 101001 | 1001011 | 0 | 11011 | 1100100 | 111110 |
Color Harmonies of #FF963F
Complementary color
Monochromatic Colors of #FF963F
Black with #FF963F
Text Example
Text Example
White with #FF963F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF963F; }
p { color: rgb(255,150,63); }
H1.HeaderClassName
{
color: #FF963F;
}
.AnyTagClassName
{
color: #FF963F;
}
</style>
background-color css
<style>
a { background-color: #FF963F; }
a { background-color: rgb(255,150,63); }
div.DivClassName
{
background-color: #FF963F;
}
.BgClassName
{
background-color: #FF963F;
}
</style>
border-color css
<style>
span { border-color: #FF963F; }
span { border-color: rgb(255,150,63); }
td.TdClassName
{
border-color: #FF963F;
}
.TagClassName
{
border-color: #FF963F;
}
</style>