Shades of Carrot Orange #F28316
Tints of Carrot Orange #F28316
RGB
CMYK
RGB Variations
Color information
#F28316 (or 0xF28316) is known color: Carrot Orange. HEX triplet: F2, 83 and 16. RGB value is (242,131,22). Sum of RGB (Red+Green+Blue) = 242+131+22=395 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.27% from 395); Green value is 131 (51.56% from 255 or 33.16% from 395); Blue value is 22 (8.98% from 255 or 5.57% from 395); Max value from RGB is 242 - color contains mainly: red. Hex color #F28316 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F28316 is #0D7CE9. Grayscale: #989898. Windows color (decimal): -883946 or 1475570. OLE color: 1475570.
HSL color Cylindrical-coordinate representation of color #F28316: hue angle of 29.73º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F28316 is Cyan = 0, Magento = 0.46, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 131 | 22 | - |
| CMYK | 0 | 0.46 | 0.91 | 0.05 |
| HSL | 29.73º | 0.89% | 0.52% | - |
| HSV(B) | 29.73º | 0.91% | 0.95% | - |
| XYZ | 44.88 | 35.17 | 5.18 | - |
| YUV | 151.76 | 54.77 | 192.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 131 | 22 | 0 | 0.46 | 0.91 | 0.05 | 29.73 | 0.89 | 0.52 |
| Hex | F2 | 83 | 16 | 0 | 2E | 5B | 5 | 1E | 59 | 34 |
| Octal | 362 | 203 | 26 | 0 | 56 | 133 | 5 | 36 | 131 | 64 |
| Binary | 11110010 | 10000011 | 10110 | 0 | 101110 | 1011011 | 101 | 11110 | 1011001 | 110100 |
Color Harmonies of #F28316
Complementary color
Monochromatic Colors of #F28316
Black with #F28316
Text Example
Text Example
White with #F28316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28316; }
p { color: rgb(242,131,22); }
H1.HeaderClassName
{
color: #F28316;
}
.AnyTagClassName
{
color: #F28316;
}
</style>
background-color css
<style>
a { background-color: #F28316; }
a { background-color: rgb(242,131,22); }
div.DivClassName
{
background-color: #F28316;
}
.BgClassName
{
background-color: #F28316;
}
</style>
border-color css
<style>
span { border-color: #F28316; }
span { border-color: rgb(242,131,22); }
td.TdClassName
{
border-color: #F28316;
}
.TagClassName
{
border-color: #F28316;
}
</style>