Shades of Carrot Orange #F28A16
Tints of Carrot Orange #F28A16
RGB
CMYK
RGB Variations
Color information
#F28A16 (or 0xF28A16) is known color: Carrot Orange. HEX triplet: F2, 8A and 16. RGB value is (242,138,22). Sum of RGB (Red+Green+Blue) = 242+138+22=402 (53% of max value = 765). Red value is 242 (94.92% from 255 or 60.20% from 402); Green value is 138 (54.30% from 255 or 34.33% from 402); Blue value is 22 (8.98% from 255 or 5.47% from 402); Max value from RGB is 242 - color contains mainly: red. Hex color #F28A16 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F28A16 is #0D75E9. Grayscale: #9C9C9C. Windows color (decimal): -882154 or 1477362. OLE color: 1477362.
HSL color Cylindrical-coordinate representation of color #F28A16: hue angle of 31.64º 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 #F28A16 is Cyan = 0, Magento = 0.43, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 138 | 22 | - |
| CMYK | 0 | 0.43 | 0.91 | 0.05 |
| HSL | 31.64º | 0.89% | 0.52% | - |
| HSV(B) | 31.64º | 0.91% | 0.95% | - |
| XYZ | 45.85 | 37.11 | 5.51 | - |
| YUV | 155.87 | 52.46 | 189.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 138 | 22 | 0 | 0.43 | 0.91 | 0.05 | 31.64 | 0.89 | 0.52 |
| Hex | F2 | 8A | 16 | 0 | 2B | 5B | 5 | 20 | 59 | 34 |
| Octal | 362 | 212 | 26 | 0 | 53 | 133 | 5 | 40 | 131 | 64 |
| Binary | 11110010 | 10001010 | 10110 | 0 | 101011 | 1011011 | 101 | 100000 | 1011001 | 110100 |
Color Harmonies of #F28A16
Complementary color
Monochromatic Colors of #F28A16
Black with #F28A16
Text Example
Text Example
White with #F28A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28A16; }
p { color: rgb(242,138,22); }
H1.HeaderClassName
{
color: #F28A16;
}
.AnyTagClassName
{
color: #F28A16;
}
</style>
background-color css
<style>
a { background-color: #F28A16; }
a { background-color: rgb(242,138,22); }
div.DivClassName
{
background-color: #F28A16;
}
.BgClassName
{
background-color: #F28A16;
}
</style>
border-color css
<style>
span { border-color: #F28A16; }
span { border-color: rgb(242,138,22); }
td.TdClassName
{
border-color: #F28A16;
}
.TagClassName
{
border-color: #F28A16;
}
</style>