Shades of Carrot Orange #F28D1C
Tints of Carrot Orange #F28D1C
RGB
CMYK
RGB Variations
Color information
#F28D1C (or 0xF28D1C) is known color: Carrot Orange. HEX triplet: F2, 8D and 1C. RGB value is (242,141,28). Sum of RGB (Red+Green+Blue) = 242+141+28=411 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.88% from 411); Green value is 141 (55.47% from 255 or 34.31% from 411); Blue value is 28 (11.33% from 255 or 6.81% from 411); Max value from RGB is 242 - color contains mainly: red. Hex color #F28D1C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F28D1C is #0D72E3. Grayscale: #9E9E9E. Windows color (decimal): -881380 or 1871346. OLE color: 1871346.
HSL color Cylindrical-coordinate representation of color #F28D1C: hue angle of 31.68º 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 #F28D1C is Cyan = 0, Magento = 0.42, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 141 | 28 | - |
| CMYK | 0 | 0.42 | 0.88 | 0.05 |
| HSL | 31.68º | 0.89% | 0.53% | - |
| HSV(B) | 31.68º | 0.88% | 0.95% | - |
| XYZ | 46.35 | 38.01 | 5.99 | - |
| YUV | 158.32 | 54.46 | 187.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 141 | 28 | 0 | 0.42 | 0.88 | 0.05 | 31.68 | 0.89 | 0.53 |
| Hex | F2 | 8D | 1C | 0 | 2A | 58 | 5 | 20 | 59 | 35 |
| Octal | 362 | 215 | 34 | 0 | 52 | 130 | 5 | 40 | 131 | 65 |
| Binary | 11110010 | 10001101 | 11100 | 0 | 101010 | 1011000 | 101 | 100000 | 1011001 | 110101 |
Color Harmonies of #F28D1C
Complementary color
Monochromatic Colors of #F28D1C
Black with #F28D1C
Text Example
Text Example
White with #F28D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28D1C; }
p { color: rgb(242,141,28); }
H1.HeaderClassName
{
color: #F28D1C;
}
.AnyTagClassName
{
color: #F28D1C;
}
</style>
background-color css
<style>
a { background-color: #F28D1C; }
a { background-color: rgb(242,141,28); }
div.DivClassName
{
background-color: #F28D1C;
}
.BgClassName
{
background-color: #F28D1C;
}
</style>
border-color css
<style>
span { border-color: #F28D1C; }
span { border-color: rgb(242,141,28); }
td.TdClassName
{
border-color: #F28D1C;
}
.TagClassName
{
border-color: #F28D1C;
}
</style>