Shades of Carrot Orange #F08A1B
Tints of Carrot Orange #F08A1B
RGB
CMYK
RGB Variations
Color information
#F08A1B (or 0xF08A1B) is known color: Carrot Orange. HEX triplet: F0, 8A and 1B. RGB value is (240,138,27). Sum of RGB (Red+Green+Blue) = 240+138+27=405 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.26% from 405); Green value is 138 (54.30% from 255 or 34.07% from 405); Blue value is 27 (10.94% from 255 or 6.67% from 405); Max value from RGB is 240 - color contains mainly: red. Hex color #F08A1B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F08A1B is #0F75E4. Grayscale: #9C9C9C. Windows color (decimal): -1013221 or 1805040. OLE color: 1805040.
HSL color Cylindrical-coordinate representation of color #F08A1B: hue angle of 31.27º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F08A1B is Cyan = 0, Magento = 0.42, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 138 | 27 | - |
| CMYK | 0 | 0.42 | 0.89 | 0.06 |
| HSL | 31.27º | 0.88% | 0.52% | - |
| HSV(B) | 31.27º | 0.89% | 0.94% | - |
| XYZ | 45.22 | 36.78 | 5.75 | - |
| YUV | 155.84 | 55.29 | 188.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 138 | 27 | 0 | 0.42 | 0.89 | 0.06 | 31.27 | 0.88 | 0.52 |
| Hex | F0 | 8A | 1B | 0 | 2A | 59 | 6 | 1F | 58 | 34 |
| Octal | 360 | 212 | 33 | 0 | 52 | 131 | 6 | 37 | 130 | 64 |
| Binary | 11110000 | 10001010 | 11011 | 0 | 101010 | 1011001 | 110 | 11111 | 1011000 | 110100 |
Color Harmonies of #F08A1B
Complementary color
Monochromatic Colors of #F08A1B
Black with #F08A1B
Text Example
Text Example
White with #F08A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08A1B; }
p { color: rgb(240,138,27); }
H1.HeaderClassName
{
color: #F08A1B;
}
.AnyTagClassName
{
color: #F08A1B;
}
</style>
background-color css
<style>
a { background-color: #F08A1B; }
a { background-color: rgb(240,138,27); }
div.DivClassName
{
background-color: #F08A1B;
}
.BgClassName
{
background-color: #F08A1B;
}
</style>
border-color css
<style>
span { border-color: #F08A1B; }
span { border-color: rgb(240,138,27); }
td.TdClassName
{
border-color: #F08A1B;
}
.TagClassName
{
border-color: #F08A1B;
}
</style>