Shades of Carrot Orange #F28F21
Tints of Carrot Orange #F28F21
RGB
CMYK
RGB Variations
Color information
#F28F21 (or 0xF28F21) is known color: Carrot Orange. HEX triplet: F2, 8F and 21. RGB value is (242,143,33). Sum of RGB (Red+Green+Blue) = 242+143+33=418 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.89% from 418); Green value is 143 (56.25% from 255 or 34.21% from 418); Blue value is 33 (13.28% from 255 or 7.89% from 418); Max value from RGB is 242 - color contains mainly: red. Hex color #F28F21 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F28F21 is #0D70DE. Grayscale: #A0A0A0. Windows color (decimal): -880863 or 2199538. OLE color: 2199538.
HSL color Cylindrical-coordinate representation of color #F28F21: hue angle of 31.58º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F28F21 is Cyan = 0, Magento = 0.41, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 143 | 33 | - |
| CMYK | 0 | 0.41 | 0.86 | 0.05 |
| HSL | 31.58º | 0.89% | 0.54% | - |
| HSV(B) | 31.58º | 0.86% | 0.95% | - |
| XYZ | 46.71 | 38.63 | 6.43 | - |
| YUV | 160.06 | 56.3 | 186.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 143 | 33 | 0 | 0.41 | 0.86 | 0.05 | 31.58 | 0.89 | 0.54 |
| Hex | F2 | 8F | 21 | 0 | 29 | 56 | 5 | 20 | 59 | 36 |
| Octal | 362 | 217 | 41 | 0 | 51 | 126 | 5 | 40 | 131 | 66 |
| Binary | 11110010 | 10001111 | 100001 | 0 | 101001 | 1010110 | 101 | 100000 | 1011001 | 110110 |
Color Harmonies of #F28F21
Complementary color
Monochromatic Colors of #F28F21
Black with #F28F21
Text Example
Text Example
White with #F28F21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28F21; }
p { color: rgb(242,143,33); }
H1.HeaderClassName
{
color: #F28F21;
}
.AnyTagClassName
{
color: #F28F21;
}
</style>
background-color css
<style>
a { background-color: #F28F21; }
a { background-color: rgb(242,143,33); }
div.DivClassName
{
background-color: #F28F21;
}
.BgClassName
{
background-color: #F28F21;
}
</style>
border-color css
<style>
span { border-color: #F28F21; }
span { border-color: rgb(242,143,33); }
td.TdClassName
{
border-color: #F28F21;
}
.TagClassName
{
border-color: #F28F21;
}
</style>