Shades of Carrot Orange #F28C26
Tints of Carrot Orange #F28C26
RGB
CMYK
RGB Variations
Color information
#F28C26 (or 0xF28C26) is known color: Carrot Orange. HEX triplet: F2, 8C and 26. RGB value is (242,140,38). Sum of RGB (Red+Green+Blue) = 242+140+38=420 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.62% from 420); Green value is 140 (55.08% from 255 or 33.33% from 420); Blue value is 38 (15.23% from 255 or 9.05% from 420); Max value from RGB is 242 - color contains mainly: red. Hex color #F28C26 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F28C26 is #0D73D9. Grayscale: #9F9F9F. Windows color (decimal): -881626 or 2526450. OLE color: 2526450.
HSL color Cylindrical-coordinate representation of color #F28C26: hue angle of 30º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F28C26 is Cyan = 0, Magento = 0.42, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 140 | 38 | - |
| CMYK | 0 | 0.42 | 0.84 | 0.05 |
| HSL | 30º | 0.89% | 0.55% | - |
| HSV(B) | 30º | 0.84% | 0.95% | - |
| XYZ | 46.35 | 37.77 | 6.68 | - |
| YUV | 158.87 | 59.79 | 187.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 140 | 38 | 0 | 0.42 | 0.84 | 0.05 | 30 | 0.89 | 0.55 |
| Hex | F2 | 8C | 26 | 0 | 2A | 54 | 5 | 1E | 59 | 37 |
| Octal | 362 | 214 | 46 | 0 | 52 | 124 | 5 | 36 | 131 | 67 |
| Binary | 11110010 | 10001100 | 100110 | 0 | 101010 | 1010100 | 101 | 11110 | 1011001 | 110111 |
Color Harmonies of #F28C26
Complementary color
Monochromatic Colors of #F28C26
Black with #F28C26
Text Example
Text Example
White with #F28C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28C26; }
p { color: rgb(242,140,38); }
H1.HeaderClassName
{
color: #F28C26;
}
.AnyTagClassName
{
color: #F28C26;
}
</style>
background-color css
<style>
a { background-color: #F28C26; }
a { background-color: rgb(242,140,38); }
div.DivClassName
{
background-color: #F28C26;
}
.BgClassName
{
background-color: #F28C26;
}
</style>
border-color css
<style>
span { border-color: #F28C26; }
span { border-color: rgb(242,140,38); }
td.TdClassName
{
border-color: #F28C26;
}
.TagClassName
{
border-color: #F28C26;
}
</style>