Shades of Carrot Orange #F28426
Tints of Carrot Orange #F28426
RGB
CMYK
RGB Variations
Color information
#F28426 (or 0xF28426) is known color: Carrot Orange. HEX triplet: F2, 84 and 26. RGB value is (242,132,38). Sum of RGB (Red+Green+Blue) = 242+132+38=412 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.74% from 412); Green value is 132 (51.95% from 255 or 32.04% from 412); Blue value is 38 (15.23% from 255 or 9.22% from 412); Max value from RGB is 242 - color contains mainly: red. Hex color #F28426 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F28426 is #0D7BD9. Grayscale: #9A9A9A. Windows color (decimal): -883674 or 2524402. OLE color: 2524402.
HSL color Cylindrical-coordinate representation of color #F28426: hue angle of 27.65º 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 #F28426 is Cyan = 0, Magento = 0.45, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 132 | 38 | - |
| CMYK | 0 | 0.45 | 0.84 | 0.05 |
| HSL | 27.65º | 0.89% | 0.55% | - |
| HSV(B) | 27.65º | 0.84% | 0.95% | - |
| XYZ | 45.22 | 35.52 | 6.31 | - |
| YUV | 154.17 | 62.44 | 190.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 132 | 38 | 0 | 0.45 | 0.84 | 0.05 | 27.65 | 0.89 | 0.55 |
| Hex | F2 | 84 | 26 | 0 | 2D | 54 | 5 | 1C | 59 | 37 |
| Octal | 362 | 204 | 46 | 0 | 55 | 124 | 5 | 34 | 131 | 67 |
| Binary | 11110010 | 10000100 | 100110 | 0 | 101101 | 1010100 | 101 | 11100 | 1011001 | 110111 |
Color Harmonies of #F28426
Complementary color
Monochromatic Colors of #F28426
Black with #F28426
Text Example
Text Example
White with #F28426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28426; }
p { color: rgb(242,132,38); }
H1.HeaderClassName
{
color: #F28426;
}
.AnyTagClassName
{
color: #F28426;
}
</style>
background-color css
<style>
a { background-color: #F28426; }
a { background-color: rgb(242,132,38); }
div.DivClassName
{
background-color: #F28426;
}
.BgClassName
{
background-color: #F28426;
}
</style>
border-color css
<style>
span { border-color: #F28426; }
span { border-color: rgb(242,132,38); }
td.TdClassName
{
border-color: #F28426;
}
.TagClassName
{
border-color: #F28426;
}
</style>