Shades of Carrot Orange #F28D2B
Tints of Carrot Orange #F28D2B
RGB
CMYK
RGB Variations
Color information
#F28D2B (or 0xF28D2B) is known color: Carrot Orange. HEX triplet: F2, 8D and 2B. RGB value is (242,141,43). Sum of RGB (Red+Green+Blue) = 242+141+43=426 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.81% from 426); Green value is 141 (55.47% from 255 or 33.10% from 426); Blue value is 43 (17.19% from 255 or 10.09% from 426); Max value from RGB is 242 - color contains mainly: red. Hex color #F28D2B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F28D2B is #0D72D4. Grayscale: #A0A0A0. Windows color (decimal): -881365 or 2854386. OLE color: 2854386.
HSL color Cylindrical-coordinate representation of color #F28D2B: hue angle of 29.55º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F28D2B is Cyan = 0, Magento = 0.42, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 141 | 43 | - |
| CMYK | 0 | 0.42 | 0.82 | 0.05 |
| HSL | 29.55º | 0.88% | 0.56% | - |
| HSV(B) | 29.55º | 0.82% | 0.95% | - |
| XYZ | 46.58 | 38.1 | 7.18 | - |
| YUV | 160.03 | 61.96 | 186.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 141 | 43 | 0 | 0.42 | 0.82 | 0.05 | 29.55 | 0.88 | 0.56 |
| Hex | F2 | 8D | 2B | 0 | 2A | 52 | 5 | 1E | 58 | 38 |
| Octal | 362 | 215 | 53 | 0 | 52 | 122 | 5 | 36 | 130 | 70 |
| Binary | 11110010 | 10001101 | 101011 | 0 | 101010 | 1010010 | 101 | 11110 | 1011000 | 111000 |
Color Harmonies of #F28D2B
Complementary color
Monochromatic Colors of #F28D2B
Black with #F28D2B
Text Example
Text Example
White with #F28D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28D2B; }
p { color: rgb(242,141,43); }
H1.HeaderClassName
{
color: #F28D2B;
}
.AnyTagClassName
{
color: #F28D2B;
}
</style>
background-color css
<style>
a { background-color: #F28D2B; }
a { background-color: rgb(242,141,43); }
div.DivClassName
{
background-color: #F28D2B;
}
.BgClassName
{
background-color: #F28D2B;
}
</style>
border-color css
<style>
span { border-color: #F28D2B; }
span { border-color: rgb(242,141,43); }
td.TdClassName
{
border-color: #F28D2B;
}
.TagClassName
{
border-color: #F28D2B;
}
</style>