Shades of Carrot Orange #FF8C1C
Tints of Carrot Orange #FF8C1C
RGB
CMYK
RGB Variations
Color information
#FF8C1C (or 0xFF8C1C) is known color: Carrot Orange. HEX triplet: FF, 8C and 1C. RGB value is (255,140,28). Sum of RGB (Red+Green+Blue) = 255+140+28=423 (56% of max value = 765). Red value is 255 (100% from 255 or 60.28% from 423); Green value is 140 (55.08% from 255 or 33.10% from 423); Blue value is 28 (11.33% from 255 or 6.62% from 423); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8C1C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8C1C is #0073E3. Grayscale: #A2A2A2. Windows color (decimal): -29668 or 1871103. OLE color: 1871103.
HSL color Cylindrical-coordinate representation of color #FF8C1C: hue angle of 29.6º 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 #FF8C1C is Cyan = 0, Magento = 0.45, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 140 | 28 | - |
| CMYK | 0 | 0.45 | 0.89 | 0 |
| HSL | 29.6º | 1% | 0.55% | - |
| HSV(B) | 29.6º | 0.89% | 1% | - |
| XYZ | 50.83 | 40.1 | 6.16 | - |
| YUV | 161.62 | 52.6 | 194.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 140 | 28 | 0 | 0.45 | 0.89 | 0 | 29.6 | 1 | 0.55 |
| Hex | FF | 8C | 1C | 0 | 2D | 59 | 0 | 1E | 64 | 37 |
| Octal | 377 | 214 | 34 | 0 | 55 | 131 | 0 | 36 | 144 | 67 |
| Binary | 11111111 | 10001100 | 11100 | 0 | 101101 | 1011001 | 0 | 11110 | 1100100 | 110111 |
Color Harmonies of #FF8C1C
Complementary color
Monochromatic Colors of #FF8C1C
Black with #FF8C1C
Text Example
Text Example
White with #FF8C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8C1C; }
p { color: rgb(255,140,28); }
H1.HeaderClassName
{
color: #FF8C1C;
}
.AnyTagClassName
{
color: #FF8C1C;
}
</style>
background-color css
<style>
a { background-color: #FF8C1C; }
a { background-color: rgb(255,140,28); }
div.DivClassName
{
background-color: #FF8C1C;
}
.BgClassName
{
background-color: #FF8C1C;
}
</style>
border-color css
<style>
span { border-color: #FF8C1C; }
span { border-color: rgb(255,140,28); }
td.TdClassName
{
border-color: #FF8C1C;
}
.TagClassName
{
border-color: #FF8C1C;
}
</style>