Shades of Neon Carrot #FB952E
Tints of Neon Carrot #FB952E
RGB
CMYK
RGB Variations
Color information
#FB952E (or 0xFB952E) is known color: Neon Carrot. HEX triplet: FB, 95 and 2E. RGB value is (251,149,46). Sum of RGB (Red+Green+Blue) = 251+149+46=446 (59% of max value = 765). Red value is 251 (98.44% from 255 or 56.28% from 446); Green value is 149 (58.59% from 255 or 33.41% from 446); Blue value is 46 (18.36% from 255 or 10.31% from 446); Max value from RGB is 251 - color contains mainly: red. Hex color #FB952E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB952E is #046AD1. Grayscale: #A8A8A8. Windows color (decimal): -289490 or 3053051. OLE color: 3053051.
HSL color Cylindrical-coordinate representation of color #FB952E: hue angle of 30.15º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FB952E is Cyan = 0, Magento = 0.41, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 149 | 46 | - |
| CMYK | 0 | 0.41 | 0.82 | 0.02 |
| HSL | 30.15º | 0.96% | 0.58% | - |
| HSV(B) | 30.15º | 0.82% | 0.98% | - |
| XYZ | 51.02 | 42.2 | 8.04 | - |
| YUV | 167.76 | 59.29 | 187.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 149 | 46 | 0 | 0.41 | 0.82 | 0.02 | 30.15 | 0.96 | 0.58 |
| Hex | FB | 95 | 2E | 0 | 29 | 52 | 2 | 1E | 60 | 3A |
| Octal | 373 | 225 | 56 | 0 | 51 | 122 | 2 | 36 | 140 | 72 |
| Binary | 11111011 | 10010101 | 101110 | 0 | 101001 | 1010010 | 10 | 11110 | 1100000 | 111010 |
Color Harmonies of #FB952E
Complementary color
Monochromatic Colors of #FB952E
Black with #FB952E
Text Example
Text Example
White with #FB952E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB952E; }
p { color: rgb(251,149,46); }
H1.HeaderClassName
{
color: #FB952E;
}
.AnyTagClassName
{
color: #FB952E;
}
</style>
background-color css
<style>
a { background-color: #FB952E; }
a { background-color: rgb(251,149,46); }
div.DivClassName
{
background-color: #FB952E;
}
.BgClassName
{
background-color: #FB952E;
}
</style>
border-color css
<style>
span { border-color: #FB952E; }
span { border-color: rgb(251,149,46); }
td.TdClassName
{
border-color: #FB952E;
}
.TagClassName
{
border-color: #FB952E;
}
</style>