Shades of Carrot Orange #F5912B
Tints of Carrot Orange #F5912B
RGB
CMYK
RGB Variations
Color information
#F5912B (or 0xF5912B) is known color: Carrot Orange. HEX triplet: F5, 91 and 2B. RGB value is (245,145,43). Sum of RGB (Red+Green+Blue) = 245+145+43=433 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.58% from 433); Green value is 145 (57.03% from 255 or 33.49% from 433); Blue value is 43 (17.19% from 255 or 9.93% from 433); Max value from RGB is 245 - color contains mainly: red. Hex color #F5912B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5912B is #0A6ED4. Grayscale: #A3A3A3. Windows color (decimal): -683733 or 2855413. OLE color: 2855413.
HSL color Cylindrical-coordinate representation of color #F5912B: hue angle of 30.3º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F5912B is Cyan = 0, Magento = 0.41, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 145 | 43 | - |
| CMYK | 0 | 0.41 | 0.82 | 0.04 |
| HSL | 30.3º | 0.91% | 0.56% | - |
| HSV(B) | 30.3º | 0.82% | 0.96% | - |
| XYZ | 48.22 | 39.84 | 7.43 | - |
| YUV | 163.27 | 60.13 | 186.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 145 | 43 | 0 | 0.41 | 0.82 | 0.04 | 30.3 | 0.91 | 0.56 |
| Hex | F5 | 91 | 2B | 0 | 29 | 52 | 4 | 1E | 5B | 38 |
| Octal | 365 | 221 | 53 | 0 | 51 | 122 | 4 | 36 | 133 | 70 |
| Binary | 11110101 | 10010001 | 101011 | 0 | 101001 | 1010010 | 100 | 11110 | 1011011 | 111000 |
Color Harmonies of #F5912B
Complementary color
Monochromatic Colors of #F5912B
Black with #F5912B
Text Example
Text Example
White with #F5912B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5912B; }
p { color: rgb(245,145,43); }
H1.HeaderClassName
{
color: #F5912B;
}
.AnyTagClassName
{
color: #F5912B;
}
</style>
background-color css
<style>
a { background-color: #F5912B; }
a { background-color: rgb(245,145,43); }
div.DivClassName
{
background-color: #F5912B;
}
.BgClassName
{
background-color: #F5912B;
}
</style>
border-color css
<style>
span { border-color: #F5912B; }
span { border-color: rgb(245,145,43); }
td.TdClassName
{
border-color: #F5912B;
}
.TagClassName
{
border-color: #F5912B;
}
</style>