Shades of Carrot Orange #FF8A1D
Tints of Carrot Orange #FF8A1D
RGB
CMYK
RGB Variations
Color information
#FF8A1D (or 0xFF8A1D) is known color: Carrot Orange. HEX triplet: FF, 8A and 1D. RGB value is (255,138,29). Sum of RGB (Red+Green+Blue) = 255+138+29=422 (55% of max value = 765). Red value is 255 (100% from 255 or 60.43% from 422); Green value is 138 (54.30% from 255 or 32.70% from 422); Blue value is 29 (11.72% from 255 or 6.87% from 422); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8A1D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8A1D is #0075E2. Grayscale: #A1A1A1. Windows color (decimal): -30179 or 1936127. OLE color: 1936127.
HSL color Cylindrical-coordinate representation of color #FF8A1D: hue angle of 28.94º 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 #FF8A1D is Cyan = 0, Magento = 0.46, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 138 | 29 | - |
| CMYK | 0 | 0.46 | 0.89 | 0 |
| HSL | 28.94º | 1% | 0.56% | - |
| HSV(B) | 28.94º | 0.89% | 1% | - |
| XYZ | 50.55 | 39.53 | 6.13 | - |
| YUV | 160.56 | 53.76 | 195.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 138 | 29 | 0 | 0.46 | 0.89 | 0 | 28.94 | 1 | 0.56 |
| Hex | FF | 8A | 1D | 0 | 2E | 59 | 0 | 1D | 64 | 38 |
| Octal | 377 | 212 | 35 | 0 | 56 | 131 | 0 | 35 | 144 | 70 |
| Binary | 11111111 | 10001010 | 11101 | 0 | 101110 | 1011001 | 0 | 11101 | 1100100 | 111000 |
Color Harmonies of #FF8A1D
Complementary color
Monochromatic Colors of #FF8A1D
Black with #FF8A1D
Text Example
Text Example
White with #FF8A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8A1D; }
p { color: rgb(255,138,29); }
H1.HeaderClassName
{
color: #FF8A1D;
}
.AnyTagClassName
{
color: #FF8A1D;
}
</style>
background-color css
<style>
a { background-color: #FF8A1D; }
a { background-color: rgb(255,138,29); }
div.DivClassName
{
background-color: #FF8A1D;
}
.BgClassName
{
background-color: #FF8A1D;
}
</style>
border-color css
<style>
span { border-color: #FF8A1D; }
span { border-color: rgb(255,138,29); }
td.TdClassName
{
border-color: #FF8A1D;
}
.TagClassName
{
border-color: #FF8A1D;
}
</style>