Shades of Carrot Orange #F28227
Tints of Carrot Orange #F28227
RGB
CMYK
RGB Variations
Color information
#F28227 (or 0xF28227) is known color: Carrot Orange. HEX triplet: F2, 82 and 27. RGB value is (242,130,39). Sum of RGB (Red+Green+Blue) = 242+130+39=411 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.88% from 411); Green value is 130 (51.17% from 255 or 31.63% from 411); Blue value is 39 (15.62% from 255 or 9.49% from 411); Max value from RGB is 242 - color contains mainly: red. Hex color #F28227 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F28227 is #0D7DD8. Grayscale: #999999. Windows color (decimal): -884185 or 2589426. OLE color: 2589426.
HSL color Cylindrical-coordinate representation of color #F28227: hue angle of 26.9º 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 #F28227 is Cyan = 0, Magento = 0.46, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 130 | 39 | - |
| CMYK | 0 | 0.46 | 0.84 | 0.05 |
| HSL | 26.9º | 0.89% | 0.55% | - |
| HSV(B) | 26.9º | 0.84% | 0.95% | - |
| XYZ | 44.97 | 34.99 | 6.3 | - |
| YUV | 153.11 | 63.61 | 191.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 130 | 39 | 0 | 0.46 | 0.84 | 0.05 | 26.9 | 0.89 | 0.55 |
| Hex | F2 | 82 | 27 | 0 | 2E | 54 | 5 | 1B | 59 | 37 |
| Octal | 362 | 202 | 47 | 0 | 56 | 124 | 5 | 33 | 131 | 67 |
| Binary | 11110010 | 10000010 | 100111 | 0 | 101110 | 1010100 | 101 | 11011 | 1011001 | 110111 |
Color Harmonies of #F28227
Complementary color
Monochromatic Colors of #F28227
Black with #F28227
Text Example
Text Example
White with #F28227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28227; }
p { color: rgb(242,130,39); }
H1.HeaderClassName
{
color: #F28227;
}
.AnyTagClassName
{
color: #F28227;
}
</style>
background-color css
<style>
a { background-color: #F28227; }
a { background-color: rgb(242,130,39); }
div.DivClassName
{
background-color: #F28227;
}
.BgClassName
{
background-color: #F28227;
}
</style>
border-color css
<style>
span { border-color: #F28227; }
span { border-color: rgb(242,130,39); }
td.TdClassName
{
border-color: #F28227;
}
.TagClassName
{
border-color: #F28227;
}
</style>