Shades of Carrot Orange #FF8B1F
Tints of Carrot Orange #FF8B1F
RGB
CMYK
RGB Variations
Color information
#FF8B1F (or 0xFF8B1F) is known color: Carrot Orange. HEX triplet: FF, 8B and 1F. RGB value is (255,139,31). Sum of RGB (Red+Green+Blue) = 255+139+31=425 (56% of max value = 765). Red value is 255 (100% from 255 or 60% from 425); Green value is 139 (54.69% from 255 or 32.71% from 425); Blue value is 31 (12.5% from 255 or 7.29% from 425); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8B1F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8B1F is #0074E0. Grayscale: #A1A1A1. Windows color (decimal): -29921 or 2067455. OLE color: 2067455.
HSL color Cylindrical-coordinate representation of color #FF8B1F: hue angle of 28.93º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FF8B1F is Cyan = 0, Magento = 0.45, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 139 | 31 | - |
| CMYK | 0 | 0.45 | 0.88 | 0 |
| HSL | 28.93º | 1% | 0.56% | - |
| HSV(B) | 28.93º | 0.88% | 1% | - |
| XYZ | 50.72 | 39.82 | 6.31 | - |
| YUV | 161.37 | 54.43 | 194.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 139 | 31 | 0 | 0.45 | 0.88 | 0 | 28.93 | 1 | 0.56 |
| Hex | FF | 8B | 1F | 0 | 2D | 58 | 0 | 1D | 64 | 38 |
| Octal | 377 | 213 | 37 | 0 | 55 | 130 | 0 | 35 | 144 | 70 |
| Binary | 11111111 | 10001011 | 11111 | 0 | 101101 | 1011000 | 0 | 11101 | 1100100 | 111000 |
Color Harmonies of #FF8B1F
Complementary color
Monochromatic Colors of #FF8B1F
Black with #FF8B1F
Text Example
Text Example
White with #FF8B1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8B1F; }
p { color: rgb(255,139,31); }
H1.HeaderClassName
{
color: #FF8B1F;
}
.AnyTagClassName
{
color: #FF8B1F;
}
</style>
background-color css
<style>
a { background-color: #FF8B1F; }
a { background-color: rgb(255,139,31); }
div.DivClassName
{
background-color: #FF8B1F;
}
.BgClassName
{
background-color: #FF8B1F;
}
</style>
border-color css
<style>
span { border-color: #FF8B1F; }
span { border-color: rgb(255,139,31); }
td.TdClassName
{
border-color: #FF8B1F;
}
.TagClassName
{
border-color: #FF8B1F;
}
</style>