Shades of Neon Carrot #FB8F2A
Tints of Neon Carrot #FB8F2A
RGB
CMYK
RGB Variations
Color information
#FB8F2A (or 0xFB8F2A) is known color: Neon Carrot. HEX triplet: FB, 8F and 2A. RGB value is (251,143,42). Sum of RGB (Red+Green+Blue) = 251+143+42=436 (57% of max value = 765). Red value is 251 (98.44% from 255 or 57.57% from 436); Green value is 143 (56.25% from 255 or 32.80% from 436); Blue value is 42 (16.80% from 255 or 9.63% from 436); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8F2A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB8F2A is #0470D5. Grayscale: #A4A4A4. Windows color (decimal): -291030 or 2789371. OLE color: 2789371.
HSL color Cylindrical-coordinate representation of color #FB8F2A: hue angle of 29º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FB8F2A is Cyan = 0, Magento = 0.43, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 143 | 42 | - |
| CMYK | 0 | 0.43 | 0.83 | 0.02 |
| HSL | 29º | 0.96% | 0.57% | - |
| HSV(B) | 29º | 0.83% | 0.98% | - |
| XYZ | 50.02 | 40.32 | 7.34 | - |
| YUV | 163.78 | 59.28 | 190.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 143 | 42 | 0 | 0.43 | 0.83 | 0.02 | 29 | 0.96 | 0.57 |
| Hex | FB | 8F | 2A | 0 | 2B | 53 | 2 | 1D | 60 | 39 |
| Octal | 373 | 217 | 52 | 0 | 53 | 123 | 2 | 35 | 140 | 71 |
| Binary | 11111011 | 10001111 | 101010 | 0 | 101011 | 1010011 | 10 | 11101 | 1100000 | 111001 |
Color Harmonies of #FB8F2A
Complementary color
Monochromatic Colors of #FB8F2A
Black with #FB8F2A
Text Example
Text Example
White with #FB8F2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8F2A; }
p { color: rgb(251,143,42); }
H1.HeaderClassName
{
color: #FB8F2A;
}
.AnyTagClassName
{
color: #FB8F2A;
}
</style>
background-color css
<style>
a { background-color: #FB8F2A; }
a { background-color: rgb(251,143,42); }
div.DivClassName
{
background-color: #FB8F2A;
}
.BgClassName
{
background-color: #FB8F2A;
}
</style>
border-color css
<style>
span { border-color: #FB8F2A; }
span { border-color: rgb(251,143,42); }
td.TdClassName
{
border-color: #FB8F2A;
}
.TagClassName
{
border-color: #FB8F2A;
}
</style>