Shades of Neon Carrot #FB9C2E
Tints of Neon Carrot #FB9C2E
RGB
CMYK
RGB Variations
Color information
#FB9C2E (or 0xFB9C2E) is known color: Neon Carrot. HEX triplet: FB, 9C and 2E. RGB value is (251,156,46). Sum of RGB (Red+Green+Blue) = 251+156+46=453 (60% of max value = 765). Red value is 251 (98.44% from 255 or 55.41% from 453); Green value is 156 (61.33% from 255 or 34.44% from 453); Blue value is 46 (18.36% from 255 or 10.15% from 453); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9C2E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB9C2E is #0463D1. Grayscale: #ACACAC. Windows color (decimal): -287698 or 3054843. OLE color: 3054843.
HSL color Cylindrical-coordinate representation of color #FB9C2E: hue angle of 32.2º 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 #FB9C2E is Cyan = 0, Magento = 0.38, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 156 | 46 | - |
| CMYK | 0 | 0.38 | 0.82 | 0.02 |
| HSL | 32.2º | 0.96% | 0.58% | - |
| HSV(B) | 32.2º | 0.82% | 0.98% | - |
| XYZ | 52.17 | 44.48 | 8.42 | - |
| YUV | 171.87 | 56.97 | 184.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 156 | 46 | 0 | 0.38 | 0.82 | 0.02 | 32.2 | 0.96 | 0.58 |
| Hex | FB | 9C | 2E | 0 | 26 | 52 | 2 | 20 | 60 | 3A |
| Octal | 373 | 234 | 56 | 0 | 46 | 122 | 2 | 40 | 140 | 72 |
| Binary | 11111011 | 10011100 | 101110 | 0 | 100110 | 1010010 | 10 | 100000 | 1100000 | 111010 |
Color Harmonies of #FB9C2E
Complementary color
Monochromatic Colors of #FB9C2E
Black with #FB9C2E
Text Example
Text Example
White with #FB9C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB9C2E; }
p { color: rgb(251,156,46); }
H1.HeaderClassName
{
color: #FB9C2E;
}
.AnyTagClassName
{
color: #FB9C2E;
}
</style>
background-color css
<style>
a { background-color: #FB9C2E; }
a { background-color: rgb(251,156,46); }
div.DivClassName
{
background-color: #FB9C2E;
}
.BgClassName
{
background-color: #FB9C2E;
}
</style>
border-color css
<style>
span { border-color: #FB9C2E; }
span { border-color: rgb(251,156,46); }
td.TdClassName
{
border-color: #FB9C2E;
}
.TagClassName
{
border-color: #FB9C2E;
}
</style>