Shades of Neon Carrot #FB953D
Tints of Neon Carrot #FB953D
RGB
CMYK
RGB Variations
Color information
#FB953D (or 0xFB953D) is known color: Neon Carrot. HEX triplet: FB, 95 and 3D. RGB value is (251,149,61). Sum of RGB (Red+Green+Blue) = 251+149+61=461 (61% of max value = 765). Red value is 251 (98.44% from 255 or 54.45% from 461); Green value is 149 (58.59% from 255 or 32.32% from 461); Blue value is 61 (24.22% from 255 or 13.23% from 461); Max value from RGB is 251 - color contains mainly: red. Hex color #FB953D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB953D is #046AC2. Grayscale: #A9A9A9. Windows color (decimal): -289475 or 4036091. OLE color: 4036091.
HSL color Cylindrical-coordinate representation of color #FB953D: hue angle of 27.79º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FB953D is Cyan = 0, Magento = 0.41, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 149 | 61 | - |
| CMYK | 0 | 0.41 | 0.76 | 0.02 |
| HSL | 27.79º | 0.96% | 0.61% | - |
| HSV(B) | 27.79º | 0.76% | 0.98% | - |
| XYZ | 51.37 | 42.34 | 9.88 | - |
| YUV | 169.47 | 66.79 | 186.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 149 | 61 | 0 | 0.41 | 0.76 | 0.02 | 27.79 | 0.96 | 0.61 |
| Hex | FB | 95 | 3D | 0 | 29 | 4C | 2 | 1C | 60 | 3D |
| Octal | 373 | 225 | 75 | 0 | 51 | 114 | 2 | 34 | 140 | 75 |
| Binary | 11111011 | 10010101 | 111101 | 0 | 101001 | 1001100 | 10 | 11100 | 1100000 | 111101 |
Color Harmonies of #FB953D
Complementary color
Monochromatic Colors of #FB953D
Black with #FB953D
Text Example
Text Example
White with #FB953D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB953D; }
p { color: rgb(251,149,61); }
H1.HeaderClassName
{
color: #FB953D;
}
.AnyTagClassName
{
color: #FB953D;
}
</style>
background-color css
<style>
a { background-color: #FB953D; }
a { background-color: rgb(251,149,61); }
div.DivClassName
{
background-color: #FB953D;
}
.BgClassName
{
background-color: #FB953D;
}
</style>
border-color css
<style>
span { border-color: #FB953D; }
span { border-color: rgb(251,149,61); }
td.TdClassName
{
border-color: #FB953D;
}
.TagClassName
{
border-color: #FB953D;
}
</style>