Shades of Carrot Orange #FF8F1C
Tints of Carrot Orange #FF8F1C
RGB
CMYK
RGB Variations
Color information
#FF8F1C (or 0xFF8F1C) is known color: Carrot Orange. HEX triplet: FF, 8F and 1C. RGB value is (255,143,28). Sum of RGB (Red+Green+Blue) = 255+143+28=426 (56% of max value = 765). Red value is 255 (100% from 255 or 59.86% from 426); Green value is 143 (56.25% from 255 or 33.57% from 426); Blue value is 28 (11.33% from 255 or 6.57% from 426); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8F1C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8F1C is #0070E3. Grayscale: #A3A3A3. Windows color (decimal): -28900 or 1871871. OLE color: 1871871.
HSL color Cylindrical-coordinate representation of color #FF8F1C: hue angle of 30.4º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FF8F1C is Cyan = 0, Magento = 0.44, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 143 | 28 | - |
| CMYK | 0 | 0.44 | 0.89 | 0 |
| HSL | 30.4º | 1% | 0.55% | - |
| HSV(B) | 30.4º | 0.89% | 1% | - |
| XYZ | 51.27 | 40.99 | 6.31 | - |
| YUV | 163.38 | 51.61 | 193.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 143 | 28 | 0 | 0.44 | 0.89 | 0 | 30.4 | 1 | 0.55 |
| Hex | FF | 8F | 1C | 0 | 2C | 59 | 0 | 1E | 64 | 37 |
| Octal | 377 | 217 | 34 | 0 | 54 | 131 | 0 | 36 | 144 | 67 |
| Binary | 11111111 | 10001111 | 11100 | 0 | 101100 | 1011001 | 0 | 11110 | 1100100 | 110111 |
Color Harmonies of #FF8F1C
Complementary color
Monochromatic Colors of #FF8F1C
Black with #FF8F1C
Text Example
Text Example
White with #FF8F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8F1C; }
p { color: rgb(255,143,28); }
H1.HeaderClassName
{
color: #FF8F1C;
}
.AnyTagClassName
{
color: #FF8F1C;
}
</style>
background-color css
<style>
a { background-color: #FF8F1C; }
a { background-color: rgb(255,143,28); }
div.DivClassName
{
background-color: #FF8F1C;
}
.BgClassName
{
background-color: #FF8F1C;
}
</style>
border-color css
<style>
span { border-color: #FF8F1C; }
span { border-color: rgb(255,143,28); }
td.TdClassName
{
border-color: #FF8F1C;
}
.TagClassName
{
border-color: #FF8F1C;
}
</style>