Shades of Carrot Orange #FF981C
Tints of Carrot Orange #FF981C
RGB
CMYK
RGB Variations
Color information
#FF981C (or 0xFF981C) is known color: Carrot Orange. HEX triplet: FF, 98 and 1C. RGB value is (255,152,28). Sum of RGB (Red+Green+Blue) = 255+152+28=435 (57% of max value = 765). Red value is 255 (100% from 255 or 58.62% from 435); Green value is 152 (59.77% from 255 or 34.94% from 435); Blue value is 28 (11.33% from 255 or 6.44% from 435); Max value from RGB is 255 - color contains mainly: red. Hex color #FF981C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF981C is #0067E3. Grayscale: #A9A9A9. Windows color (decimal): -26596 or 1874175. OLE color: 1874175.
HSL color Cylindrical-coordinate representation of color #FF981C: hue angle of 32.78º 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 #FF981C is Cyan = 0, Magento = 0.40, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 152 | 28 | - |
| CMYK | 0 | 0.40 | 0.89 | 0 |
| HSL | 32.78º | 1% | 0.55% | - |
| HSV(B) | 32.78º | 0.89% | 1% | - |
| XYZ | 52.68 | 43.8 | 6.78 | - |
| YUV | 168.66 | 48.62 | 189.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 152 | 28 | 0 | 0.40 | 0.89 | 0 | 32.78 | 1 | 0.55 |
| Hex | FF | 98 | 1C | 0 | 28 | 59 | 0 | 21 | 64 | 37 |
| Octal | 377 | 230 | 34 | 0 | 50 | 131 | 0 | 41 | 144 | 67 |
| Binary | 11111111 | 10011000 | 11100 | 0 | 101000 | 1011001 | 0 | 100001 | 1100100 | 110111 |
Color Harmonies of #FF981C
Complementary color
Monochromatic Colors of #FF981C
Black with #FF981C
Text Example
Text Example
White with #FF981C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF981C; }
p { color: rgb(255,152,28); }
H1.HeaderClassName
{
color: #FF981C;
}
.AnyTagClassName
{
color: #FF981C;
}
</style>
background-color css
<style>
a { background-color: #FF981C; }
a { background-color: rgb(255,152,28); }
div.DivClassName
{
background-color: #FF981C;
}
.BgClassName
{
background-color: #FF981C;
}
</style>
border-color css
<style>
span { border-color: #FF981C; }
span { border-color: rgb(255,152,28); }
td.TdClassName
{
border-color: #FF981C;
}
.TagClassName
{
border-color: #FF981C;
}
</style>