Shades of Carrot Orange #F58F15
Tints of Carrot Orange #F58F15
RGB
CMYK
RGB Variations
Color information
#F58F15 (or 0xF58F15) is known color: Carrot Orange. HEX triplet: F5, 8F and 15. RGB value is (245,143,21). Sum of RGB (Red+Green+Blue) = 245+143+21=409 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.90% from 409); Green value is 143 (56.25% from 255 or 34.96% from 409); Blue value is 21 (8.59% from 255 or 5.13% from 409); Max value from RGB is 245 - color contains mainly: red. Hex color #F58F15 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F58F15 is #0A70EA. Grayscale: #A0A0A0. Windows color (decimal): -684267 or 1413109. OLE color: 1413109.
HSL color Cylindrical-coordinate representation of color #F58F15: hue angle of 32.68º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F58F15 is Cyan = 0, Magento = 0.42, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 143 | 21 | - |
| CMYK | 0 | 0.42 | 0.91 | 0.04 |
| HSL | 32.68º | 0.92% | 0.52% | - |
| HSV(B) | 32.68º | 0.91% | 0.96% | - |
| XYZ | 47.61 | 39.11 | 5.75 | - |
| YUV | 159.59 | 49.79 | 188.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 143 | 21 | 0 | 0.42 | 0.91 | 0.04 | 32.68 | 0.92 | 0.52 |
| Hex | F5 | 8F | 15 | 0 | 2A | 5B | 4 | 21 | 5C | 34 |
| Octal | 365 | 217 | 25 | 0 | 52 | 133 | 4 | 41 | 134 | 64 |
| Binary | 11110101 | 10001111 | 10101 | 0 | 101010 | 1011011 | 100 | 100001 | 1011100 | 110100 |
Color Harmonies of #F58F15
Complementary color
Monochromatic Colors of #F58F15
Black with #F58F15
Text Example
Text Example
White with #F58F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58F15; }
p { color: rgb(245,143,21); }
H1.HeaderClassName
{
color: #F58F15;
}
.AnyTagClassName
{
color: #F58F15;
}
</style>
background-color css
<style>
a { background-color: #F58F15; }
a { background-color: rgb(245,143,21); }
div.DivClassName
{
background-color: #F58F15;
}
.BgClassName
{
background-color: #F58F15;
}
</style>
border-color css
<style>
span { border-color: #F58F15; }
span { border-color: rgb(245,143,21); }
td.TdClassName
{
border-color: #F58F15;
}
.TagClassName
{
border-color: #F58F15;
}
</style>