Shades of Carrot Orange #FF8A20
Tints of Carrot Orange #FF8A20
RGB
CMYK
RGB Variations
Color information
#FF8A20 (or 0xFF8A20) is known color: Carrot Orange. HEX triplet: FF, 8A and 20. RGB value is (255,138,32). Sum of RGB (Red+Green+Blue) = 255+138+32=425 (56% of max value = 765). Red value is 255 (100% from 255 or 60% from 425); Green value is 138 (54.30% from 255 or 32.47% from 425); Blue value is 32 (12.89% from 255 or 7.53% from 425); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8A20 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8A20 is #0075DF. Grayscale: #A1A1A1. Windows color (decimal): -30176 or 2132735. OLE color: 2132735.
HSL color Cylindrical-coordinate representation of color #FF8A20: hue angle of 28.52º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FF8A20 is Cyan = 0, Magento = 0.46, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 138 | 32 | - |
| CMYK | 0 | 0.46 | 0.87 | 0 |
| HSL | 28.52º | 1% | 0.56% | - |
| HSV(B) | 28.52º | 0.87% | 1% | - |
| XYZ | 50.59 | 39.54 | 6.33 | - |
| YUV | 160.9 | 55.26 | 195.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 138 | 32 | 0 | 0.46 | 0.87 | 0 | 28.52 | 1 | 0.56 |
| Hex | FF | 8A | 20 | 0 | 2E | 57 | 0 | 1D | 64 | 38 |
| Octal | 377 | 212 | 40 | 0 | 56 | 127 | 0 | 35 | 144 | 70 |
| Binary | 11111111 | 10001010 | 100000 | 0 | 101110 | 1010111 | 0 | 11101 | 1100100 | 111000 |
Color Harmonies of #FF8A20
Complementary color
Monochromatic Colors of #FF8A20
Black with #FF8A20
Text Example
Text Example
White with #FF8A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8A20; }
p { color: rgb(255,138,32); }
H1.HeaderClassName
{
color: #FF8A20;
}
.AnyTagClassName
{
color: #FF8A20;
}
</style>
background-color css
<style>
a { background-color: #FF8A20; }
a { background-color: rgb(255,138,32); }
div.DivClassName
{
background-color: #FF8A20;
}
.BgClassName
{
background-color: #FF8A20;
}
</style>
border-color css
<style>
span { border-color: #FF8A20; }
span { border-color: rgb(255,138,32); }
td.TdClassName
{
border-color: #FF8A20;
}
.TagClassName
{
border-color: #FF8A20;
}
</style>