Shades of Carrot Orange #FF8F21
Tints of Carrot Orange #FF8F21
RGB
CMYK
RGB Variations
Color information
#FF8F21 (or 0xFF8F21) is known color: Carrot Orange. HEX triplet: FF, 8F and 21. RGB value is (255,143,33). Sum of RGB (Red+Green+Blue) = 255+143+33=431 (57% of max value = 765). Red value is 255 (100% from 255 or 59.16% from 431); Green value is 143 (56.25% from 255 or 33.18% from 431); Blue value is 33 (13.28% from 255 or 7.66% from 431); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8F21 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8F21 is #0070DE. Grayscale: #A4A4A4. Windows color (decimal): -28895 or 2199551. OLE color: 2199551.
HSL color Cylindrical-coordinate representation of color #FF8F21: hue angle of 29.73º 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 #FF8F21 is Cyan = 0, Magento = 0.44, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 143 | 33 | - |
| CMYK | 0 | 0.44 | 0.87 | 0 |
| HSL | 29.73º | 1% | 0.56% | - |
| HSV(B) | 29.73º | 0.87% | 1% | - |
| XYZ | 51.34 | 41.01 | 6.65 | - |
| YUV | 163.95 | 54.11 | 192.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 143 | 33 | 0 | 0.44 | 0.87 | 0 | 29.73 | 1 | 0.56 |
| Hex | FF | 8F | 21 | 0 | 2C | 57 | 0 | 1E | 64 | 38 |
| Octal | 377 | 217 | 41 | 0 | 54 | 127 | 0 | 36 | 144 | 70 |
| Binary | 11111111 | 10001111 | 100001 | 0 | 101100 | 1010111 | 0 | 11110 | 1100100 | 111000 |
Color Harmonies of #FF8F21
Complementary color
Monochromatic Colors of #FF8F21
Black with #FF8F21
Text Example
Text Example
White with #FF8F21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8F21; }
p { color: rgb(255,143,33); }
H1.HeaderClassName
{
color: #FF8F21;
}
.AnyTagClassName
{
color: #FF8F21;
}
</style>
background-color css
<style>
a { background-color: #FF8F21; }
a { background-color: rgb(255,143,33); }
div.DivClassName
{
background-color: #FF8F21;
}
.BgClassName
{
background-color: #FF8F21;
}
</style>
border-color css
<style>
span { border-color: #FF8F21; }
span { border-color: rgb(255,143,33); }
td.TdClassName
{
border-color: #FF8F21;
}
.TagClassName
{
border-color: #FF8F21;
}
</style>