Shades of Carrot Orange #FF8B19
Tints of Carrot Orange #FF8B19
RGB
CMYK
RGB Variations
Color information
#FF8B19 (or 0xFF8B19) is known color: Carrot Orange. HEX triplet: FF, 8B and 19. RGB value is (255,139,25). Sum of RGB (Red+Green+Blue) = 255+139+25=419 (55% of max value = 765). Red value is 255 (100% from 255 or 60.86% from 419); Green value is 139 (54.69% from 255 or 33.17% from 419); Blue value is 25 (10.16% from 255 or 5.97% from 419); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8B19 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF8B19 is #0074E6. Grayscale: #A1A1A1. Windows color (decimal): -29927 or 1674239. OLE color: 1674239.
HSL color Cylindrical-coordinate representation of color #FF8B19: hue angle of 29.74º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FF8B19 is Cyan = 0, Magento = 0.45, Yellow = 0.90 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 139 | 25 | - |
| CMYK | 0 | 0.45 | 0.90 | 0 |
| HSL | 29.74º | 1% | 0.55% | - |
| HSV(B) | 29.74º | 0.9% | 1% | - |
| XYZ | 50.65 | 39.8 | 5.93 | - |
| YUV | 160.69 | 51.43 | 195.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 139 | 25 | 0 | 0.45 | 0.90 | 0 | 29.74 | 1 | 0.55 |
| Hex | FF | 8B | 19 | 0 | 2D | 5A | 0 | 1E | 64 | 37 |
| Octal | 377 | 213 | 31 | 0 | 55 | 132 | 0 | 36 | 144 | 67 |
| Binary | 11111111 | 10001011 | 11001 | 0 | 101101 | 1011010 | 0 | 11110 | 1100100 | 110111 |
Color Harmonies of #FF8B19
Complementary color
Monochromatic Colors of #FF8B19
Black with #FF8B19
Text Example
Text Example
White with #FF8B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8B19; }
p { color: rgb(255,139,25); }
H1.HeaderClassName
{
color: #FF8B19;
}
.AnyTagClassName
{
color: #FF8B19;
}
</style>
background-color css
<style>
a { background-color: #FF8B19; }
a { background-color: rgb(255,139,25); }
div.DivClassName
{
background-color: #FF8B19;
}
.BgClassName
{
background-color: #FF8B19;
}
</style>
border-color css
<style>
span { border-color: #FF8B19; }
span { border-color: rgb(255,139,25); }
td.TdClassName
{
border-color: #FF8B19;
}
.TagClassName
{
border-color: #FF8B19;
}
</style>