Shades of Carrot Orange #FF8C1D
Tints of Carrot Orange #FF8C1D
RGB
CMYK
RGB Variations
Color information
#FF8C1D (or 0xFF8C1D) is known color: Carrot Orange. HEX triplet: FF, 8C and 1D. RGB value is (255,140,29). Sum of RGB (Red+Green+Blue) = 255+140+29=424 (56% of max value = 765). Red value is 255 (100% from 255 or 60.14% from 424); Green value is 140 (55.08% from 255 or 33.02% from 424); Blue value is 29 (11.72% from 255 or 6.84% from 424); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8C1D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8C1D is #0073E2. Grayscale: #A2A2A2. Windows color (decimal): -29667 or 1936639. OLE color: 1936639.
HSL color Cylindrical-coordinate representation of color #FF8C1D: hue angle of 29.47º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FF8C1D is Cyan = 0, Magento = 0.45, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 140 | 29 | - |
| CMYK | 0 | 0.45 | 0.89 | 0 |
| HSL | 29.47º | 1% | 0.56% | - |
| HSV(B) | 29.47º | 0.89% | 1% | - |
| XYZ | 50.84 | 40.1 | 6.22 | - |
| YUV | 161.73 | 53.1 | 194.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 140 | 29 | 0 | 0.45 | 0.89 | 0 | 29.47 | 1 | 0.56 |
| Hex | FF | 8C | 1D | 0 | 2D | 59 | 0 | 1D | 64 | 38 |
| Octal | 377 | 214 | 35 | 0 | 55 | 131 | 0 | 35 | 144 | 70 |
| Binary | 11111111 | 10001100 | 11101 | 0 | 101101 | 1011001 | 0 | 11101 | 1100100 | 111000 |
Color Harmonies of #FF8C1D
Complementary color
Monochromatic Colors of #FF8C1D
Black with #FF8C1D
Text Example
Text Example
White with #FF8C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8C1D; }
p { color: rgb(255,140,29); }
H1.HeaderClassName
{
color: #FF8C1D;
}
.AnyTagClassName
{
color: #FF8C1D;
}
</style>
background-color css
<style>
a { background-color: #FF8C1D; }
a { background-color: rgb(255,140,29); }
div.DivClassName
{
background-color: #FF8C1D;
}
.BgClassName
{
background-color: #FF8C1D;
}
</style>
border-color css
<style>
span { border-color: #FF8C1D; }
span { border-color: rgb(255,140,29); }
td.TdClassName
{
border-color: #FF8C1D;
}
.TagClassName
{
border-color: #FF8C1D;
}
</style>