Shades of Carrot Orange #F08F28
Tints of Carrot Orange #F08F28
RGB
CMYK
RGB Variations
Color information
#F08F28 (or 0xF08F28) is known color: Carrot Orange. HEX triplet: F0, 8F and 28. RGB value is (240,143,40). Sum of RGB (Red+Green+Blue) = 240+143+40=423 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.74% from 423); Green value is 143 (56.25% from 255 or 33.81% from 423); Blue value is 40 (16.02% from 255 or 9.46% from 423); Max value from RGB is 240 - color contains mainly: red. Hex color #F08F28 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F08F28 is #0F70D7. Grayscale: #A0A0A0. Windows color (decimal): -1011928 or 2658288. OLE color: 2658288.
HSL color Cylindrical-coordinate representation of color #F08F28: hue angle of 30.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 #F08F28 is Cyan = 0, Magento = 0.40, Yellow = 0.83 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 143 | 40 | - |
| CMYK | 0 | 0.40 | 0.83 | 0.06 |
| HSL | 30.9º | 0.87% | 0.55% | - |
| HSV(B) | 30.9º | 0.83% | 0.94% | - |
| XYZ | 46.14 | 38.32 | 6.97 | - |
| YUV | 160.26 | 60.14 | 184.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 143 | 40 | 0 | 0.40 | 0.83 | 0.06 | 30.9 | 0.87 | 0.55 |
| Hex | F0 | 8F | 28 | 0 | 28 | 53 | 6 | 1F | 57 | 37 |
| Octal | 360 | 217 | 50 | 0 | 50 | 123 | 6 | 37 | 127 | 67 |
| Binary | 11110000 | 10001111 | 101000 | 0 | 101000 | 1010011 | 110 | 11111 | 1010111 | 110111 |
Color Harmonies of #F08F28
Complementary color
Monochromatic Colors of #F08F28
Black with #F08F28
Text Example
Text Example
White with #F08F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08F28; }
p { color: rgb(240,143,40); }
H1.HeaderClassName
{
color: #F08F28;
}
.AnyTagClassName
{
color: #F08F28;
}
</style>
background-color css
<style>
a { background-color: #F08F28; }
a { background-color: rgb(240,143,40); }
div.DivClassName
{
background-color: #F08F28;
}
.BgClassName
{
background-color: #F08F28;
}
</style>
border-color css
<style>
span { border-color: #F08F28; }
span { border-color: rgb(240,143,40); }
td.TdClassName
{
border-color: #F08F28;
}
.TagClassName
{
border-color: #F08F28;
}
</style>