Shades of Carrot Orange #F5981E
Tints of Carrot Orange #F5981E
RGB
CMYK
RGB Variations
Color information
#F5981E (or 0xF5981E) is known color: Carrot Orange. HEX triplet: F5, 98 and 1E. RGB value is (245,152,30). Sum of RGB (Red+Green+Blue) = 245+152+30=427 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.38% from 427); Green value is 152 (59.77% from 255 or 35.60% from 427); Blue value is 30 (12.11% from 255 or 7.03% from 427); Max value from RGB is 245 - color contains mainly: red. Hex color #F5981E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5981E is #0A67E1. Grayscale: #A6A6A6. Windows color (decimal): -681954 or 2005237. OLE color: 2005237.
HSL color Cylindrical-coordinate representation of color #F5981E: hue angle of 34.05º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F5981E is Cyan = 0, Magento = 0.38, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 152 | 30 | - |
| CMYK | 0 | 0.38 | 0.88 | 0.04 |
| HSL | 34.05º | 0.91% | 0.54% | - |
| HSV(B) | 34.05º | 0.88% | 0.96% | - |
| XYZ | 49.12 | 41.96 | 6.74 | - |
| YUV | 165.9 | 51.31 | 184.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 152 | 30 | 0 | 0.38 | 0.88 | 0.04 | 34.05 | 0.91 | 0.54 |
| Hex | F5 | 98 | 1E | 0 | 26 | 58 | 4 | 22 | 5B | 36 |
| Octal | 365 | 230 | 36 | 0 | 46 | 130 | 4 | 42 | 133 | 66 |
| Binary | 11110101 | 10011000 | 11110 | 0 | 100110 | 1011000 | 100 | 100010 | 1011011 | 110110 |
Color Harmonies of #F5981E
Complementary color
Monochromatic Colors of #F5981E
Black with #F5981E
Text Example
Text Example
White with #F5981E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5981E; }
p { color: rgb(245,152,30); }
H1.HeaderClassName
{
color: #F5981E;
}
.AnyTagClassName
{
color: #F5981E;
}
</style>
background-color css
<style>
a { background-color: #F5981E; }
a { background-color: rgb(245,152,30); }
div.DivClassName
{
background-color: #F5981E;
}
.BgClassName
{
background-color: #F5981E;
}
</style>
border-color css
<style>
span { border-color: #F5981E; }
span { border-color: rgb(245,152,30); }
td.TdClassName
{
border-color: #F5981E;
}
.TagClassName
{
border-color: #F5981E;
}
</style>