Shades of Carrot Orange #F18128
Tints of Carrot Orange #F18128
RGB
CMYK
RGB Variations
Color information
#F18128 (or 0xF18128) is known color: Carrot Orange. HEX triplet: F1, 81 and 28. RGB value is (241,129,40). Sum of RGB (Red+Green+Blue) = 241+129+40=410 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.78% from 410); Green value is 129 (50.78% from 255 or 31.46% from 410); Blue value is 40 (16.02% from 255 or 9.76% from 410); Max value from RGB is 241 - color contains mainly: red. Hex color #F18128 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F18128 is #0E7ED7. Grayscale: #989898. Windows color (decimal): -949976 or 2654705. OLE color: 2654705.
HSL color Cylindrical-coordinate representation of color #F18128: hue angle of 26.57º 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 #F18128 is Cyan = 0, Magento = 0.46, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 129 | 40 | - |
| CMYK | 0 | 0.46 | 0.83 | 0.05 |
| HSL | 26.57º | 0.88% | 0.55% | - |
| HSV(B) | 26.57º | 0.83% | 0.95% | - |
| XYZ | 44.51 | 34.55 | 6.33 | - |
| YUV | 152.34 | 64.61 | 191.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 129 | 40 | 0 | 0.46 | 0.83 | 0.05 | 26.57 | 0.88 | 0.55 |
| Hex | F1 | 81 | 28 | 0 | 2E | 53 | 5 | 1B | 58 | 37 |
| Octal | 361 | 201 | 50 | 0 | 56 | 123 | 5 | 33 | 130 | 67 |
| Binary | 11110001 | 10000001 | 101000 | 0 | 101110 | 1010011 | 101 | 11011 | 1011000 | 110111 |
Color Harmonies of #F18128
Complementary color
Monochromatic Colors of #F18128
Black with #F18128
Text Example
Text Example
White with #F18128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18128; }
p { color: rgb(241,129,40); }
H1.HeaderClassName
{
color: #F18128;
}
.AnyTagClassName
{
color: #F18128;
}
</style>
background-color css
<style>
a { background-color: #F18128; }
a { background-color: rgb(241,129,40); }
div.DivClassName
{
background-color: #F18128;
}
.BgClassName
{
background-color: #F18128;
}
</style>
border-color css
<style>
span { border-color: #F18128; }
span { border-color: rgb(241,129,40); }
td.TdClassName
{
border-color: #F18128;
}
.TagClassName
{
border-color: #F18128;
}
</style>