Shades of Carrot Orange #F28C25
Tints of Carrot Orange #F28C25
RGB
CMYK
RGB Variations
Color information
#F28C25 (or 0xF28C25) is known color: Carrot Orange. HEX triplet: F2, 8C and 25. RGB value is (242,140,37). Sum of RGB (Red+Green+Blue) = 242+140+37=419 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.76% from 419); Green value is 140 (55.08% from 255 or 33.41% from 419); Blue value is 37 (14.84% from 255 or 8.83% from 419); Max value from RGB is 242 - color contains mainly: red. Hex color #F28C25 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F28C25 is #0D73DA. Grayscale: #9F9F9F. Windows color (decimal): -881627 or 2460914. OLE color: 2460914.
HSL color Cylindrical-coordinate representation of color #F28C25: hue angle of 30.15º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F28C25 is Cyan = 0, Magento = 0.42, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 140 | 37 | - |
| CMYK | 0 | 0.42 | 0.85 | 0.05 |
| HSL | 30.15º | 0.89% | 0.55% | - |
| HSV(B) | 30.15º | 0.85% | 0.95% | - |
| XYZ | 46.33 | 37.77 | 6.6 | - |
| YUV | 158.76 | 59.29 | 187.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 140 | 37 | 0 | 0.42 | 0.85 | 0.05 | 30.15 | 0.89 | 0.55 |
| Hex | F2 | 8C | 25 | 0 | 2A | 55 | 5 | 1E | 59 | 37 |
| Octal | 362 | 214 | 45 | 0 | 52 | 125 | 5 | 36 | 131 | 67 |
| Binary | 11110010 | 10001100 | 100101 | 0 | 101010 | 1010101 | 101 | 11110 | 1011001 | 110111 |
Color Harmonies of #F28C25
Complementary color
Monochromatic Colors of #F28C25
Black with #F28C25
Text Example
Text Example
White with #F28C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28C25; }
p { color: rgb(242,140,37); }
H1.HeaderClassName
{
color: #F28C25;
}
.AnyTagClassName
{
color: #F28C25;
}
</style>
background-color css
<style>
a { background-color: #F28C25; }
a { background-color: rgb(242,140,37); }
div.DivClassName
{
background-color: #F28C25;
}
.BgClassName
{
background-color: #F28C25;
}
</style>
border-color css
<style>
span { border-color: #F28C25; }
span { border-color: rgb(242,140,37); }
td.TdClassName
{
border-color: #F28C25;
}
.TagClassName
{
border-color: #F28C25;
}
</style>