Shades of Carrot Orange #F28D28
Tints of Carrot Orange #F28D28
RGB
CMYK
RGB Variations
Color information
#F28D28 (or 0xF28D28) is known color: Carrot Orange. HEX triplet: F2, 8D and 28. RGB value is (242,141,40). Sum of RGB (Red+Green+Blue) = 242+141+40=423 (56% of max value = 765). Red value is 242 (94.92% from 255 or 57.21% from 423); Green value is 141 (55.47% from 255 or 33.33% from 423); Blue value is 40 (16.02% from 255 or 9.46% from 423); Max value from RGB is 242 - color contains mainly: red. Hex color #F28D28 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F28D28 is #0D72D7. Grayscale: #A0A0A0. Windows color (decimal): -881368 or 2657778. OLE color: 2657778.
HSL color Cylindrical-coordinate representation of color #F28D28: hue angle of 30º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F28D28 is Cyan = 0, Magento = 0.42, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 141 | 40 | - |
| CMYK | 0 | 0.42 | 0.83 | 0.05 |
| HSL | 30º | 0.89% | 0.55% | - |
| HSV(B) | 30º | 0.83% | 0.95% | - |
| XYZ | 46.53 | 38.08 | 6.91 | - |
| YUV | 159.69 | 60.46 | 186.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 141 | 40 | 0 | 0.42 | 0.83 | 0.05 | 30 | 0.89 | 0.55 |
| Hex | F2 | 8D | 28 | 0 | 2A | 53 | 5 | 1E | 59 | 37 |
| Octal | 362 | 215 | 50 | 0 | 52 | 123 | 5 | 36 | 131 | 67 |
| Binary | 11110010 | 10001101 | 101000 | 0 | 101010 | 1010011 | 101 | 11110 | 1011001 | 110111 |
Color Harmonies of #F28D28
Complementary color
Monochromatic Colors of #F28D28
Black with #F28D28
Text Example
Text Example
White with #F28D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28D28; }
p { color: rgb(242,141,40); }
H1.HeaderClassName
{
color: #F28D28;
}
.AnyTagClassName
{
color: #F28D28;
}
</style>
background-color css
<style>
a { background-color: #F28D28; }
a { background-color: rgb(242,141,40); }
div.DivClassName
{
background-color: #F28D28;
}
.BgClassName
{
background-color: #F28D28;
}
</style>
border-color css
<style>
span { border-color: #F28D28; }
span { border-color: rgb(242,141,40); }
td.TdClassName
{
border-color: #F28D28;
}
.TagClassName
{
border-color: #F28D28;
}
</style>