Shades of Carrot Orange #F08528
Tints of Carrot Orange #F08528
RGB
CMYK
RGB Variations
Color information
#F08528 (or 0xF08528) is known color: Carrot Orange. HEX triplet: F0, 85 and 28. RGB value is (240,133,40). Sum of RGB (Red+Green+Blue) = 240+133+40=413 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.11% from 413); Green value is 133 (52.34% from 255 or 32.20% from 413); Blue value is 40 (16.02% from 255 or 9.69% from 413); Max value from RGB is 240 - color contains mainly: red. Hex color #F08528 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F08528 is #0F7AD7. Grayscale: #9A9A9A. Windows color (decimal): -1014488 or 2655728. OLE color: 2655728.
HSL color Cylindrical-coordinate representation of color #F08528: hue angle of 27.9º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F08528 is Cyan = 0, Magento = 0.45, Yellow = 0.83 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 133 | 40 | - |
| CMYK | 0 | 0.45 | 0.83 | 0.06 |
| HSL | 27.9º | 0.87% | 0.55% | - |
| HSV(B) | 27.9º | 0.83% | 0.94% | - |
| XYZ | 44.71 | 35.45 | 6.49 | - |
| YUV | 154.39 | 63.45 | 189.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 133 | 40 | 0 | 0.45 | 0.83 | 0.06 | 27.9 | 0.87 | 0.55 |
| Hex | F0 | 85 | 28 | 0 | 2D | 53 | 6 | 1C | 57 | 37 |
| Octal | 360 | 205 | 50 | 0 | 55 | 123 | 6 | 34 | 127 | 67 |
| Binary | 11110000 | 10000101 | 101000 | 0 | 101101 | 1010011 | 110 | 11100 | 1010111 | 110111 |
Color Harmonies of #F08528
Complementary color
Monochromatic Colors of #F08528
Black with #F08528
Text Example
Text Example
White with #F08528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08528; }
p { color: rgb(240,133,40); }
H1.HeaderClassName
{
color: #F08528;
}
.AnyTagClassName
{
color: #F08528;
}
</style>
background-color css
<style>
a { background-color: #F08528; }
a { background-color: rgb(240,133,40); }
div.DivClassName
{
background-color: #F08528;
}
.BgClassName
{
background-color: #F08528;
}
</style>
border-color css
<style>
span { border-color: #F08528; }
span { border-color: rgb(240,133,40); }
td.TdClassName
{
border-color: #F08528;
}
.TagClassName
{
border-color: #F08528;
}
</style>