Shades of Carrot Orange #F28F1B
Tints of Carrot Orange #F28F1B
RGB
CMYK
RGB Variations
Color information
#F28F1B (or 0xF28F1B) is known color: Carrot Orange. HEX triplet: F2, 8F and 1B. RGB value is (242,143,27). Sum of RGB (Red+Green+Blue) = 242+143+27=412 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.74% from 412); Green value is 143 (56.25% from 255 or 34.71% from 412); Blue value is 27 (10.94% from 255 or 6.55% from 412); Max value from RGB is 242 - color contains mainly: red. Hex color #F28F1B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F28F1B is #0D70E4. Grayscale: #9F9F9F. Windows color (decimal): -880869 or 1806322. OLE color: 1806322.
HSL color Cylindrical-coordinate representation of color #F28F1B: hue angle of 32.37º 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 #F28F1B is Cyan = 0, Magento = 0.41, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 143 | 27 | - |
| CMYK | 0 | 0.41 | 0.89 | 0.05 |
| HSL | 32.37º | 0.89% | 0.53% | - |
| HSV(B) | 32.37º | 0.89% | 0.95% | - |
| XYZ | 46.64 | 38.6 | 6.03 | - |
| YUV | 159.38 | 53.3 | 186.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 143 | 27 | 0 | 0.41 | 0.89 | 0.05 | 32.37 | 0.89 | 0.53 |
| Hex | F2 | 8F | 1B | 0 | 29 | 59 | 5 | 20 | 59 | 35 |
| Octal | 362 | 217 | 33 | 0 | 51 | 131 | 5 | 40 | 131 | 65 |
| Binary | 11110010 | 10001111 | 11011 | 0 | 101001 | 1011001 | 101 | 100000 | 1011001 | 110101 |
Color Harmonies of #F28F1B
Complementary color
Monochromatic Colors of #F28F1B
Black with #F28F1B
Text Example
Text Example
White with #F28F1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28F1B; }
p { color: rgb(242,143,27); }
H1.HeaderClassName
{
color: #F28F1B;
}
.AnyTagClassName
{
color: #F28F1B;
}
</style>
background-color css
<style>
a { background-color: #F28F1B; }
a { background-color: rgb(242,143,27); }
div.DivClassName
{
background-color: #F28F1B;
}
.BgClassName
{
background-color: #F28F1B;
}
</style>
border-color css
<style>
span { border-color: #F28F1B; }
span { border-color: rgb(242,143,27); }
td.TdClassName
{
border-color: #F28F1B;
}
.TagClassName
{
border-color: #F28F1B;
}
</style>