Shades of Carrot Orange #F28E28
Tints of Carrot Orange #F28E28
RGB
CMYK
RGB Variations
Color information
#F28E28 (or 0xF28E28) is known color: Carrot Orange. HEX triplet: F2, 8E and 28. RGB value is (242,142,40). Sum of RGB (Red+Green+Blue) = 242+142+40=424 (56% of max value = 765). Red value is 242 (94.92% from 255 or 57.08% from 424); Green value is 142 (55.86% from 255 or 33.49% from 424); Blue value is 40 (16.02% from 255 or 9.43% from 424); Max value from RGB is 242 - color contains mainly: red. Hex color #F28E28 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F28E28 is #0D71D7. Grayscale: #A0A0A0. Windows color (decimal): -881112 or 2658034. OLE color: 2658034.
HSL color Cylindrical-coordinate representation of color #F28E28: hue angle of 30.3º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F28E28 is Cyan = 0, Magento = 0.41, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 142 | 40 | - |
| CMYK | 0 | 0.41 | 0.83 | 0.05 |
| HSL | 30.3º | 0.89% | 0.55% | - |
| HSV(B) | 30.3º | 0.83% | 0.95% | - |
| XYZ | 46.67 | 38.38 | 6.95 | - |
| YUV | 160.27 | 60.13 | 186.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 142 | 40 | 0 | 0.41 | 0.83 | 0.05 | 30.3 | 0.89 | 0.55 |
| Hex | F2 | 8E | 28 | 0 | 29 | 53 | 5 | 1E | 59 | 37 |
| Octal | 362 | 216 | 50 | 0 | 51 | 123 | 5 | 36 | 131 | 67 |
| Binary | 11110010 | 10001110 | 101000 | 0 | 101001 | 1010011 | 101 | 11110 | 1011001 | 110111 |
Color Harmonies of #F28E28
Complementary color
Monochromatic Colors of #F28E28
Black with #F28E28
Text Example
Text Example
White with #F28E28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28E28; }
p { color: rgb(242,142,40); }
H1.HeaderClassName
{
color: #F28E28;
}
.AnyTagClassName
{
color: #F28E28;
}
</style>
background-color css
<style>
a { background-color: #F28E28; }
a { background-color: rgb(242,142,40); }
div.DivClassName
{
background-color: #F28E28;
}
.BgClassName
{
background-color: #F28E28;
}
</style>
border-color css
<style>
span { border-color: #F28E28; }
span { border-color: rgb(242,142,40); }
td.TdClassName
{
border-color: #F28E28;
}
.TagClassName
{
border-color: #F28E28;
}
</style>