Shades of Carrot Orange #F28517
Tints of Carrot Orange #F28517
RGB
CMYK
RGB Variations
Color information
#F28517 (or 0xF28517) is known color: Carrot Orange. HEX triplet: F2, 85 and 17. RGB value is (242,133,23). Sum of RGB (Red+Green+Blue) = 242+133+23=398 (52% of max value = 765). Red value is 242 (94.92% from 255 or 60.80% from 398); Green value is 133 (52.34% from 255 or 33.42% from 398); Blue value is 23 (9.38% from 255 or 5.78% from 398); Max value from RGB is 242 - color contains mainly: red. Hex color #F28517 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F28517 is #0D7AE8. Grayscale: #999999. Windows color (decimal): -883433 or 1541618. OLE color: 1541618.
HSL color Cylindrical-coordinate representation of color #F28517: hue angle of 30.14º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F28517 is Cyan = 0, Magento = 0.45, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 133 | 23 | - |
| CMYK | 0 | 0.45 | 0.90 | 0.05 |
| HSL | 30.14º | 0.89% | 0.52% | - |
| HSV(B) | 30.14º | 0.9% | 0.95% | - |
| XYZ | 45.16 | 35.71 | 5.32 | - |
| YUV | 153.05 | 54.61 | 191.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 133 | 23 | 0 | 0.45 | 0.90 | 0.05 | 30.14 | 0.89 | 0.52 |
| Hex | F2 | 85 | 17 | 0 | 2D | 5A | 5 | 1E | 59 | 34 |
| Octal | 362 | 205 | 27 | 0 | 55 | 132 | 5 | 36 | 131 | 64 |
| Binary | 11110010 | 10000101 | 10111 | 0 | 101101 | 1011010 | 101 | 11110 | 1011001 | 110100 |
Color Harmonies of #F28517
Complementary color
Monochromatic Colors of #F28517
Black with #F28517
Text Example
Text Example
White with #F28517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28517; }
p { color: rgb(242,133,23); }
H1.HeaderClassName
{
color: #F28517;
}
.AnyTagClassName
{
color: #F28517;
}
</style>
background-color css
<style>
a { background-color: #F28517; }
a { background-color: rgb(242,133,23); }
div.DivClassName
{
background-color: #F28517;
}
.BgClassName
{
background-color: #F28517;
}
</style>
border-color css
<style>
span { border-color: #F28517; }
span { border-color: rgb(242,133,23); }
td.TdClassName
{
border-color: #F28517;
}
.TagClassName
{
border-color: #F28517;
}
</style>