Shades of Carrot Orange #F18A1B
Tints of Carrot Orange #F18A1B
RGB
CMYK
RGB Variations
Color information
#F18A1B (or 0xF18A1B) is known color: Carrot Orange. HEX triplet: F1, 8A and 1B. RGB value is (241,138,27). Sum of RGB (Red+Green+Blue) = 241+138+27=406 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.36% from 406); Green value is 138 (54.30% from 255 or 33.99% from 406); Blue value is 27 (10.94% from 255 or 6.65% from 406); Max value from RGB is 241 - color contains mainly: red. Hex color #F18A1B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F18A1B is #0E75E4. Grayscale: #9C9C9C. Windows color (decimal): -947685 or 1805041. OLE color: 1805041.
HSL color Cylindrical-coordinate representation of color #F18A1B: hue angle of 31.12º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F18A1B is Cyan = 0, Magento = 0.43, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 138 | 27 | - |
| CMYK | 0 | 0.43 | 0.89 | 0.05 |
| HSL | 31.12º | 0.88% | 0.53% | - |
| HSV(B) | 31.12º | 0.89% | 0.95% | - |
| XYZ | 45.56 | 36.96 | 5.77 | - |
| YUV | 156.14 | 55.12 | 188.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 138 | 27 | 0 | 0.43 | 0.89 | 0.05 | 31.12 | 0.88 | 0.53 |
| Hex | F1 | 8A | 1B | 0 | 2B | 59 | 5 | 1F | 58 | 35 |
| Octal | 361 | 212 | 33 | 0 | 53 | 131 | 5 | 37 | 130 | 65 |
| Binary | 11110001 | 10001010 | 11011 | 0 | 101011 | 1011001 | 101 | 11111 | 1011000 | 110101 |
Color Harmonies of #F18A1B
Complementary color
Monochromatic Colors of #F18A1B
Black with #F18A1B
Text Example
Text Example
White with #F18A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18A1B; }
p { color: rgb(241,138,27); }
H1.HeaderClassName
{
color: #F18A1B;
}
.AnyTagClassName
{
color: #F18A1B;
}
</style>
background-color css
<style>
a { background-color: #F18A1B; }
a { background-color: rgb(241,138,27); }
div.DivClassName
{
background-color: #F18A1B;
}
.BgClassName
{
background-color: #F18A1B;
}
</style>
border-color css
<style>
span { border-color: #F18A1B; }
span { border-color: rgb(241,138,27); }
td.TdClassName
{
border-color: #F18A1B;
}
.TagClassName
{
border-color: #F18A1B;
}
</style>