Shades of Carrot Orange #F28228
Tints of Carrot Orange #F28228
RGB
CMYK
RGB Variations
Color information
#F28228 (or 0xF28228) is known color: Carrot Orange. HEX triplet: F2, 82 and 28. RGB value is (242,130,40). Sum of RGB (Red+Green+Blue) = 242+130+40=412 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.74% from 412); Green value is 130 (51.17% from 255 or 31.55% from 412); Blue value is 40 (16.02% from 255 or 9.71% from 412); Max value from RGB is 242 - color contains mainly: red. Hex color #F28228 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F28228 is #0D7DD7. Grayscale: #999999. Windows color (decimal): -884184 or 2654962. OLE color: 2654962.
HSL color Cylindrical-coordinate representation of color #F28228: hue angle of 26.73º 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 #F28228 is Cyan = 0, Magento = 0.46, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 130 | 40 | - |
| CMYK | 0 | 0.46 | 0.83 | 0.05 |
| HSL | 26.73º | 0.89% | 0.55% | - |
| HSV(B) | 26.73º | 0.83% | 0.95% | - |
| XYZ | 44.98 | 35 | 6.39 | - |
| YUV | 153.23 | 64.11 | 191.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 130 | 40 | 0 | 0.46 | 0.83 | 0.05 | 26.73 | 0.89 | 0.55 |
| Hex | F2 | 82 | 28 | 0 | 2E | 53 | 5 | 1B | 59 | 37 |
| Octal | 362 | 202 | 50 | 0 | 56 | 123 | 5 | 33 | 131 | 67 |
| Binary | 11110010 | 10000010 | 101000 | 0 | 101110 | 1010011 | 101 | 11011 | 1011001 | 110111 |
Color Harmonies of #F28228
Complementary color
Monochromatic Colors of #F28228
Black with #F28228
Text Example
Text Example
White with #F28228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28228; }
p { color: rgb(242,130,40); }
H1.HeaderClassName
{
color: #F28228;
}
.AnyTagClassName
{
color: #F28228;
}
</style>
background-color css
<style>
a { background-color: #F28228; }
a { background-color: rgb(242,130,40); }
div.DivClassName
{
background-color: #F28228;
}
.BgClassName
{
background-color: #F28228;
}
</style>
border-color css
<style>
span { border-color: #F28228; }
span { border-color: rgb(242,130,40); }
td.TdClassName
{
border-color: #F28228;
}
.TagClassName
{
border-color: #F28228;
}
</style>