Shades of Carrot Orange #F08A25
Tints of Carrot Orange #F08A25
RGB
CMYK
RGB Variations
Color information
#F08A25 (or 0xF08A25) is known color: Carrot Orange. HEX triplet: F0, 8A and 25. RGB value is (240,138,37). Sum of RGB (Red+Green+Blue) = 240+138+37=415 (54% of max value = 765). Red value is 240 (94.14% from 255 or 57.83% from 415); Green value is 138 (54.30% from 255 or 33.25% from 415); Blue value is 37 (14.84% from 255 or 8.92% from 415); Max value from RGB is 240 - color contains mainly: red. Hex color #F08A25 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F08A25 is #0F75DA. Grayscale: #9D9D9D. Windows color (decimal): -1013211 or 2460400. OLE color: 2460400.
HSL color Cylindrical-coordinate representation of color #F08A25: hue angle of 29.85º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F08A25 is Cyan = 0, Magento = 0.42, Yellow = 0.85 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 138 | 37 | - |
| CMYK | 0 | 0.42 | 0.85 | 0.06 |
| HSL | 29.85º | 0.87% | 0.54% | - |
| HSV(B) | 29.85º | 0.85% | 0.94% | - |
| XYZ | 45.36 | 36.84 | 6.47 | - |
| YUV | 156.98 | 60.29 | 187.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 138 | 37 | 0 | 0.42 | 0.85 | 0.06 | 29.85 | 0.87 | 0.54 |
| Hex | F0 | 8A | 25 | 0 | 2A | 55 | 6 | 1E | 57 | 36 |
| Octal | 360 | 212 | 45 | 0 | 52 | 125 | 6 | 36 | 127 | 66 |
| Binary | 11110000 | 10001010 | 100101 | 0 | 101010 | 1010101 | 110 | 11110 | 1010111 | 110110 |
Color Harmonies of #F08A25
Complementary color
Monochromatic Colors of #F08A25
Black with #F08A25
Text Example
Text Example
White with #F08A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08A25; }
p { color: rgb(240,138,37); }
H1.HeaderClassName
{
color: #F08A25;
}
.AnyTagClassName
{
color: #F08A25;
}
</style>
background-color css
<style>
a { background-color: #F08A25; }
a { background-color: rgb(240,138,37); }
div.DivClassName
{
background-color: #F08A25;
}
.BgClassName
{
background-color: #F08A25;
}
</style>
border-color css
<style>
span { border-color: #F08A25; }
span { border-color: rgb(240,138,37); }
td.TdClassName
{
border-color: #F08A25;
}
.TagClassName
{
border-color: #F08A25;
}
</style>