Shades of Neon Carrot #FB8E2D
Tints of Neon Carrot #FB8E2D
RGB
CMYK
RGB Variations
Color information
#FB8E2D (or 0xFB8E2D) is known color: Neon Carrot. HEX triplet: FB, 8E and 2D. RGB value is (251,142,45). Sum of RGB (Red+Green+Blue) = 251+142+45=438 (58% of max value = 765). Red value is 251 (98.44% from 255 or 57.31% from 438); Green value is 142 (55.86% from 255 or 32.42% from 438); Blue value is 45 (17.97% from 255 or 10.27% from 438); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8E2D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB8E2D is #0471D2. Grayscale: #A4A4A4. Windows color (decimal): -291283 or 2985723. OLE color: 2985723.
HSL color Cylindrical-coordinate representation of color #FB8E2D: hue angle of 28.25º 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 #FB8E2D is Cyan = 0, Magento = 0.43, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 142 | 45 | - |
| CMYK | 0 | 0.43 | 0.82 | 0.02 |
| HSL | 28.25º | 0.96% | 0.58% | - |
| HSV(B) | 28.25º | 0.82% | 0.98% | - |
| XYZ | 49.93 | 40.04 | 7.58 | - |
| YUV | 163.53 | 61.11 | 190.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 142 | 45 | 0 | 0.43 | 0.82 | 0.02 | 28.25 | 0.96 | 0.58 |
| Hex | FB | 8E | 2D | 0 | 2B | 52 | 2 | 1C | 60 | 3A |
| Octal | 373 | 216 | 55 | 0 | 53 | 122 | 2 | 34 | 140 | 72 |
| Binary | 11111011 | 10001110 | 101101 | 0 | 101011 | 1010010 | 10 | 11100 | 1100000 | 111010 |
Color Harmonies of #FB8E2D
Complementary color
Monochromatic Colors of #FB8E2D
Black with #FB8E2D
Text Example
Text Example
White with #FB8E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8E2D; }
p { color: rgb(251,142,45); }
H1.HeaderClassName
{
color: #FB8E2D;
}
.AnyTagClassName
{
color: #FB8E2D;
}
</style>
background-color css
<style>
a { background-color: #FB8E2D; }
a { background-color: rgb(251,142,45); }
div.DivClassName
{
background-color: #FB8E2D;
}
.BgClassName
{
background-color: #FB8E2D;
}
</style>
border-color css
<style>
span { border-color: #FB8E2D; }
span { border-color: rgb(251,142,45); }
td.TdClassName
{
border-color: #FB8E2D;
}
.TagClassName
{
border-color: #FB8E2D;
}
</style>