Shades of Carrot Orange #F28414
Tints of Carrot Orange #F28414
RGB
CMYK
RGB Variations
Color information
#F28414 (or 0xF28414) is known color: Carrot Orange. HEX triplet: F2, 84 and 14. RGB value is (242,132,20). Sum of RGB (Red+Green+Blue) = 242+132+20=394 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.42% from 394); Green value is 132 (51.95% from 255 or 33.50% from 394); Blue value is 20 (8.20% from 255 or 5.08% from 394); Max value from RGB is 242 - color contains mainly: red. Hex color #F28414 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F28414 is #0D7BEB. Grayscale: #989898. Windows color (decimal): -883692 or 1344754. OLE color: 1344754.
HSL color Cylindrical-coordinate representation of color #F28414: hue angle of 30.27º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F28414 is Cyan = 0, Magento = 0.45, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 132 | 20 | - |
| CMYK | 0 | 0.45 | 0.92 | 0.05 |
| HSL | 30.27º | 0.9% | 0.51% | - |
| HSV(B) | 30.27º | 0.92% | 0.95% | - |
| XYZ | 45 | 35.43 | 5.13 | - |
| YUV | 152.12 | 53.44 | 192.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 132 | 20 | 0 | 0.45 | 0.92 | 0.05 | 30.27 | 0.9 | 0.51 |
| Hex | F2 | 84 | 14 | 0 | 2D | 5C | 5 | 1E | 5A | 33 |
| Octal | 362 | 204 | 24 | 0 | 55 | 134 | 5 | 36 | 132 | 63 |
| Binary | 11110010 | 10000100 | 10100 | 0 | 101101 | 1011100 | 101 | 11110 | 1011010 | 110011 |
Color Harmonies of #F28414
Complementary color
Monochromatic Colors of #F28414
Black with #F28414
Text Example
Text Example
White with #F28414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28414; }
p { color: rgb(242,132,20); }
H1.HeaderClassName
{
color: #F28414;
}
.AnyTagClassName
{
color: #F28414;
}
</style>
background-color css
<style>
a { background-color: #F28414; }
a { background-color: rgb(242,132,20); }
div.DivClassName
{
background-color: #F28414;
}
.BgClassName
{
background-color: #F28414;
}
</style>
border-color css
<style>
span { border-color: #F28414; }
span { border-color: rgb(242,132,20); }
td.TdClassName
{
border-color: #F28414;
}
.TagClassName
{
border-color: #F28414;
}
</style>