Shades of Carrot Orange #F28F29
Tints of Carrot Orange #F28F29
RGB
CMYK
RGB Variations
Color information
#F28F29 (or 0xF28F29) is known color: Carrot Orange. HEX triplet: F2, 8F and 29. RGB value is (242,143,41). Sum of RGB (Red+Green+Blue) = 242+143+41=426 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.81% from 426); Green value is 143 (56.25% from 255 or 33.57% from 426); Blue value is 41 (16.41% from 255 or 9.62% from 426); Max value from RGB is 242 - color contains mainly: red. Hex color #F28F29 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F28F29 is #0D70D6. Grayscale: #A1A1A1. Windows color (decimal): -880855 or 2723826. OLE color: 2723826.
HSL color Cylindrical-coordinate representation of color #F28F29: hue angle of 30.45º 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 #F28F29 is Cyan = 0, Magento = 0.41, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 143 | 41 | - |
| CMYK | 0 | 0.41 | 0.83 | 0.05 |
| HSL | 30.45º | 0.89% | 0.55% | - |
| HSV(B) | 30.45º | 0.83% | 0.95% | - |
| XYZ | 46.84 | 38.68 | 7.1 | - |
| YUV | 160.97 | 60.3 | 185.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 143 | 41 | 0 | 0.41 | 0.83 | 0.05 | 30.45 | 0.89 | 0.55 |
| Hex | F2 | 8F | 29 | 0 | 29 | 53 | 5 | 1E | 59 | 37 |
| Octal | 362 | 217 | 51 | 0 | 51 | 123 | 5 | 36 | 131 | 67 |
| Binary | 11110010 | 10001111 | 101001 | 0 | 101001 | 1010011 | 101 | 11110 | 1011001 | 110111 |
Color Harmonies of #F28F29
Complementary color
Monochromatic Colors of #F28F29
Black with #F28F29
Text Example
Text Example
White with #F28F29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28F29; }
p { color: rgb(242,143,41); }
H1.HeaderClassName
{
color: #F28F29;
}
.AnyTagClassName
{
color: #F28F29;
}
</style>
background-color css
<style>
a { background-color: #F28F29; }
a { background-color: rgb(242,143,41); }
div.DivClassName
{
background-color: #F28F29;
}
.BgClassName
{
background-color: #F28F29;
}
</style>
border-color css
<style>
span { border-color: #F28F29; }
span { border-color: rgb(242,143,41); }
td.TdClassName
{
border-color: #F28F29;
}
.TagClassName
{
border-color: #F28F29;
}
</style>