Shades of Carrot Orange #FF981D
Tints of Carrot Orange #FF981D
RGB
CMYK
RGB Variations
Color information
#FF981D (or 0xFF981D) is known color: Carrot Orange. HEX triplet: FF, 98 and 1D. RGB value is (255,152,29). Sum of RGB (Red+Green+Blue) = 255+152+29=436 (57% of max value = 765). Red value is 255 (100% from 255 or 58.49% from 436); Green value is 152 (59.77% from 255 or 34.86% from 436); Blue value is 29 (11.72% from 255 or 6.65% from 436); Max value from RGB is 255 - color contains mainly: red. Hex color #FF981D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF981D is #0067E2. Grayscale: #A9A9A9. Windows color (decimal): -26595 or 1939711. OLE color: 1939711.
HSL color Cylindrical-coordinate representation of color #FF981D: hue angle of 32.65º 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 #FF981D is Cyan = 0, Magento = 0.40, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 152 | 29 | - |
| CMYK | 0 | 0.40 | 0.89 | 0 |
| HSL | 32.65º | 1% | 0.56% | - |
| HSV(B) | 32.65º | 0.89% | 1% | - |
| XYZ | 52.69 | 43.81 | 6.84 | - |
| YUV | 168.78 | 49.12 | 189.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 152 | 29 | 0 | 0.40 | 0.89 | 0 | 32.65 | 1 | 0.56 |
| Hex | FF | 98 | 1D | 0 | 28 | 59 | 0 | 21 | 64 | 38 |
| Octal | 377 | 230 | 35 | 0 | 50 | 131 | 0 | 41 | 144 | 70 |
| Binary | 11111111 | 10011000 | 11101 | 0 | 101000 | 1011001 | 0 | 100001 | 1100100 | 111000 |
Color Harmonies of #FF981D
Complementary color
Monochromatic Colors of #FF981D
Black with #FF981D
Text Example
Text Example
White with #FF981D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF981D; }
p { color: rgb(255,152,29); }
H1.HeaderClassName
{
color: #FF981D;
}
.AnyTagClassName
{
color: #FF981D;
}
</style>
background-color css
<style>
a { background-color: #FF981D; }
a { background-color: rgb(255,152,29); }
div.DivClassName
{
background-color: #FF981D;
}
.BgClassName
{
background-color: #FF981D;
}
</style>
border-color css
<style>
span { border-color: #FF981D; }
span { border-color: rgb(255,152,29); }
td.TdClassName
{
border-color: #FF981D;
}
.TagClassName
{
border-color: #FF981D;
}
</style>