Shades of Carrot Orange #F28B1E
Tints of Carrot Orange #F28B1E
RGB
CMYK
RGB Variations
Color information
#F28B1E (or 0xF28B1E) is known color: Carrot Orange. HEX triplet: F2, 8B and 1E. RGB value is (242,139,30). Sum of RGB (Red+Green+Blue) = 242+139+30=411 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.88% from 411); Green value is 139 (54.69% from 255 or 33.82% from 411); Blue value is 30 (12.11% from 255 or 7.30% from 411); Max value from RGB is 242 - color contains mainly: red. Hex color #F28B1E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F28B1E is #0D74E1. Grayscale: #9D9D9D. Windows color (decimal): -881890 or 2001906. OLE color: 2001906.
HSL color Cylindrical-coordinate representation of color #F28B1E: hue angle of 30.85º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F28B1E is Cyan = 0, Magento = 0.43, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 139 | 30 | - |
| CMYK | 0 | 0.43 | 0.88 | 0.05 |
| HSL | 30.85º | 0.89% | 0.53% | - |
| HSV(B) | 30.85º | 0.88% | 0.95% | - |
| XYZ | 46.08 | 37.44 | 6.03 | - |
| YUV | 157.37 | 56.12 | 188.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 139 | 30 | 0 | 0.43 | 0.88 | 0.05 | 30.85 | 0.89 | 0.53 |
| Hex | F2 | 8B | 1E | 0 | 2B | 58 | 5 | 1F | 59 | 35 |
| Octal | 362 | 213 | 36 | 0 | 53 | 130 | 5 | 37 | 131 | 65 |
| Binary | 11110010 | 10001011 | 11110 | 0 | 101011 | 1011000 | 101 | 11111 | 1011001 | 110101 |
Color Harmonies of #F28B1E
Complementary color
Monochromatic Colors of #F28B1E
Black with #F28B1E
Text Example
Text Example
White with #F28B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28B1E; }
p { color: rgb(242,139,30); }
H1.HeaderClassName
{
color: #F28B1E;
}
.AnyTagClassName
{
color: #F28B1E;
}
</style>
background-color css
<style>
a { background-color: #F28B1E; }
a { background-color: rgb(242,139,30); }
div.DivClassName
{
background-color: #F28B1E;
}
.BgClassName
{
background-color: #F28B1E;
}
</style>
border-color css
<style>
span { border-color: #F28B1E; }
span { border-color: rgb(242,139,30); }
td.TdClassName
{
border-color: #F28B1E;
}
.TagClassName
{
border-color: #F28B1E;
}
</style>