Shades of Neon Carrot #FB8F2D
Tints of Neon Carrot #FB8F2D
RGB
CMYK
RGB Variations
Color information
#FB8F2D (or 0xFB8F2D) is known color: Neon Carrot. HEX triplet: FB, 8F and 2D. RGB value is (251,143,45). Sum of RGB (Red+Green+Blue) = 251+143+45=439 (58% of max value = 765). Red value is 251 (98.44% from 255 or 57.18% from 439); Green value is 143 (56.25% from 255 or 32.57% from 439); Blue value is 45 (17.97% from 255 or 10.25% from 439); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8F2D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB8F2D is #0470D2. Grayscale: #A4A4A4. Windows color (decimal): -291027 or 2985979. OLE color: 2985979.
HSL color Cylindrical-coordinate representation of color #FB8F2D: hue angle of 28.54º 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 #FB8F2D is Cyan = 0, Magento = 0.43, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 143 | 45 | - |
| CMYK | 0 | 0.43 | 0.82 | 0.02 |
| HSL | 28.54º | 0.96% | 0.58% | - |
| HSV(B) | 28.54º | 0.82% | 0.98% | - |
| XYZ | 50.08 | 40.34 | 7.63 | - |
| YUV | 164.12 | 60.78 | 189.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 143 | 45 | 0 | 0.43 | 0.82 | 0.02 | 28.54 | 0.96 | 0.58 |
| Hex | FB | 8F | 2D | 0 | 2B | 52 | 2 | 1D | 60 | 3A |
| Octal | 373 | 217 | 55 | 0 | 53 | 122 | 2 | 35 | 140 | 72 |
| Binary | 11111011 | 10001111 | 101101 | 0 | 101011 | 1010010 | 10 | 11101 | 1100000 | 111010 |
Color Harmonies of #FB8F2D
Complementary color
Monochromatic Colors of #FB8F2D
Black with #FB8F2D
Text Example
Text Example
White with #FB8F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8F2D; }
p { color: rgb(251,143,45); }
H1.HeaderClassName
{
color: #FB8F2D;
}
.AnyTagClassName
{
color: #FB8F2D;
}
</style>
background-color css
<style>
a { background-color: #FB8F2D; }
a { background-color: rgb(251,143,45); }
div.DivClassName
{
background-color: #FB8F2D;
}
.BgClassName
{
background-color: #FB8F2D;
}
</style>
border-color css
<style>
span { border-color: #FB8F2D; }
span { border-color: rgb(251,143,45); }
td.TdClassName
{
border-color: #FB8F2D;
}
.TagClassName
{
border-color: #FB8F2D;
}
</style>