Shades of Carrot Orange #F28F26
Tints of Carrot Orange #F28F26
RGB
CMYK
RGB Variations
Color information
#F28F26 (or 0xF28F26) is known color: Carrot Orange. HEX triplet: F2, 8F and 26. RGB value is (242,143,38). Sum of RGB (Red+Green+Blue) = 242+143+38=423 (56% of max value = 765). Red value is 242 (94.92% from 255 or 57.21% from 423); Green value is 143 (56.25% from 255 or 33.81% from 423); Blue value is 38 (15.23% from 255 or 8.98% from 423); Max value from RGB is 242 - color contains mainly: red. Hex color #F28F26 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F28F26 is #0D70D9. Grayscale: #A1A1A1. Windows color (decimal): -880858 or 2527218. OLE color: 2527218.
HSL color Cylindrical-coordinate representation of color #F28F26: hue angle of 30.88º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F28F26 is Cyan = 0, Magento = 0.41, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 143 | 38 | - |
| CMYK | 0 | 0.41 | 0.84 | 0.05 |
| HSL | 30.88º | 0.89% | 0.55% | - |
| HSV(B) | 30.88º | 0.84% | 0.95% | - |
| XYZ | 46.79 | 38.66 | 6.83 | - |
| YUV | 160.63 | 58.8 | 186.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 143 | 38 | 0 | 0.41 | 0.84 | 0.05 | 30.88 | 0.89 | 0.55 |
| Hex | F2 | 8F | 26 | 0 | 29 | 54 | 5 | 1F | 59 | 37 |
| Octal | 362 | 217 | 46 | 0 | 51 | 124 | 5 | 37 | 131 | 67 |
| Binary | 11110010 | 10001111 | 100110 | 0 | 101001 | 1010100 | 101 | 11111 | 1011001 | 110111 |
Color Harmonies of #F28F26
Complementary color
Monochromatic Colors of #F28F26
Black with #F28F26
Text Example
Text Example
White with #F28F26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28F26; }
p { color: rgb(242,143,38); }
H1.HeaderClassName
{
color: #F28F26;
}
.AnyTagClassName
{
color: #F28F26;
}
</style>
background-color css
<style>
a { background-color: #F28F26; }
a { background-color: rgb(242,143,38); }
div.DivClassName
{
background-color: #F28F26;
}
.BgClassName
{
background-color: #F28F26;
}
</style>
border-color css
<style>
span { border-color: #F28F26; }
span { border-color: rgb(242,143,38); }
td.TdClassName
{
border-color: #F28F26;
}
.TagClassName
{
border-color: #F28F26;
}
</style>