Shades of Neon Carrot #FB8A2A
Tints of Neon Carrot #FB8A2A
RGB
CMYK
RGB Variations
Color information
#FB8A2A (or 0xFB8A2A) is known color: Neon Carrot. HEX triplet: FB, 8A and 2A. RGB value is (251,138,42). Sum of RGB (Red+Green+Blue) = 251+138+42=431 (57% of max value = 765). Red value is 251 (98.44% from 255 or 58.24% from 431); Green value is 138 (54.30% from 255 or 32.02% from 431); Blue value is 42 (16.80% from 255 or 9.74% from 431); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8A2A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB8A2A is #0475D5. Grayscale: #A1A1A1. Windows color (decimal): -292310 or 2788091. OLE color: 2788091.
HSL color Cylindrical-coordinate representation of color #FB8A2A: hue angle of 27.56º 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 #FB8A2A is Cyan = 0, Magento = 0.45, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 138 | 42 | - |
| CMYK | 0 | 0.45 | 0.83 | 0.02 |
| HSL | 27.56º | 0.96% | 0.57% | - |
| HSV(B) | 27.56º | 0.83% | 0.98% | - |
| XYZ | 49.29 | 38.85 | 7.09 | - |
| YUV | 160.84 | 60.94 | 192.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 138 | 42 | 0 | 0.45 | 0.83 | 0.02 | 27.56 | 0.96 | 0.57 |
| Hex | FB | 8A | 2A | 0 | 2D | 53 | 2 | 1C | 60 | 39 |
| Octal | 373 | 212 | 52 | 0 | 55 | 123 | 2 | 34 | 140 | 71 |
| Binary | 11111011 | 10001010 | 101010 | 0 | 101101 | 1010011 | 10 | 11100 | 1100000 | 111001 |
Color Harmonies of #FB8A2A
Complementary color
Monochromatic Colors of #FB8A2A
Black with #FB8A2A
Text Example
Text Example
White with #FB8A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8A2A; }
p { color: rgb(251,138,42); }
H1.HeaderClassName
{
color: #FB8A2A;
}
.AnyTagClassName
{
color: #FB8A2A;
}
</style>
background-color css
<style>
a { background-color: #FB8A2A; }
a { background-color: rgb(251,138,42); }
div.DivClassName
{
background-color: #FB8A2A;
}
.BgClassName
{
background-color: #FB8A2A;
}
</style>
border-color css
<style>
span { border-color: #FB8A2A; }
span { border-color: rgb(251,138,42); }
td.TdClassName
{
border-color: #FB8A2A;
}
.TagClassName
{
border-color: #FB8A2A;
}
</style>