Shades of Carrot Orange #F28F28
Tints of Carrot Orange #F28F28
RGB
CMYK
RGB Variations
Color information
#F28F28 (or 0xF28F28) is known color: Carrot Orange. HEX triplet: F2, 8F and 28. RGB value is (242,143,40). Sum of RGB (Red+Green+Blue) = 242+143+40=425 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.94% from 425); Green value is 143 (56.25% from 255 or 33.65% from 425); Blue value is 40 (16.02% from 255 or 9.41% from 425); Max value from RGB is 242 - color contains mainly: red. Hex color #F28F28 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F28F28 is #0D70D7. Grayscale: #A1A1A1. Windows color (decimal): -880856 or 2658290. OLE color: 2658290.
HSL color Cylindrical-coordinate representation of color #F28F28: hue angle of 30.59º degrees, saturation: 0.89, 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 #F28F28 is Cyan = 0, Magento = 0.41, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 143 | 40 | - |
| CMYK | 0 | 0.41 | 0.83 | 0.05 |
| HSL | 30.59º | 0.89% | 0.55% | - |
| HSV(B) | 30.59º | 0.83% | 0.95% | - |
| XYZ | 46.82 | 38.68 | 7 | - |
| YUV | 160.86 | 59.8 | 185.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 143 | 40 | 0 | 0.41 | 0.83 | 0.05 | 30.59 | 0.89 | 0.55 |
| Hex | F2 | 8F | 28 | 0 | 29 | 53 | 5 | 1F | 59 | 37 |
| Octal | 362 | 217 | 50 | 0 | 51 | 123 | 5 | 37 | 131 | 67 |
| Binary | 11110010 | 10001111 | 101000 | 0 | 101001 | 1010011 | 101 | 11111 | 1011001 | 110111 |
Color Harmonies of #F28F28
Complementary color
Monochromatic Colors of #F28F28
Black with #F28F28
Text Example
Text Example
White with #F28F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28F28; }
p { color: rgb(242,143,40); }
H1.HeaderClassName
{
color: #F28F28;
}
.AnyTagClassName
{
color: #F28F28;
}
</style>
background-color css
<style>
a { background-color: #F28F28; }
a { background-color: rgb(242,143,40); }
div.DivClassName
{
background-color: #F28F28;
}
.BgClassName
{
background-color: #F28F28;
}
</style>
border-color css
<style>
span { border-color: #F28F28; }
span { border-color: rgb(242,143,40); }
td.TdClassName
{
border-color: #F28F28;
}
.TagClassName
{
border-color: #F28F28;
}
</style>