Shades of Carrot Orange #F09715
Tints of Carrot Orange #F09715
RGB
CMYK
RGB Variations
Color information
#F09715 (or 0xF09715) is known color: Carrot Orange. HEX triplet: F0, 97 and 15. RGB value is (240,151,21). Sum of RGB (Red+Green+Blue) = 240+151+21=412 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.25% from 412); Green value is 151 (59.38% from 255 or 36.65% from 412); Blue value is 21 (8.59% from 255 or 5.10% from 412); Max value from RGB is 240 - color contains mainly: red. Hex color #F09715 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F09715 is #0F68EA. Grayscale: #A3A3A3. Windows color (decimal): -1009899 or 1415152. OLE color: 1415152.
HSL color Cylindrical-coordinate representation of color #F09715: hue angle of 35.62º 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 #F09715 is Cyan = 0, Magento = 0.37, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 151 | 21 | - |
| CMYK | 0 | 0.37 | 0.91 | 0.06 |
| HSL | 35.62º | 0.88% | 0.51% | - |
| HSV(B) | 35.62º | 0.91% | 0.94% | - |
| XYZ | 47.14 | 40.71 | 6.08 | - |
| YUV | 162.79 | 47.99 | 183.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 151 | 21 | 0 | 0.37 | 0.91 | 0.06 | 35.62 | 0.88 | 0.51 |
| Hex | F0 | 97 | 15 | 0 | 25 | 5B | 6 | 24 | 58 | 33 |
| Octal | 360 | 227 | 25 | 0 | 45 | 133 | 6 | 44 | 130 | 63 |
| Binary | 11110000 | 10010111 | 10101 | 0 | 100101 | 1011011 | 110 | 100100 | 1011000 | 110011 |
Color Harmonies of #F09715
Complementary color
Monochromatic Colors of #F09715
Black with #F09715
Text Example
Text Example
White with #F09715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09715; }
p { color: rgb(240,151,21); }
H1.HeaderClassName
{
color: #F09715;
}
.AnyTagClassName
{
color: #F09715;
}
</style>
background-color css
<style>
a { background-color: #F09715; }
a { background-color: rgb(240,151,21); }
div.DivClassName
{
background-color: #F09715;
}
.BgClassName
{
background-color: #F09715;
}
</style>
border-color css
<style>
span { border-color: #F09715; }
span { border-color: rgb(240,151,21); }
td.TdClassName
{
border-color: #F09715;
}
.TagClassName
{
border-color: #F09715;
}
</style>