Shades of Carrot Orange #F28C24
Tints of Carrot Orange #F28C24
RGB
CMYK
RGB Variations
Color information
#F28C24 (or 0xF28C24) is known color: Carrot Orange. HEX triplet: F2, 8C and 24. RGB value is (242,140,36). Sum of RGB (Red+Green+Blue) = 242+140+36=418 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.89% from 418); Green value is 140 (55.08% from 255 or 33.49% from 418); Blue value is 36 (14.45% from 255 or 8.61% from 418); Max value from RGB is 242 - color contains mainly: red. Hex color #F28C24 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F28C24 is #0D73DB. Grayscale: #9F9F9F. Windows color (decimal): -881628 or 2395378. OLE color: 2395378.
HSL color Cylindrical-coordinate representation of color #F28C24: hue angle of 30.29º 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 #F28C24 is Cyan = 0, Magento = 0.42, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 140 | 36 | - |
| CMYK | 0 | 0.42 | 0.85 | 0.05 |
| HSL | 30.29º | 0.89% | 0.55% | - |
| HSV(B) | 30.29º | 0.85% | 0.95% | - |
| XYZ | 46.31 | 37.76 | 6.52 | - |
| YUV | 158.64 | 58.79 | 187.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 140 | 36 | 0 | 0.42 | 0.85 | 0.05 | 30.29 | 0.89 | 0.55 |
| Hex | F2 | 8C | 24 | 0 | 2A | 55 | 5 | 1E | 59 | 37 |
| Octal | 362 | 214 | 44 | 0 | 52 | 125 | 5 | 36 | 131 | 67 |
| Binary | 11110010 | 10001100 | 100100 | 0 | 101010 | 1010101 | 101 | 11110 | 1011001 | 110111 |
Color Harmonies of #F28C24
Complementary color
Monochromatic Colors of #F28C24
Black with #F28C24
Text Example
Text Example
White with #F28C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28C24; }
p { color: rgb(242,140,36); }
H1.HeaderClassName
{
color: #F28C24;
}
.AnyTagClassName
{
color: #F28C24;
}
</style>
background-color css
<style>
a { background-color: #F28C24; }
a { background-color: rgb(242,140,36); }
div.DivClassName
{
background-color: #F28C24;
}
.BgClassName
{
background-color: #F28C24;
}
</style>
border-color css
<style>
span { border-color: #F28C24; }
span { border-color: rgb(242,140,36); }
td.TdClassName
{
border-color: #F28C24;
}
.TagClassName
{
border-color: #F28C24;
}
</style>