Shades of Neon Carrot #FB9434
Tints of Neon Carrot #FB9434
RGB
CMYK
RGB Variations
Color information
#FB9434 (or 0xFB9434) is known color: Neon Carrot. HEX triplet: FB, 94 and 34. RGB value is (251,148,52). Sum of RGB (Red+Green+Blue) = 251+148+52=451 (59% of max value = 765). Red value is 251 (98.44% from 255 or 55.65% from 451); Green value is 148 (58.20% from 255 or 32.82% from 451); Blue value is 52 (20.70% from 255 or 11.53% from 451); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9434 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB9434 is #046BCB. Grayscale: #A8A8A8. Windows color (decimal): -289740 or 3446011. OLE color: 3446011.
HSL color Cylindrical-coordinate representation of color #FB9434: hue angle of 28.94º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FB9434 is Cyan = 0, Magento = 0.41, Yellow = 0.79 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 148 | 52 | - |
| CMYK | 0 | 0.41 | 0.79 | 0.02 |
| HSL | 28.94º | 0.96% | 0.59% | - |
| HSV(B) | 28.94º | 0.79% | 0.98% | - |
| XYZ | 50.99 | 41.94 | 8.66 | - |
| YUV | 167.85 | 62.62 | 187.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 148 | 52 | 0 | 0.41 | 0.79 | 0.02 | 28.94 | 0.96 | 0.59 |
| Hex | FB | 94 | 34 | 0 | 29 | 4F | 2 | 1D | 60 | 3B |
| Octal | 373 | 224 | 64 | 0 | 51 | 117 | 2 | 35 | 140 | 73 |
| Binary | 11111011 | 10010100 | 110100 | 0 | 101001 | 1001111 | 10 | 11101 | 1100000 | 111011 |
Color Harmonies of #FB9434
Complementary color
Monochromatic Colors of #FB9434
Black with #FB9434
Text Example
Text Example
White with #FB9434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB9434; }
p { color: rgb(251,148,52); }
H1.HeaderClassName
{
color: #FB9434;
}
.AnyTagClassName
{
color: #FB9434;
}
</style>
background-color css
<style>
a { background-color: #FB9434; }
a { background-color: rgb(251,148,52); }
div.DivClassName
{
background-color: #FB9434;
}
.BgClassName
{
background-color: #FB9434;
}
</style>
border-color css
<style>
span { border-color: #FB9434; }
span { border-color: rgb(251,148,52); }
td.TdClassName
{
border-color: #FB9434;
}
.TagClassName
{
border-color: #FB9434;
}
</style>