Shades of Neon Carrot #FB962A
Tints of Neon Carrot #FB962A
RGB
CMYK
RGB Variations
Color information
#FB962A (or 0xFB962A) is known color: Neon Carrot. HEX triplet: FB, 96 and 2A. RGB value is (251,150,42). Sum of RGB (Red+Green+Blue) = 251+150+42=443 (58% of max value = 765). Red value is 251 (98.44% from 255 or 56.66% from 443); Green value is 150 (58.98% from 255 or 33.86% from 443); Blue value is 42 (16.80% from 255 or 9.48% from 443); Max value from RGB is 251 - color contains mainly: red. Hex color #FB962A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB962A is #0469D5. Grayscale: #A8A8A8. Windows color (decimal): -289238 or 2791163. OLE color: 2791163.
HSL color Cylindrical-coordinate representation of color #FB962A: hue angle of 31º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FB962A is Cyan = 0, Magento = 0.40, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 150 | 42 | - |
| CMYK | 0 | 0.40 | 0.83 | 0.02 |
| HSL | 31º | 0.96% | 0.57% | - |
| HSV(B) | 31º | 0.83% | 0.98% | - |
| XYZ | 51.11 | 42.49 | 7.7 | - |
| YUV | 167.89 | 56.96 | 187.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 150 | 42 | 0 | 0.40 | 0.83 | 0.02 | 31 | 0.96 | 0.57 |
| Hex | FB | 96 | 2A | 0 | 28 | 53 | 2 | 1F | 60 | 39 |
| Octal | 373 | 226 | 52 | 0 | 50 | 123 | 2 | 37 | 140 | 71 |
| Binary | 11111011 | 10010110 | 101010 | 0 | 101000 | 1010011 | 10 | 11111 | 1100000 | 111001 |
Color Harmonies of #FB962A
Complementary color
Monochromatic Colors of #FB962A
Black with #FB962A
Text Example
Text Example
White with #FB962A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB962A; }
p { color: rgb(251,150,42); }
H1.HeaderClassName
{
color: #FB962A;
}
.AnyTagClassName
{
color: #FB962A;
}
</style>
background-color css
<style>
a { background-color: #FB962A; }
a { background-color: rgb(251,150,42); }
div.DivClassName
{
background-color: #FB962A;
}
.BgClassName
{
background-color: #FB962A;
}
</style>
border-color css
<style>
span { border-color: #FB962A; }
span { border-color: rgb(251,150,42); }
td.TdClassName
{
border-color: #FB962A;
}
.TagClassName
{
border-color: #FB962A;
}
</style>