Shades of Neon Carrot #FF963C
Tints of Neon Carrot #FF963C
RGB
CMYK
RGB Variations
Color information
#FF963C (or 0xFF963C) is known color: Neon Carrot. HEX triplet: FF, 96 and 3C. RGB value is (255,150,60). Sum of RGB (Red+Green+Blue) = 255+150+60=465 (61% of max value = 765). Red value is 255 (100% from 255 or 54.84% from 465); Green value is 150 (58.98% from 255 or 32.26% from 465); Blue value is 60 (23.83% from 255 or 12.90% from 465); Max value from RGB is 255 - color contains mainly: red. Hex color #FF963C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF963C is #0069C3. Grayscale: #ABABAB. Windows color (decimal): -27076 or 3970815. OLE color: 3970815.
HSL color Cylindrical-coordinate representation of color #FF963C: hue angle of 27.69º 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 #FF963C is Cyan = 0, Magento = 0.41, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 150 | 60 | - |
| CMYK | 0 | 0.41 | 0.76 | 0 |
| HSL | 27.69º | 1% | 0.62% | - |
| HSV(B) | 27.69º | 0.76% | 1% | - |
| XYZ | 52.96 | 43.4 | 9.86 | - |
| YUV | 171.14 | 65.29 | 187.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 150 | 60 | 0 | 0.41 | 0.76 | 0 | 27.69 | 1 | 0.62 |
| Hex | FF | 96 | 3C | 0 | 29 | 4C | 0 | 1C | 64 | 3E |
| Octal | 377 | 226 | 74 | 0 | 51 | 114 | 0 | 34 | 144 | 76 |
| Binary | 11111111 | 10010110 | 111100 | 0 | 101001 | 1001100 | 0 | 11100 | 1100100 | 111110 |
Color Harmonies of #FF963C
Complementary color
Monochromatic Colors of #FF963C
Black with #FF963C
Text Example
Text Example
White with #FF963C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF963C; }
p { color: rgb(255,150,60); }
H1.HeaderClassName
{
color: #FF963C;
}
.AnyTagClassName
{
color: #FF963C;
}
</style>
background-color css
<style>
a { background-color: #FF963C; }
a { background-color: rgb(255,150,60); }
div.DivClassName
{
background-color: #FF963C;
}
.BgClassName
{
background-color: #FF963C;
}
</style>
border-color css
<style>
span { border-color: #FF963C; }
span { border-color: rgb(255,150,60); }
td.TdClassName
{
border-color: #FF963C;
}
.TagClassName
{
border-color: #FF963C;
}
</style>