Shades of Carrot Orange #F28824
Tints of Carrot Orange #F28824
RGB
CMYK
RGB Variations
Color information
#F28824 (or 0xF28824) is known color: Carrot Orange. HEX triplet: F2, 88 and 24. RGB value is (242,136,36). Sum of RGB (Red+Green+Blue) = 242+136+36=414 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.45% from 414); Green value is 136 (53.52% from 255 or 32.85% from 414); Blue value is 36 (14.45% from 255 or 8.70% from 414); Max value from RGB is 242 - color contains mainly: red. Hex color #F28824 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F28824 is #0D77DB. Grayscale: #9C9C9C. Windows color (decimal): -882652 or 2394354. OLE color: 2394354.
HSL color Cylindrical-coordinate representation of color #F28824: hue angle of 29.13º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F28824 is Cyan = 0, Magento = 0.44, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 136 | 36 | - |
| CMYK | 0 | 0.44 | 0.85 | 0.05 |
| HSL | 29.13º | 0.89% | 0.55% | - |
| HSV(B) | 29.13º | 0.85% | 0.95% | - |
| XYZ | 45.74 | 36.61 | 6.33 | - |
| YUV | 156.29 | 60.12 | 189.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 136 | 36 | 0 | 0.44 | 0.85 | 0.05 | 29.13 | 0.89 | 0.55 |
| Hex | F2 | 88 | 24 | 0 | 2C | 55 | 5 | 1D | 59 | 37 |
| Octal | 362 | 210 | 44 | 0 | 54 | 125 | 5 | 35 | 131 | 67 |
| Binary | 11110010 | 10001000 | 100100 | 0 | 101100 | 1010101 | 101 | 11101 | 1011001 | 110111 |
Color Harmonies of #F28824
Complementary color
Monochromatic Colors of #F28824
Black with #F28824
Text Example
Text Example
White with #F28824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28824; }
p { color: rgb(242,136,36); }
H1.HeaderClassName
{
color: #F28824;
}
.AnyTagClassName
{
color: #F28824;
}
</style>
background-color css
<style>
a { background-color: #F28824; }
a { background-color: rgb(242,136,36); }
div.DivClassName
{
background-color: #F28824;
}
.BgClassName
{
background-color: #F28824;
}
</style>
border-color css
<style>
span { border-color: #F28824; }
span { border-color: rgb(242,136,36); }
td.TdClassName
{
border-color: #F28824;
}
.TagClassName
{
border-color: #F28824;
}
</style>