Shades of Carrot Orange #FF8F20
Tints of Carrot Orange #FF8F20
RGB
CMYK
RGB Variations
Color information
#FF8F20 (or 0xFF8F20) is known color: Carrot Orange. HEX triplet: FF, 8F and 20. RGB value is (255,143,32). Sum of RGB (Red+Green+Blue) = 255+143+32=430 (56% of max value = 765). Red value is 255 (100% from 255 or 59.30% from 430); Green value is 143 (56.25% from 255 or 33.26% from 430); Blue value is 32 (12.89% from 255 or 7.44% from 430); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8F20 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8F20 is #0070DF. Grayscale: #A4A4A4. Windows color (decimal): -28896 or 2134015. OLE color: 2134015.
HSL color Cylindrical-coordinate representation of color #FF8F20: hue angle of 29.87º 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 #FF8F20 is Cyan = 0, Magento = 0.44, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 143 | 32 | - |
| CMYK | 0 | 0.44 | 0.87 | 0 |
| HSL | 29.87º | 1% | 0.56% | - |
| HSV(B) | 29.87º | 0.87% | 1% | - |
| XYZ | 51.32 | 41.01 | 6.58 | - |
| YUV | 163.83 | 53.61 | 193.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 143 | 32 | 0 | 0.44 | 0.87 | 0 | 29.87 | 1 | 0.56 |
| Hex | FF | 8F | 20 | 0 | 2C | 57 | 0 | 1E | 64 | 38 |
| Octal | 377 | 217 | 40 | 0 | 54 | 127 | 0 | 36 | 144 | 70 |
| Binary | 11111111 | 10001111 | 100000 | 0 | 101100 | 1010111 | 0 | 11110 | 1100100 | 111000 |
Color Harmonies of #FF8F20
Complementary color
Monochromatic Colors of #FF8F20
Black with #FF8F20
Text Example
Text Example
White with #FF8F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8F20; }
p { color: rgb(255,143,32); }
H1.HeaderClassName
{
color: #FF8F20;
}
.AnyTagClassName
{
color: #FF8F20;
}
</style>
background-color css
<style>
a { background-color: #FF8F20; }
a { background-color: rgb(255,143,32); }
div.DivClassName
{
background-color: #FF8F20;
}
.BgClassName
{
background-color: #FF8F20;
}
</style>
border-color css
<style>
span { border-color: #FF8F20; }
span { border-color: rgb(255,143,32); }
td.TdClassName
{
border-color: #FF8F20;
}
.TagClassName
{
border-color: #FF8F20;
}
</style>