Shades of Carrot Orange #F5961D
Tints of Carrot Orange #F5961D
RGB
CMYK
RGB Variations
Color information
#F5961D (or 0xF5961D) is known color: Carrot Orange. HEX triplet: F5, 96 and 1D. RGB value is (245,150,29). Sum of RGB (Red+Green+Blue) = 245+150+29=424 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.78% from 424); Green value is 150 (58.98% from 255 or 35.38% from 424); Blue value is 29 (11.72% from 255 or 6.84% from 424); Max value from RGB is 245 - color contains mainly: red. Hex color #F5961D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5961D is #0A69E2. Grayscale: #A5A5A5. Windows color (decimal): -682467 or 1939189. OLE color: 1939189.
HSL color Cylindrical-coordinate representation of color #F5961D: hue angle of 33.61º degrees, saturation: 0.92, 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 #F5961D is Cyan = 0, Magento = 0.39, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 150 | 29 | - |
| CMYK | 0 | 0.39 | 0.88 | 0.04 |
| HSL | 33.61º | 0.92% | 0.54% | - |
| HSV(B) | 33.61º | 0.88% | 0.96% | - |
| XYZ | 48.78 | 41.31 | 6.57 | - |
| YUV | 164.61 | 51.47 | 185.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 150 | 29 | 0 | 0.39 | 0.88 | 0.04 | 33.61 | 0.92 | 0.54 |
| Hex | F5 | 96 | 1D | 0 | 27 | 58 | 4 | 22 | 5C | 36 |
| Octal | 365 | 226 | 35 | 0 | 47 | 130 | 4 | 42 | 134 | 66 |
| Binary | 11110101 | 10010110 | 11101 | 0 | 100111 | 1011000 | 100 | 100010 | 1011100 | 110110 |
Color Harmonies of #F5961D
Complementary color
Monochromatic Colors of #F5961D
Black with #F5961D
Text Example
Text Example
White with #F5961D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5961D; }
p { color: rgb(245,150,29); }
H1.HeaderClassName
{
color: #F5961D;
}
.AnyTagClassName
{
color: #F5961D;
}
</style>
background-color css
<style>
a { background-color: #F5961D; }
a { background-color: rgb(245,150,29); }
div.DivClassName
{
background-color: #F5961D;
}
.BgClassName
{
background-color: #F5961D;
}
</style>
border-color css
<style>
span { border-color: #F5961D; }
span { border-color: rgb(245,150,29); }
td.TdClassName
{
border-color: #F5961D;
}
.TagClassName
{
border-color: #F5961D;
}
</style>