Shades of Carrot Orange #F08A1D
Tints of Carrot Orange #F08A1D
RGB
CMYK
RGB Variations
Color information
#F08A1D (or 0xF08A1D) is known color: Carrot Orange. HEX triplet: F0, 8A and 1D. RGB value is (240,138,29). Sum of RGB (Red+Green+Blue) = 240+138+29=407 (53% of max value = 765). Red value is 240 (94.14% from 255 or 58.97% from 407); Green value is 138 (54.30% from 255 or 33.91% from 407); Blue value is 29 (11.72% from 255 or 7.13% from 407); Max value from RGB is 240 - color contains mainly: red. Hex color #F08A1D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F08A1D is #0F75E2. Grayscale: #9C9C9C. Windows color (decimal): -1013219 or 1936112. OLE color: 1936112.
HSL color Cylindrical-coordinate representation of color #F08A1D: hue angle of 31º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F08A1D is Cyan = 0, Magento = 0.42, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 138 | 29 | - |
| CMYK | 0 | 0.42 | 0.88 | 0.06 |
| HSL | 31º | 0.88% | 0.53% | - |
| HSV(B) | 31º | 0.88% | 0.94% | - |
| XYZ | 45.25 | 36.79 | 5.88 | - |
| YUV | 156.07 | 56.29 | 187.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 138 | 29 | 0 | 0.42 | 0.88 | 0.06 | 31 | 0.88 | 0.53 |
| Hex | F0 | 8A | 1D | 0 | 2A | 58 | 6 | 1F | 58 | 35 |
| Octal | 360 | 212 | 35 | 0 | 52 | 130 | 6 | 37 | 130 | 65 |
| Binary | 11110000 | 10001010 | 11101 | 0 | 101010 | 1011000 | 110 | 11111 | 1011000 | 110101 |
Color Harmonies of #F08A1D
Complementary color
Monochromatic Colors of #F08A1D
Black with #F08A1D
Text Example
Text Example
White with #F08A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08A1D; }
p { color: rgb(240,138,29); }
H1.HeaderClassName
{
color: #F08A1D;
}
.AnyTagClassName
{
color: #F08A1D;
}
</style>
background-color css
<style>
a { background-color: #F08A1D; }
a { background-color: rgb(240,138,29); }
div.DivClassName
{
background-color: #F08A1D;
}
.BgClassName
{
background-color: #F08A1D;
}
</style>
border-color css
<style>
span { border-color: #F08A1D; }
span { border-color: rgb(240,138,29); }
td.TdClassName
{
border-color: #F08A1D;
}
.TagClassName
{
border-color: #F08A1D;
}
</style>