Shades of Carrot Orange #F28F15
Tints of Carrot Orange #F28F15
RGB
CMYK
RGB Variations
Color information
#F28F15 (or 0xF28F15) is known color: Carrot Orange. HEX triplet: F2, 8F and 15. RGB value is (242,143,21). Sum of RGB (Red+Green+Blue) = 242+143+21=406 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.61% from 406); Green value is 143 (56.25% from 255 or 35.22% from 406); Blue value is 21 (8.59% from 255 or 5.17% from 406); Max value from RGB is 242 - color contains mainly: red. Hex color #F28F15 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F28F15 is #0D70EA. Grayscale: #9F9F9F. Windows color (decimal): -880875 or 1413106. OLE color: 1413106.
HSL color Cylindrical-coordinate representation of color #F28F15: hue angle of 33.12º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F28F15 is Cyan = 0, Magento = 0.41, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 143 | 21 | - |
| CMYK | 0 | 0.41 | 0.91 | 0.05 |
| HSL | 33.12º | 0.89% | 0.52% | - |
| HSV(B) | 33.12º | 0.91% | 0.95% | - |
| XYZ | 46.58 | 38.58 | 5.7 | - |
| YUV | 158.69 | 50.3 | 187.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 143 | 21 | 0 | 0.41 | 0.91 | 0.05 | 33.12 | 0.89 | 0.52 |
| Hex | F2 | 8F | 15 | 0 | 29 | 5B | 5 | 21 | 59 | 34 |
| Octal | 362 | 217 | 25 | 0 | 51 | 133 | 5 | 41 | 131 | 64 |
| Binary | 11110010 | 10001111 | 10101 | 0 | 101001 | 1011011 | 101 | 100001 | 1011001 | 110100 |
Color Harmonies of #F28F15
Complementary color
Monochromatic Colors of #F28F15
Black with #F28F15
Text Example
Text Example
White with #F28F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28F15; }
p { color: rgb(242,143,21); }
H1.HeaderClassName
{
color: #F28F15;
}
.AnyTagClassName
{
color: #F28F15;
}
</style>
background-color css
<style>
a { background-color: #F28F15; }
a { background-color: rgb(242,143,21); }
div.DivClassName
{
background-color: #F28F15;
}
.BgClassName
{
background-color: #F28F15;
}
</style>
border-color css
<style>
span { border-color: #F28F15; }
span { border-color: rgb(242,143,21); }
td.TdClassName
{
border-color: #F28F15;
}
.TagClassName
{
border-color: #F28F15;
}
</style>