Shades of Carrot Orange #F28218
Tints of Carrot Orange #F28218
RGB
CMYK
RGB Variations
Color information
#F28218 (or 0xF28218) is known color: Carrot Orange. HEX triplet: F2, 82 and 18. RGB value is (242,130,24). Sum of RGB (Red+Green+Blue) = 242+130+24=396 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.11% from 396); Green value is 130 (51.17% from 255 or 32.83% from 396); Blue value is 24 (9.77% from 255 or 6.06% from 396); Max value from RGB is 242 - color contains mainly: red. Hex color #F28218 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F28218 is #0D7DE7. Grayscale: #979797. Windows color (decimal): -884200 or 1606386. OLE color: 1606386.
HSL color Cylindrical-coordinate representation of color #F28218: hue angle of 29.17º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F28218 is Cyan = 0, Magento = 0.46, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 130 | 24 | - |
| CMYK | 0 | 0.46 | 0.90 | 0.05 |
| HSL | 29.17º | 0.89% | 0.52% | - |
| HSV(B) | 29.17º | 0.9% | 0.95% | - |
| XYZ | 44.77 | 34.91 | 5.24 | - |
| YUV | 151.4 | 56.11 | 192.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 130 | 24 | 0 | 0.46 | 0.90 | 0.05 | 29.17 | 0.89 | 0.52 |
| Hex | F2 | 82 | 18 | 0 | 2E | 5A | 5 | 1D | 59 | 34 |
| Octal | 362 | 202 | 30 | 0 | 56 | 132 | 5 | 35 | 131 | 64 |
| Binary | 11110010 | 10000010 | 11000 | 0 | 101110 | 1011010 | 101 | 11101 | 1011001 | 110100 |
Color Harmonies of #F28218
Complementary color
Monochromatic Colors of #F28218
Black with #F28218
Text Example
Text Example
White with #F28218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28218; }
p { color: rgb(242,130,24); }
H1.HeaderClassName
{
color: #F28218;
}
.AnyTagClassName
{
color: #F28218;
}
</style>
background-color css
<style>
a { background-color: #F28218; }
a { background-color: rgb(242,130,24); }
div.DivClassName
{
background-color: #F28218;
}
.BgClassName
{
background-color: #F28218;
}
</style>
border-color css
<style>
span { border-color: #F28218; }
span { border-color: rgb(242,130,24); }
td.TdClassName
{
border-color: #F28218;
}
.TagClassName
{
border-color: #F28218;
}
</style>