Shades of Carrot Orange #F28812
Tints of Carrot Orange #F28812
RGB
CMYK
RGB Variations
Color information
#F28812 (or 0xF28812) is known color: Carrot Orange. HEX triplet: F2, 88 and 12. RGB value is (242,136,18). Sum of RGB (Red+Green+Blue) = 242+136+18=396 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.11% from 396); Green value is 136 (53.52% from 255 or 34.34% from 396); Blue value is 18 (7.42% from 255 or 4.55% from 396); Max value from RGB is 242 - color contains mainly: red. Hex color #F28812 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F28812 is #0D77ED. Grayscale: #9A9A9A. Windows color (decimal): -882670 or 1214706. OLE color: 1214706.
HSL color Cylindrical-coordinate representation of color #F28812: hue angle of 31.61º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F28812 is Cyan = 0, Magento = 0.44, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 136 | 18 | - |
| CMYK | 0 | 0.44 | 0.93 | 0.05 |
| HSL | 31.61º | 0.9% | 0.51% | - |
| HSV(B) | 31.61º | 0.93% | 0.95% | - |
| XYZ | 45.53 | 36.53 | 5.22 | - |
| YUV | 154.24 | 51.12 | 190.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 136 | 18 | 0 | 0.44 | 0.93 | 0.05 | 31.61 | 0.9 | 0.51 |
| Hex | F2 | 88 | 12 | 0 | 2C | 5D | 5 | 20 | 5A | 33 |
| Octal | 362 | 210 | 22 | 0 | 54 | 135 | 5 | 40 | 132 | 63 |
| Binary | 11110010 | 10001000 | 10010 | 0 | 101100 | 1011101 | 101 | 100000 | 1011010 | 110011 |
Color Harmonies of #F28812
Complementary color
Monochromatic Colors of #F28812
Black with #F28812
Text Example
Text Example
White with #F28812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28812; }
p { color: rgb(242,136,18); }
H1.HeaderClassName
{
color: #F28812;
}
.AnyTagClassName
{
color: #F28812;
}
</style>
background-color css
<style>
a { background-color: #F28812; }
a { background-color: rgb(242,136,18); }
div.DivClassName
{
background-color: #F28812;
}
.BgClassName
{
background-color: #F28812;
}
</style>
border-color css
<style>
span { border-color: #F28812; }
span { border-color: rgb(242,136,18); }
td.TdClassName
{
border-color: #F28812;
}
.TagClassName
{
border-color: #F28812;
}
</style>