Shades of Carrot Orange #F28C27
Tints of Carrot Orange #F28C27
RGB
CMYK
RGB Variations
Color information
#F28C27 (or 0xF28C27) is known color: Carrot Orange. HEX triplet: F2, 8C and 27. RGB value is (242,140,39). Sum of RGB (Red+Green+Blue) = 242+140+39=421 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.48% from 421); Green value is 140 (55.08% from 255 or 33.25% from 421); Blue value is 39 (15.62% from 255 or 9.26% from 421); Max value from RGB is 242 - color contains mainly: red. Hex color #F28C27 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F28C27 is #0D73D8. Grayscale: #9F9F9F. Windows color (decimal): -881625 or 2591986. OLE color: 2591986.
HSL color Cylindrical-coordinate representation of color #F28C27: hue angle of 29.85º 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 #F28C27 is Cyan = 0, Magento = 0.42, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 140 | 39 | - |
| CMYK | 0 | 0.42 | 0.84 | 0.05 |
| HSL | 29.85º | 0.89% | 0.55% | - |
| HSV(B) | 29.85º | 0.84% | 0.95% | - |
| XYZ | 46.36 | 37.78 | 6.77 | - |
| YUV | 158.98 | 60.29 | 187.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 140 | 39 | 0 | 0.42 | 0.84 | 0.05 | 29.85 | 0.89 | 0.55 |
| Hex | F2 | 8C | 27 | 0 | 2A | 54 | 5 | 1E | 59 | 37 |
| Octal | 362 | 214 | 47 | 0 | 52 | 124 | 5 | 36 | 131 | 67 |
| Binary | 11110010 | 10001100 | 100111 | 0 | 101010 | 1010100 | 101 | 11110 | 1011001 | 110111 |
Color Harmonies of #F28C27
Complementary color
Monochromatic Colors of #F28C27
Black with #F28C27
Text Example
Text Example
White with #F28C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28C27; }
p { color: rgb(242,140,39); }
H1.HeaderClassName
{
color: #F28C27;
}
.AnyTagClassName
{
color: #F28C27;
}
</style>
background-color css
<style>
a { background-color: #F28C27; }
a { background-color: rgb(242,140,39); }
div.DivClassName
{
background-color: #F28C27;
}
.BgClassName
{
background-color: #F28C27;
}
</style>
border-color css
<style>
span { border-color: #F28C27; }
span { border-color: rgb(242,140,39); }
td.TdClassName
{
border-color: #F28C27;
}
.TagClassName
{
border-color: #F28C27;
}
</style>