Shades of Carrot Orange #F18F28
Tints of Carrot Orange #F18F28
RGB
CMYK
RGB Variations
Color information
#F18F28 (or 0xF18F28) is known color: Carrot Orange. HEX triplet: F1, 8F and 28. RGB value is (241,143,40). Sum of RGB (Red+Green+Blue) = 241+143+40=424 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.84% from 424); Green value is 143 (56.25% from 255 or 33.73% from 424); Blue value is 40 (16.02% from 255 or 9.43% from 424); Max value from RGB is 241 - color contains mainly: red. Hex color #F18F28 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F18F28 is #0E70D7. Grayscale: #A1A1A1. Windows color (decimal): -946392 or 2658289. OLE color: 2658289.
HSL color Cylindrical-coordinate representation of color #F18F28: hue angle of 30.75º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F18F28 is Cyan = 0, Magento = 0.41, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 143 | 40 | - |
| CMYK | 0 | 0.41 | 0.83 | 0.05 |
| HSL | 30.75º | 0.88% | 0.55% | - |
| HSV(B) | 30.75º | 0.83% | 0.95% | - |
| XYZ | 46.48 | 38.5 | 6.99 | - |
| YUV | 160.56 | 59.97 | 185.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 143 | 40 | 0 | 0.41 | 0.83 | 0.05 | 30.75 | 0.88 | 0.55 |
| Hex | F1 | 8F | 28 | 0 | 29 | 53 | 5 | 1F | 58 | 37 |
| Octal | 361 | 217 | 50 | 0 | 51 | 123 | 5 | 37 | 130 | 67 |
| Binary | 11110001 | 10001111 | 101000 | 0 | 101001 | 1010011 | 101 | 11111 | 1011000 | 110111 |
Color Harmonies of #F18F28
Complementary color
Monochromatic Colors of #F18F28
Black with #F18F28
Text Example
Text Example
White with #F18F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18F28; }
p { color: rgb(241,143,40); }
H1.HeaderClassName
{
color: #F18F28;
}
.AnyTagClassName
{
color: #F18F28;
}
</style>
background-color css
<style>
a { background-color: #F18F28; }
a { background-color: rgb(241,143,40); }
div.DivClassName
{
background-color: #F18F28;
}
.BgClassName
{
background-color: #F18F28;
}
</style>
border-color css
<style>
span { border-color: #F18F28; }
span { border-color: rgb(241,143,40); }
td.TdClassName
{
border-color: #F18F28;
}
.TagClassName
{
border-color: #F18F28;
}
</style>