Shades of Carrot Orange #F28526
Tints of Carrot Orange #F28526
RGB
CMYK
RGB Variations
Color information
#F28526 (or 0xF28526) is known color: Carrot Orange. HEX triplet: F2, 85 and 26. RGB value is (242,133,38). Sum of RGB (Red+Green+Blue) = 242+133+38=413 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.60% from 413); Green value is 133 (52.34% from 255 or 32.20% from 413); Blue value is 38 (15.23% from 255 or 9.20% from 413); Max value from RGB is 242 - color contains mainly: red. Hex color #F28526 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F28526 is #0D7AD9. Grayscale: #9B9B9B. Windows color (decimal): -883418 or 2524658. OLE color: 2524658.
HSL color Cylindrical-coordinate representation of color #F28526: hue angle of 27.94º 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 #F28526 is Cyan = 0, Magento = 0.45, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 133 | 38 | - |
| CMYK | 0 | 0.45 | 0.84 | 0.05 |
| HSL | 27.94º | 0.89% | 0.55% | - |
| HSV(B) | 27.94º | 0.84% | 0.95% | - |
| XYZ | 45.36 | 35.79 | 6.35 | - |
| YUV | 154.76 | 62.11 | 190.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 133 | 38 | 0 | 0.45 | 0.84 | 0.05 | 27.94 | 0.89 | 0.55 |
| Hex | F2 | 85 | 26 | 0 | 2D | 54 | 5 | 1C | 59 | 37 |
| Octal | 362 | 205 | 46 | 0 | 55 | 124 | 5 | 34 | 131 | 67 |
| Binary | 11110010 | 10000101 | 100110 | 0 | 101101 | 1010100 | 101 | 11100 | 1011001 | 110111 |
Color Harmonies of #F28526
Complementary color
Monochromatic Colors of #F28526
Black with #F28526
Text Example
Text Example
White with #F28526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28526; }
p { color: rgb(242,133,38); }
H1.HeaderClassName
{
color: #F28526;
}
.AnyTagClassName
{
color: #F28526;
}
</style>
background-color css
<style>
a { background-color: #F28526; }
a { background-color: rgb(242,133,38); }
div.DivClassName
{
background-color: #F28526;
}
.BgClassName
{
background-color: #F28526;
}
</style>
border-color css
<style>
span { border-color: #F28526; }
span { border-color: rgb(242,133,38); }
td.TdClassName
{
border-color: #F28526;
}
.TagClassName
{
border-color: #F28526;
}
</style>