Shades of Carrot Orange #F28F25
Tints of Carrot Orange #F28F25
RGB
CMYK
RGB Variations
Color information
#F28F25 (or 0xF28F25) is known color: Carrot Orange. HEX triplet: F2, 8F and 25. RGB value is (242,143,37). Sum of RGB (Red+Green+Blue) = 242+143+37=422 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.35% from 422); Green value is 143 (56.25% from 255 or 33.89% from 422); Blue value is 37 (14.84% from 255 or 8.77% from 422); Max value from RGB is 242 - color contains mainly: red. Hex color #F28F25 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F28F25 is #0D70DA. Grayscale: #A1A1A1. Windows color (decimal): -880859 or 2461682. OLE color: 2461682.
HSL color Cylindrical-coordinate representation of color #F28F25: hue angle of 31.02º 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 #F28F25 is Cyan = 0, Magento = 0.41, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 143 | 37 | - |
| CMYK | 0 | 0.41 | 0.85 | 0.05 |
| HSL | 31.02º | 0.89% | 0.55% | - |
| HSV(B) | 31.02º | 0.85% | 0.95% | - |
| XYZ | 46.77 | 38.66 | 6.75 | - |
| YUV | 160.52 | 58.3 | 186.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 143 | 37 | 0 | 0.41 | 0.85 | 0.05 | 31.02 | 0.89 | 0.55 |
| Hex | F2 | 8F | 25 | 0 | 29 | 55 | 5 | 1F | 59 | 37 |
| Octal | 362 | 217 | 45 | 0 | 51 | 125 | 5 | 37 | 131 | 67 |
| Binary | 11110010 | 10001111 | 100101 | 0 | 101001 | 1010101 | 101 | 11111 | 1011001 | 110111 |
Color Harmonies of #F28F25
Complementary color
Monochromatic Colors of #F28F25
Black with #F28F25
Text Example
Text Example
White with #F28F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28F25; }
p { color: rgb(242,143,37); }
H1.HeaderClassName
{
color: #F28F25;
}
.AnyTagClassName
{
color: #F28F25;
}
</style>
background-color css
<style>
a { background-color: #F28F25; }
a { background-color: rgb(242,143,37); }
div.DivClassName
{
background-color: #F28F25;
}
.BgClassName
{
background-color: #F28F25;
}
</style>
border-color css
<style>
span { border-color: #F28F25; }
span { border-color: rgb(242,143,37); }
td.TdClassName
{
border-color: #F28F25;
}
.TagClassName
{
border-color: #F28F25;
}
</style>