Shades of Neon Carrot #FF8B2F
Tints of Neon Carrot #FF8B2F
RGB
CMYK
RGB Variations
Color information
#FF8B2F (or 0xFF8B2F) is known color: Neon Carrot. HEX triplet: FF, 8B and 2F. RGB value is (255,139,47). Sum of RGB (Red+Green+Blue) = 255+139+47=441 (58% of max value = 765). Red value is 255 (100% from 255 or 57.82% from 441); Green value is 139 (54.69% from 255 or 31.52% from 441); Blue value is 47 (18.75% from 255 or 10.66% from 441); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8B2F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8B2F is #0074D0. Grayscale: #A3A3A3. Windows color (decimal): -29905 or 3116031. OLE color: 3116031.
HSL color Cylindrical-coordinate representation of color #FF8B2F: hue angle of 26.54º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FF8B2F is Cyan = 0, Magento = 0.45, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 139 | 47 | - |
| CMYK | 0 | 0.45 | 0.82 | 0 |
| HSL | 26.54º | 1% | 0.59% | - |
| HSV(B) | 26.54º | 0.82% | 1% | - |
| XYZ | 50.99 | 39.93 | 7.71 | - |
| YUV | 163.2 | 62.43 | 193.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 139 | 47 | 0 | 0.45 | 0.82 | 0 | 26.54 | 1 | 0.59 |
| Hex | FF | 8B | 2F | 0 | 2D | 52 | 0 | 1B | 64 | 3B |
| Octal | 377 | 213 | 57 | 0 | 55 | 122 | 0 | 33 | 144 | 73 |
| Binary | 11111111 | 10001011 | 101111 | 0 | 101101 | 1010010 | 0 | 11011 | 1100100 | 111011 |
Color Harmonies of #FF8B2F
Complementary color
Monochromatic Colors of #FF8B2F
Black with #FF8B2F
Text Example
Text Example
White with #FF8B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8B2F; }
p { color: rgb(255,139,47); }
H1.HeaderClassName
{
color: #FF8B2F;
}
.AnyTagClassName
{
color: #FF8B2F;
}
</style>
background-color css
<style>
a { background-color: #FF8B2F; }
a { background-color: rgb(255,139,47); }
div.DivClassName
{
background-color: #FF8B2F;
}
.BgClassName
{
background-color: #FF8B2F;
}
</style>
border-color css
<style>
span { border-color: #FF8B2F; }
span { border-color: rgb(255,139,47); }
td.TdClassName
{
border-color: #FF8B2F;
}
.TagClassName
{
border-color: #FF8B2F;
}
</style>