Shades of Carrot Orange #F08A1A
Tints of Carrot Orange #F08A1A
RGB
CMYK
RGB Variations
Color information
#F08A1A (or 0xF08A1A) is known color: Carrot Orange. HEX triplet: F0, 8A and 1A. RGB value is (240,138,26). Sum of RGB (Red+Green+Blue) = 240+138+26=404 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.41% from 404); Green value is 138 (54.30% from 255 or 34.16% from 404); Blue value is 26 (10.55% from 255 or 6.44% from 404); Max value from RGB is 240 - color contains mainly: red. Hex color #F08A1A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F08A1A is #0F75E5. Grayscale: #9C9C9C. Windows color (decimal): -1013222 or 1739504. OLE color: 1739504.
HSL color Cylindrical-coordinate representation of color #F08A1A: hue angle of 31.4º 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 #F08A1A is Cyan = 0, Magento = 0.42, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 138 | 26 | - |
| CMYK | 0 | 0.42 | 0.89 | 0.06 |
| HSL | 31.4º | 0.88% | 0.52% | - |
| HSV(B) | 31.4º | 0.89% | 0.94% | - |
| XYZ | 45.21 | 36.78 | 5.69 | - |
| YUV | 155.73 | 54.79 | 188.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 138 | 26 | 0 | 0.42 | 0.89 | 0.06 | 31.4 | 0.88 | 0.52 |
| Hex | F0 | 8A | 1A | 0 | 2A | 59 | 6 | 1F | 58 | 34 |
| Octal | 360 | 212 | 32 | 0 | 52 | 131 | 6 | 37 | 130 | 64 |
| Binary | 11110000 | 10001010 | 11010 | 0 | 101010 | 1011001 | 110 | 11111 | 1011000 | 110100 |
Color Harmonies of #F08A1A
Complementary color
Monochromatic Colors of #F08A1A
Black with #F08A1A
Text Example
Text Example
White with #F08A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08A1A; }
p { color: rgb(240,138,26); }
H1.HeaderClassName
{
color: #F08A1A;
}
.AnyTagClassName
{
color: #F08A1A;
}
</style>
background-color css
<style>
a { background-color: #F08A1A; }
a { background-color: rgb(240,138,26); }
div.DivClassName
{
background-color: #F08A1A;
}
.BgClassName
{
background-color: #F08A1A;
}
</style>
border-color css
<style>
span { border-color: #F08A1A; }
span { border-color: rgb(240,138,26); }
td.TdClassName
{
border-color: #F08A1A;
}
.TagClassName
{
border-color: #F08A1A;
}
</style>