Shades of Carrot Orange #F18F25
Tints of Carrot Orange #F18F25
RGB
CMYK
RGB Variations
Color information
#F18F25 (or 0xF18F25) is known color: Carrot Orange. HEX triplet: F1, 8F and 25. RGB value is (241,143,37). Sum of RGB (Red+Green+Blue) = 241+143+37=421 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.24% from 421); Green value is 143 (56.25% from 255 or 33.97% from 421); Blue value is 37 (14.84% from 255 or 8.79% from 421); Max value from RGB is 241 - color contains mainly: red. Hex color #F18F25 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F18F25 is #0E70DA. Grayscale: #A0A0A0. Windows color (decimal): -946395 or 2461681. OLE color: 2461681.
HSL color Cylindrical-coordinate representation of color #F18F25: hue angle of 31.18º degrees, saturation: 0.88, 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 #F18F25 is Cyan = 0, Magento = 0.41, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 143 | 37 | - |
| CMYK | 0 | 0.41 | 0.85 | 0.05 |
| HSL | 31.18º | 0.88% | 0.55% | - |
| HSV(B) | 31.18º | 0.85% | 0.95% | - |
| XYZ | 46.43 | 38.48 | 6.73 | - |
| YUV | 160.22 | 58.47 | 185.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 143 | 37 | 0 | 0.41 | 0.85 | 0.05 | 31.18 | 0.88 | 0.55 |
| Hex | F1 | 8F | 25 | 0 | 29 | 55 | 5 | 1F | 58 | 37 |
| Octal | 361 | 217 | 45 | 0 | 51 | 125 | 5 | 37 | 130 | 67 |
| Binary | 11110001 | 10001111 | 100101 | 0 | 101001 | 1010101 | 101 | 11111 | 1011000 | 110111 |
Color Harmonies of #F18F25
Complementary color
Monochromatic Colors of #F18F25
Black with #F18F25
Text Example
Text Example
White with #F18F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18F25; }
p { color: rgb(241,143,37); }
H1.HeaderClassName
{
color: #F18F25;
}
.AnyTagClassName
{
color: #F18F25;
}
</style>
background-color css
<style>
a { background-color: #F18F25; }
a { background-color: rgb(241,143,37); }
div.DivClassName
{
background-color: #F18F25;
}
.BgClassName
{
background-color: #F18F25;
}
</style>
border-color css
<style>
span { border-color: #F18F25; }
span { border-color: rgb(241,143,37); }
td.TdClassName
{
border-color: #F18F25;
}
.TagClassName
{
border-color: #F18F25;
}
</style>