Shades of Carrot Orange #F28920
Tints of Carrot Orange #F28920
RGB
CMYK
RGB Variations
Color information
#F28920 (or 0xF28920) is known color: Carrot Orange. HEX triplet: F2, 89 and 20. RGB value is (242,137,32). Sum of RGB (Red+Green+Blue) = 242+137+32=411 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.88% from 411); Green value is 137 (53.91% from 255 or 33.33% from 411); Blue value is 32 (12.89% from 255 or 7.79% from 411); Max value from RGB is 242 - color contains mainly: red. Hex color #F28920 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F28920 is #0D76DF. Grayscale: #9C9C9C. Windows color (decimal): -882400 or 2132466. OLE color: 2132466.
HSL color Cylindrical-coordinate representation of color #F28920: hue angle of 30º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F28920 is Cyan = 0, Magento = 0.43, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 137 | 32 | - |
| CMYK | 0 | 0.43 | 0.87 | 0.05 |
| HSL | 30º | 0.89% | 0.54% | - |
| HSV(B) | 30º | 0.87% | 0.95% | - |
| XYZ | 45.82 | 36.87 | 6.07 | - |
| YUV | 156.43 | 57.79 | 189.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 137 | 32 | 0 | 0.43 | 0.87 | 0.05 | 30 | 0.89 | 0.54 |
| Hex | F2 | 89 | 20 | 0 | 2B | 57 | 5 | 1E | 59 | 36 |
| Octal | 362 | 211 | 40 | 0 | 53 | 127 | 5 | 36 | 131 | 66 |
| Binary | 11110010 | 10001001 | 100000 | 0 | 101011 | 1010111 | 101 | 11110 | 1011001 | 110110 |
Color Harmonies of #F28920
Complementary color
Monochromatic Colors of #F28920
Black with #F28920
Text Example
Text Example
White with #F28920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28920; }
p { color: rgb(242,137,32); }
H1.HeaderClassName
{
color: #F28920;
}
.AnyTagClassName
{
color: #F28920;
}
</style>
background-color css
<style>
a { background-color: #F28920; }
a { background-color: rgb(242,137,32); }
div.DivClassName
{
background-color: #F28920;
}
.BgClassName
{
background-color: #F28920;
}
</style>
border-color css
<style>
span { border-color: #F28920; }
span { border-color: rgb(242,137,32); }
td.TdClassName
{
border-color: #F28920;
}
.TagClassName
{
border-color: #F28920;
}
</style>