Shades of Neon Carrot #FF8B27
Tints of Neon Carrot #FF8B27
RGB
CMYK
RGB Variations
Color information
#FF8B27 (or 0xFF8B27) is known color: Neon Carrot. HEX triplet: FF, 8B and 27. RGB value is (255,139,39). Sum of RGB (Red+Green+Blue) = 255+139+39=433 (57% of max value = 765). Red value is 255 (100% from 255 or 58.89% from 433); Green value is 139 (54.69% from 255 or 32.10% from 433); Blue value is 39 (15.62% from 255 or 9.01% from 433); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8B27 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8B27 is #0074D8. Grayscale: #A2A2A2. Windows color (decimal): -29913 or 2591743. OLE color: 2591743.
HSL color Cylindrical-coordinate representation of color #FF8B27: hue angle of 27.78º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FF8B27 is Cyan = 0, Magento = 0.45, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 139 | 39 | - |
| CMYK | 0 | 0.45 | 0.85 | 0 |
| HSL | 27.78º | 1% | 0.58% | - |
| HSV(B) | 27.78º | 0.85% | 1% | - |
| XYZ | 50.84 | 39.87 | 6.94 | - |
| YUV | 162.28 | 58.43 | 194.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 139 | 39 | 0 | 0.45 | 0.85 | 0 | 27.78 | 1 | 0.58 |
| Hex | FF | 8B | 27 | 0 | 2D | 55 | 0 | 1C | 64 | 3A |
| Octal | 377 | 213 | 47 | 0 | 55 | 125 | 0 | 34 | 144 | 72 |
| Binary | 11111111 | 10001011 | 100111 | 0 | 101101 | 1010101 | 0 | 11100 | 1100100 | 111010 |
Color Harmonies of #FF8B27
Complementary color
Monochromatic Colors of #FF8B27
Black with #FF8B27
Text Example
Text Example
White with #FF8B27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8B27; }
p { color: rgb(255,139,39); }
H1.HeaderClassName
{
color: #FF8B27;
}
.AnyTagClassName
{
color: #FF8B27;
}
</style>
background-color css
<style>
a { background-color: #FF8B27; }
a { background-color: rgb(255,139,39); }
div.DivClassName
{
background-color: #FF8B27;
}
.BgClassName
{
background-color: #FF8B27;
}
</style>
border-color css
<style>
span { border-color: #FF8B27; }
span { border-color: rgb(255,139,39); }
td.TdClassName
{
border-color: #FF8B27;
}
.TagClassName
{
border-color: #FF8B27;
}
</style>