Shades of Carrot Orange #F18A1A
Tints of Carrot Orange #F18A1A
RGB
CMYK
RGB Variations
Color information
#F18A1A (or 0xF18A1A) is known color: Carrot Orange. HEX triplet: F1, 8A and 1A. RGB value is (241,138,26). Sum of RGB (Red+Green+Blue) = 241+138+26=405 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.51% from 405); Green value is 138 (54.30% from 255 or 34.07% from 405); Blue value is 26 (10.55% from 255 or 6.42% from 405); Max value from RGB is 241 - color contains mainly: red. Hex color #F18A1A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F18A1A is #0E75E5. Grayscale: #9C9C9C. Windows color (decimal): -947686 or 1739505. OLE color: 1739505.
HSL color Cylindrical-coordinate representation of color #F18A1A: hue angle of 31.26º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F18A1A is Cyan = 0, Magento = 0.43, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 138 | 26 | - |
| CMYK | 0 | 0.43 | 0.89 | 0.05 |
| HSL | 31.26º | 0.88% | 0.52% | - |
| HSV(B) | 31.26º | 0.89% | 0.95% | - |
| XYZ | 45.55 | 36.95 | 5.71 | - |
| YUV | 156.03 | 54.62 | 188.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 138 | 26 | 0 | 0.43 | 0.89 | 0.05 | 31.26 | 0.88 | 0.52 |
| Hex | F1 | 8A | 1A | 0 | 2B | 59 | 5 | 1F | 58 | 34 |
| Octal | 361 | 212 | 32 | 0 | 53 | 131 | 5 | 37 | 130 | 64 |
| Binary | 11110001 | 10001010 | 11010 | 0 | 101011 | 1011001 | 101 | 11111 | 1011000 | 110100 |
Color Harmonies of #F18A1A
Complementary color
Monochromatic Colors of #F18A1A
Black with #F18A1A
Text Example
Text Example
White with #F18A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18A1A; }
p { color: rgb(241,138,26); }
H1.HeaderClassName
{
color: #F18A1A;
}
.AnyTagClassName
{
color: #F18A1A;
}
</style>
background-color css
<style>
a { background-color: #F18A1A; }
a { background-color: rgb(241,138,26); }
div.DivClassName
{
background-color: #F18A1A;
}
.BgClassName
{
background-color: #F18A1A;
}
</style>
border-color css
<style>
span { border-color: #F18A1A; }
span { border-color: rgb(241,138,26); }
td.TdClassName
{
border-color: #F18A1A;
}
.TagClassName
{
border-color: #F18A1A;
}
</style>