Shades of Carrot Orange #F28F19
Tints of Carrot Orange #F28F19
RGB
CMYK
RGB Variations
Color information
#F28F19 (or 0xF28F19) is known color: Carrot Orange. HEX triplet: F2, 8F and 19. RGB value is (242,143,25). Sum of RGB (Red+Green+Blue) = 242+143+25=410 (54% of max value = 765). Red value is 242 (94.92% from 255 or 59.02% from 410); Green value is 143 (56.25% from 255 or 34.88% from 410); Blue value is 25 (10.16% from 255 or 6.10% from 410); Max value from RGB is 242 - color contains mainly: red. Hex color #F28F19 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F28F19 is #0D70E6. Grayscale: #9F9F9F. Windows color (decimal): -880871 or 1675250. OLE color: 1675250.
HSL color Cylindrical-coordinate representation of color #F28F19: hue angle of 32.63º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F28F19 is Cyan = 0, Magento = 0.41, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 143 | 25 | - |
| CMYK | 0 | 0.41 | 0.90 | 0.05 |
| HSL | 32.63º | 0.89% | 0.52% | - |
| HSV(B) | 32.63º | 0.9% | 0.95% | - |
| XYZ | 46.62 | 38.59 | 5.91 | - |
| YUV | 159.15 | 52.3 | 187.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 143 | 25 | 0 | 0.41 | 0.90 | 0.05 | 32.63 | 0.89 | 0.52 |
| Hex | F2 | 8F | 19 | 0 | 29 | 5A | 5 | 21 | 59 | 34 |
| Octal | 362 | 217 | 31 | 0 | 51 | 132 | 5 | 41 | 131 | 64 |
| Binary | 11110010 | 10001111 | 11001 | 0 | 101001 | 1011010 | 101 | 100001 | 1011001 | 110100 |
Color Harmonies of #F28F19
Complementary color
Monochromatic Colors of #F28F19
Black with #F28F19
Text Example
Text Example
White with #F28F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28F19; }
p { color: rgb(242,143,25); }
H1.HeaderClassName
{
color: #F28F19;
}
.AnyTagClassName
{
color: #F28F19;
}
</style>
background-color css
<style>
a { background-color: #F28F19; }
a { background-color: rgb(242,143,25); }
div.DivClassName
{
background-color: #F28F19;
}
.BgClassName
{
background-color: #F28F19;
}
</style>
border-color css
<style>
span { border-color: #F28F19; }
span { border-color: rgb(242,143,25); }
td.TdClassName
{
border-color: #F28F19;
}
.TagClassName
{
border-color: #F28F19;
}
</style>