Shades of Neon Carrot #FB963A
Tints of Neon Carrot #FB963A
RGB
CMYK
RGB Variations
Color information
#FB963A (or 0xFB963A) is known color: Neon Carrot. HEX triplet: FB, 96 and 3A. RGB value is (251,150,58). Sum of RGB (Red+Green+Blue) = 251+150+58=459 (60% of max value = 765). Red value is 251 (98.44% from 255 or 54.68% from 459); Green value is 150 (58.98% from 255 or 32.68% from 459); Blue value is 58 (23.05% from 255 or 12.64% from 459); Max value from RGB is 251 - color contains mainly: red. Hex color #FB963A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB963A is #0469C5. Grayscale: #AAAAAA. Windows color (decimal): -289222 or 3839739. OLE color: 3839739.
HSL color Cylindrical-coordinate representation of color #FB963A: hue angle of 28.6º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FB963A is Cyan = 0, Magento = 0.40, Yellow = 0.77 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 150 | 58 | - |
| CMYK | 0 | 0.40 | 0.77 | 0.02 |
| HSL | 28.6º | 0.96% | 0.61% | - |
| HSV(B) | 28.6º | 0.77% | 0.98% | - |
| XYZ | 51.45 | 42.63 | 9.52 | - |
| YUV | 169.71 | 64.96 | 185.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 150 | 58 | 0 | 0.40 | 0.77 | 0.02 | 28.6 | 0.96 | 0.61 |
| Hex | FB | 96 | 3A | 0 | 28 | 4D | 2 | 1D | 60 | 3D |
| Octal | 373 | 226 | 72 | 0 | 50 | 115 | 2 | 35 | 140 | 75 |
| Binary | 11111011 | 10010110 | 111010 | 0 | 101000 | 1001101 | 10 | 11101 | 1100000 | 111101 |
Color Harmonies of #FB963A
Complementary color
Monochromatic Colors of #FB963A
Black with #FB963A
Text Example
Text Example
White with #FB963A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB963A; }
p { color: rgb(251,150,58); }
H1.HeaderClassName
{
color: #FB963A;
}
.AnyTagClassName
{
color: #FB963A;
}
</style>
background-color css
<style>
a { background-color: #FB963A; }
a { background-color: rgb(251,150,58); }
div.DivClassName
{
background-color: #FB963A;
}
.BgClassName
{
background-color: #FB963A;
}
</style>
border-color css
<style>
span { border-color: #FB963A; }
span { border-color: rgb(251,150,58); }
td.TdClassName
{
border-color: #FB963A;
}
.TagClassName
{
border-color: #FB963A;
}
</style>