Shades of Carrot Orange #F18527
Tints of Carrot Orange #F18527
RGB
CMYK
RGB Variations
Color information
#F18527 (or 0xF18527) is known color: Carrot Orange. HEX triplet: F1, 85 and 27. RGB value is (241,133,39). Sum of RGB (Red+Green+Blue) = 241+133+39=413 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.35% from 413); Green value is 133 (52.34% from 255 or 32.20% from 413); Blue value is 39 (15.62% from 255 or 9.44% from 413); Max value from RGB is 241 - color contains mainly: red. Hex color #F18527 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F18527 is #0E7AD8. Grayscale: #9B9B9B. Windows color (decimal): -948953 or 2590193. OLE color: 2590193.
HSL color Cylindrical-coordinate representation of color #F18527: hue angle of 27.92º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F18527 is Cyan = 0, Magento = 0.45, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 133 | 39 | - |
| CMYK | 0 | 0.45 | 0.84 | 0.05 |
| HSL | 27.92º | 0.88% | 0.55% | - |
| HSV(B) | 27.92º | 0.84% | 0.95% | - |
| XYZ | 45.03 | 35.62 | 6.42 | - |
| YUV | 154.58 | 62.78 | 189.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 133 | 39 | 0 | 0.45 | 0.84 | 0.05 | 27.92 | 0.88 | 0.55 |
| Hex | F1 | 85 | 27 | 0 | 2D | 54 | 5 | 1C | 58 | 37 |
| Octal | 361 | 205 | 47 | 0 | 55 | 124 | 5 | 34 | 130 | 67 |
| Binary | 11110001 | 10000101 | 100111 | 0 | 101101 | 1010100 | 101 | 11100 | 1011000 | 110111 |
Color Harmonies of #F18527
Complementary color
Monochromatic Colors of #F18527
Black with #F18527
Text Example
Text Example
White with #F18527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18527; }
p { color: rgb(241,133,39); }
H1.HeaderClassName
{
color: #F18527;
}
.AnyTagClassName
{
color: #F18527;
}
</style>
background-color css
<style>
a { background-color: #F18527; }
a { background-color: rgb(241,133,39); }
div.DivClassName
{
background-color: #F18527;
}
.BgClassName
{
background-color: #F18527;
}
</style>
border-color css
<style>
span { border-color: #F18527; }
span { border-color: rgb(241,133,39); }
td.TdClassName
{
border-color: #F18527;
}
.TagClassName
{
border-color: #F18527;
}
</style>