Shades of Carrot Orange #F28B1B
Tints of Carrot Orange #F28B1B
RGB
CMYK
RGB Variations
Color information
#F28B1B (or 0xF28B1B) is known color: Carrot Orange. HEX triplet: F2, 8B and 1B. RGB value is (242,139,27). Sum of RGB (Red+Green+Blue) = 242+139+27=408 (54% of max value = 765). Red value is 242 (94.92% from 255 or 59.31% from 408); Green value is 139 (54.69% from 255 or 34.07% from 408); Blue value is 27 (10.94% from 255 or 6.62% from 408); Max value from RGB is 242 - color contains mainly: red. Hex color #F28B1B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F28B1B is #0D74E4. Grayscale: #9D9D9D. Windows color (decimal): -881893 or 1805298. OLE color: 1805298.
HSL color Cylindrical-coordinate representation of color #F28B1B: hue angle of 31.26º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F28B1B is Cyan = 0, Magento = 0.43, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 139 | 27 | - |
| CMYK | 0 | 0.43 | 0.89 | 0.05 |
| HSL | 31.26º | 0.89% | 0.53% | - |
| HSV(B) | 31.26º | 0.89% | 0.95% | - |
| XYZ | 46.05 | 37.42 | 5.83 | - |
| YUV | 157.03 | 54.62 | 188.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 139 | 27 | 0 | 0.43 | 0.89 | 0.05 | 31.26 | 0.89 | 0.53 |
| Hex | F2 | 8B | 1B | 0 | 2B | 59 | 5 | 1F | 59 | 35 |
| Octal | 362 | 213 | 33 | 0 | 53 | 131 | 5 | 37 | 131 | 65 |
| Binary | 11110010 | 10001011 | 11011 | 0 | 101011 | 1011001 | 101 | 11111 | 1011001 | 110101 |
Color Harmonies of #F28B1B
Complementary color
Monochromatic Colors of #F28B1B
Black with #F28B1B
Text Example
Text Example
White with #F28B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28B1B; }
p { color: rgb(242,139,27); }
H1.HeaderClassName
{
color: #F28B1B;
}
.AnyTagClassName
{
color: #F28B1B;
}
</style>
background-color css
<style>
a { background-color: #F28B1B; }
a { background-color: rgb(242,139,27); }
div.DivClassName
{
background-color: #F28B1B;
}
.BgClassName
{
background-color: #F28B1B;
}
</style>
border-color css
<style>
span { border-color: #F28B1B; }
span { border-color: rgb(242,139,27); }
td.TdClassName
{
border-color: #F28B1B;
}
.TagClassName
{
border-color: #F28B1B;
}
</style>