Shades of Carrot Orange #FF8C1E
Tints of Carrot Orange #FF8C1E
RGB
CMYK
RGB Variations
Color information
#FF8C1E (or 0xFF8C1E) is known color: Carrot Orange. HEX triplet: FF, 8C and 1E. RGB value is (255,140,30). Sum of RGB (Red+Green+Blue) = 255+140+30=425 (56% of max value = 765). Red value is 255 (100% from 255 or 60% from 425); Green value is 140 (55.08% from 255 or 32.94% from 425); Blue value is 30 (12.11% from 255 or 7.06% from 425); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8C1E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8C1E is #0073E1. Grayscale: #A2A2A2. Windows color (decimal): -29666 or 2002175. OLE color: 2002175.
HSL color Cylindrical-coordinate representation of color #FF8C1E: hue angle of 29.33º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FF8C1E is Cyan = 0, Magento = 0.45, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 140 | 30 | - |
| CMYK | 0 | 0.45 | 0.88 | 0 |
| HSL | 29.33º | 1% | 0.56% | - |
| HSV(B) | 29.33º | 0.88% | 1% | - |
| XYZ | 50.85 | 40.11 | 6.29 | - |
| YUV | 161.85 | 53.6 | 194.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 140 | 30 | 0 | 0.45 | 0.88 | 0 | 29.33 | 1 | 0.56 |
| Hex | FF | 8C | 1E | 0 | 2D | 58 | 0 | 1D | 64 | 38 |
| Octal | 377 | 214 | 36 | 0 | 55 | 130 | 0 | 35 | 144 | 70 |
| Binary | 11111111 | 10001100 | 11110 | 0 | 101101 | 1011000 | 0 | 11101 | 1100100 | 111000 |
Color Harmonies of #FF8C1E
Complementary color
Monochromatic Colors of #FF8C1E
Black with #FF8C1E
Text Example
Text Example
White with #FF8C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8C1E; }
p { color: rgb(255,140,30); }
H1.HeaderClassName
{
color: #FF8C1E;
}
.AnyTagClassName
{
color: #FF8C1E;
}
</style>
background-color css
<style>
a { background-color: #FF8C1E; }
a { background-color: rgb(255,140,30); }
div.DivClassName
{
background-color: #FF8C1E;
}
.BgClassName
{
background-color: #FF8C1E;
}
</style>
border-color css
<style>
span { border-color: #FF8C1E; }
span { border-color: rgb(255,140,30); }
td.TdClassName
{
border-color: #FF8C1E;
}
.TagClassName
{
border-color: #FF8C1E;
}
</style>