Shades of Carrot Orange #F5961E
Tints of Carrot Orange #F5961E
RGB
CMYK
RGB Variations
Color information
#F5961E (or 0xF5961E) is known color: Carrot Orange. HEX triplet: F5, 96 and 1E. RGB value is (245,150,30). Sum of RGB (Red+Green+Blue) = 245+150+30=425 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.65% from 425); Green value is 150 (58.98% from 255 or 35.29% from 425); Blue value is 30 (12.11% from 255 or 7.06% from 425); Max value from RGB is 245 - color contains mainly: red. Hex color #F5961E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5961E is #0A69E1. Grayscale: #A5A5A5. Windows color (decimal): -682466 or 2004725. OLE color: 2004725.
HSL color Cylindrical-coordinate representation of color #F5961E: hue angle of 33.49º 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 #F5961E is Cyan = 0, Magento = 0.39, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 150 | 30 | - |
| CMYK | 0 | 0.39 | 0.88 | 0.04 |
| HSL | 33.49º | 0.91% | 0.54% | - |
| HSV(B) | 33.49º | 0.88% | 0.96% | - |
| XYZ | 48.8 | 41.32 | 6.63 | - |
| YUV | 164.73 | 51.97 | 185.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 150 | 30 | 0 | 0.39 | 0.88 | 0.04 | 33.49 | 0.91 | 0.54 |
| Hex | F5 | 96 | 1E | 0 | 27 | 58 | 4 | 21 | 5B | 36 |
| Octal | 365 | 226 | 36 | 0 | 47 | 130 | 4 | 41 | 133 | 66 |
| Binary | 11110101 | 10010110 | 11110 | 0 | 100111 | 1011000 | 100 | 100001 | 1011011 | 110110 |
Color Harmonies of #F5961E
Complementary color
Monochromatic Colors of #F5961E
Black with #F5961E
Text Example
Text Example
White with #F5961E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5961E; }
p { color: rgb(245,150,30); }
H1.HeaderClassName
{
color: #F5961E;
}
.AnyTagClassName
{
color: #F5961E;
}
</style>
background-color css
<style>
a { background-color: #F5961E; }
a { background-color: rgb(245,150,30); }
div.DivClassName
{
background-color: #F5961E;
}
.BgClassName
{
background-color: #F5961E;
}
</style>
border-color css
<style>
span { border-color: #F5961E; }
span { border-color: rgb(245,150,30); }
td.TdClassName
{
border-color: #F5961E;
}
.TagClassName
{
border-color: #F5961E;
}
</style>