Shades of Neon Carrot #FB9432
Tints of Neon Carrot #FB9432
RGB
CMYK
RGB Variations
Color information
#FB9432 (or 0xFB9432) is known color: Neon Carrot. HEX triplet: FB, 94 and 32. RGB value is (251,148,50). Sum of RGB (Red+Green+Blue) = 251+148+50=449 (59% of max value = 765). Red value is 251 (98.44% from 255 or 55.90% from 449); Green value is 148 (58.20% from 255 or 32.96% from 449); Blue value is 50 (19.92% from 255 or 11.14% from 449); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9432 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB9432 is #046BCD. Grayscale: #A8A8A8. Windows color (decimal): -289742 or 3314939. OLE color: 3314939.
HSL color Cylindrical-coordinate representation of color #FB9432: hue angle of 29.25º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FB9432 is Cyan = 0, Magento = 0.41, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 148 | 50 | - |
| CMYK | 0 | 0.41 | 0.80 | 0.02 |
| HSL | 29.25º | 0.96% | 0.59% | - |
| HSV(B) | 29.25º | 0.8% | 0.98% | - |
| XYZ | 50.95 | 41.92 | 8.42 | - |
| YUV | 167.63 | 61.62 | 187.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 148 | 50 | 0 | 0.41 | 0.80 | 0.02 | 29.25 | 0.96 | 0.59 |
| Hex | FB | 94 | 32 | 0 | 29 | 50 | 2 | 1D | 60 | 3B |
| Octal | 373 | 224 | 62 | 0 | 51 | 120 | 2 | 35 | 140 | 73 |
| Binary | 11111011 | 10010100 | 110010 | 0 | 101001 | 1010000 | 10 | 11101 | 1100000 | 111011 |
Color Harmonies of #FB9432
Complementary color
Monochromatic Colors of #FB9432
Black with #FB9432
Text Example
Text Example
White with #FB9432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB9432; }
p { color: rgb(251,148,50); }
H1.HeaderClassName
{
color: #FB9432;
}
.AnyTagClassName
{
color: #FB9432;
}
</style>
background-color css
<style>
a { background-color: #FB9432; }
a { background-color: rgb(251,148,50); }
div.DivClassName
{
background-color: #FB9432;
}
.BgClassName
{
background-color: #FB9432;
}
</style>
border-color css
<style>
span { border-color: #FB9432; }
span { border-color: rgb(251,148,50); }
td.TdClassName
{
border-color: #FB9432;
}
.TagClassName
{
border-color: #FB9432;
}
</style>