Shades of Carrot Orange #F28615
Tints of Carrot Orange #F28615
RGB
CMYK
RGB Variations
Color information
#F28615 (or 0xF28615) is known color: Carrot Orange. HEX triplet: F2, 86 and 15. RGB value is (242,134,21). Sum of RGB (Red+Green+Blue) = 242+134+21=397 (52% of max value = 765). Red value is 242 (94.92% from 255 or 60.96% from 397); Green value is 134 (52.73% from 255 or 33.75% from 397); Blue value is 21 (8.59% from 255 or 5.29% from 397); Max value from RGB is 242 - color contains mainly: red. Hex color #F28615 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F28615 is #0D79EA. Grayscale: #999999. Windows color (decimal): -883179 or 1410802. OLE color: 1410802.
HSL color Cylindrical-coordinate representation of color #F28615: hue angle of 30.68º 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 #F28615 is Cyan = 0, Magento = 0.45, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 134 | 21 | - |
| CMYK | 0 | 0.45 | 0.91 | 0.05 |
| HSL | 30.68º | 0.89% | 0.52% | - |
| HSV(B) | 30.68º | 0.91% | 0.95% | - |
| XYZ | 45.28 | 35.98 | 5.27 | - |
| YUV | 153.41 | 53.28 | 191.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 134 | 21 | 0 | 0.45 | 0.91 | 0.05 | 30.68 | 0.89 | 0.52 |
| Hex | F2 | 86 | 15 | 0 | 2D | 5B | 5 | 1F | 59 | 34 |
| Octal | 362 | 206 | 25 | 0 | 55 | 133 | 5 | 37 | 131 | 64 |
| Binary | 11110010 | 10000110 | 10101 | 0 | 101101 | 1011011 | 101 | 11111 | 1011001 | 110100 |
Color Harmonies of #F28615
Complementary color
Monochromatic Colors of #F28615
Black with #F28615
Text Example
Text Example
White with #F28615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28615; }
p { color: rgb(242,134,21); }
H1.HeaderClassName
{
color: #F28615;
}
.AnyTagClassName
{
color: #F28615;
}
</style>
background-color css
<style>
a { background-color: #F28615; }
a { background-color: rgb(242,134,21); }
div.DivClassName
{
background-color: #F28615;
}
.BgClassName
{
background-color: #F28615;
}
</style>
border-color css
<style>
span { border-color: #F28615; }
span { border-color: rgb(242,134,21); }
td.TdClassName
{
border-color: #F28615;
}
.TagClassName
{
border-color: #F28615;
}
</style>