Shades of Carrot Orange #FF8C1F
Tints of Carrot Orange #FF8C1F
RGB
CMYK
RGB Variations
Color information
#FF8C1F (or 0xFF8C1F) is known color: Carrot Orange. HEX triplet: FF, 8C and 1F. RGB value is (255,140,31). Sum of RGB (Red+Green+Blue) = 255+140+31=426 (56% of max value = 765). Red value is 255 (100% from 255 or 59.86% from 426); Green value is 140 (55.08% from 255 or 32.86% from 426); Blue value is 31 (12.5% from 255 or 7.28% from 426); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8C1F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8C1F is #0073E0. Grayscale: #A2A2A2. Windows color (decimal): -29665 or 2067711. OLE color: 2067711.
HSL color Cylindrical-coordinate representation of color #FF8C1F: hue angle of 29.2º 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 #FF8C1F is Cyan = 0, Magento = 0.45, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 140 | 31 | - |
| CMYK | 0 | 0.45 | 0.88 | 0 |
| HSL | 29.2º | 1% | 0.56% | - |
| HSV(B) | 29.2º | 0.88% | 1% | - |
| XYZ | 50.87 | 40.12 | 6.36 | - |
| YUV | 161.96 | 54.1 | 194.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 140 | 31 | 0 | 0.45 | 0.88 | 0 | 29.2 | 1 | 0.56 |
| Hex | FF | 8C | 1F | 0 | 2D | 58 | 0 | 1D | 64 | 38 |
| Octal | 377 | 214 | 37 | 0 | 55 | 130 | 0 | 35 | 144 | 70 |
| Binary | 11111111 | 10001100 | 11111 | 0 | 101101 | 1011000 | 0 | 11101 | 1100100 | 111000 |
Color Harmonies of #FF8C1F
Complementary color
Monochromatic Colors of #FF8C1F
Black with #FF8C1F
Text Example
Text Example
White with #FF8C1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8C1F; }
p { color: rgb(255,140,31); }
H1.HeaderClassName
{
color: #FF8C1F;
}
.AnyTagClassName
{
color: #FF8C1F;
}
</style>
background-color css
<style>
a { background-color: #FF8C1F; }
a { background-color: rgb(255,140,31); }
div.DivClassName
{
background-color: #FF8C1F;
}
.BgClassName
{
background-color: #FF8C1F;
}
</style>
border-color css
<style>
span { border-color: #FF8C1F; }
span { border-color: rgb(255,140,31); }
td.TdClassName
{
border-color: #FF8C1F;
}
.TagClassName
{
border-color: #FF8C1F;
}
</style>