Shades of Carrot Orange #F08315
Tints of Carrot Orange #F08315
RGB
CMYK
RGB Variations
Color information
#F08315 (or 0xF08315) is known color: Carrot Orange. HEX triplet: F0, 83 and 15. RGB value is (240,131,21). Sum of RGB (Red+Green+Blue) = 240+131+21=392 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.22% from 392); Green value is 131 (51.56% from 255 or 33.42% from 392); Blue value is 21 (8.59% from 255 or 5.36% from 392); Max value from RGB is 240 - color contains mainly: red. Hex color #F08315 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F08315 is #0F7CEA. Grayscale: #979797. Windows color (decimal): -1015019 or 1410032. OLE color: 1410032.
HSL color Cylindrical-coordinate representation of color #F08315: hue angle of 30.14º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F08315 is Cyan = 0, Magento = 0.45, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 131 | 21 | - |
| CMYK | 0 | 0.45 | 0.91 | 0.06 |
| HSL | 30.14º | 0.88% | 0.51% | - |
| HSV(B) | 30.14º | 0.91% | 0.94% | - |
| XYZ | 44.19 | 34.81 | 5.1 | - |
| YUV | 151.05 | 54.61 | 191.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 131 | 21 | 0 | 0.45 | 0.91 | 0.06 | 30.14 | 0.88 | 0.51 |
| Hex | F0 | 83 | 15 | 0 | 2D | 5B | 6 | 1E | 58 | 33 |
| Octal | 360 | 203 | 25 | 0 | 55 | 133 | 6 | 36 | 130 | 63 |
| Binary | 11110000 | 10000011 | 10101 | 0 | 101101 | 1011011 | 110 | 11110 | 1011000 | 110011 |
Color Harmonies of #F08315
Complementary color
Monochromatic Colors of #F08315
Black with #F08315
Text Example
Text Example
White with #F08315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08315; }
p { color: rgb(240,131,21); }
H1.HeaderClassName
{
color: #F08315;
}
.AnyTagClassName
{
color: #F08315;
}
</style>
background-color css
<style>
a { background-color: #F08315; }
a { background-color: rgb(240,131,21); }
div.DivClassName
{
background-color: #F08315;
}
.BgClassName
{
background-color: #F08315;
}
</style>
border-color css
<style>
span { border-color: #F08315; }
span { border-color: rgb(240,131,21); }
td.TdClassName
{
border-color: #F08315;
}
.TagClassName
{
border-color: #F08315;
}
</style>