Shades of Carrot Orange #F18528
Tints of Carrot Orange #F18528
RGB
CMYK
RGB Variations
Color information
#F18528 (or 0xF18528) is known color: Carrot Orange. HEX triplet: F1, 85 and 28. RGB value is (241,133,40). Sum of RGB (Red+Green+Blue) = 241+133+40=414 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.21% from 414); Green value is 133 (52.34% from 255 or 32.13% from 414); Blue value is 40 (16.02% from 255 or 9.66% from 414); Max value from RGB is 241 - color contains mainly: red. Hex color #F18528 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F18528 is #0E7AD7. Grayscale: #9B9B9B. Windows color (decimal): -948952 or 2655729. OLE color: 2655729.
HSL color Cylindrical-coordinate representation of color #F18528: hue angle of 27.76º 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 #F18528 is Cyan = 0, Magento = 0.45, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 133 | 40 | - |
| CMYK | 0 | 0.45 | 0.83 | 0.05 |
| HSL | 27.76º | 0.88% | 0.55% | - |
| HSV(B) | 27.76º | 0.83% | 0.95% | - |
| XYZ | 45.05 | 35.63 | 6.51 | - |
| YUV | 154.69 | 63.28 | 189.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 133 | 40 | 0 | 0.45 | 0.83 | 0.05 | 27.76 | 0.88 | 0.55 |
| Hex | F1 | 85 | 28 | 0 | 2D | 53 | 5 | 1C | 58 | 37 |
| Octal | 361 | 205 | 50 | 0 | 55 | 123 | 5 | 34 | 130 | 67 |
| Binary | 11110001 | 10000101 | 101000 | 0 | 101101 | 1010011 | 101 | 11100 | 1011000 | 110111 |
Color Harmonies of #F18528
Complementary color
Monochromatic Colors of #F18528
Black with #F18528
Text Example
Text Example
White with #F18528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18528; }
p { color: rgb(241,133,40); }
H1.HeaderClassName
{
color: #F18528;
}
.AnyTagClassName
{
color: #F18528;
}
</style>
background-color css
<style>
a { background-color: #F18528; }
a { background-color: rgb(241,133,40); }
div.DivClassName
{
background-color: #F18528;
}
.BgClassName
{
background-color: #F18528;
}
</style>
border-color css
<style>
span { border-color: #F18528; }
span { border-color: rgb(241,133,40); }
td.TdClassName
{
border-color: #F18528;
}
.TagClassName
{
border-color: #F18528;
}
</style>