Shades of Carrot Orange #F18A1D
Tints of Carrot Orange #F18A1D
RGB
CMYK
RGB Variations
Color information
#F18A1D (or 0xF18A1D) is known color: Carrot Orange. HEX triplet: F1, 8A and 1D. RGB value is (241,138,29). Sum of RGB (Red+Green+Blue) = 241+138+29=408 (54% of max value = 765). Red value is 241 (94.53% from 255 or 59.07% from 408); Green value is 138 (54.30% from 255 or 33.82% from 408); Blue value is 29 (11.72% from 255 or 7.11% from 408); Max value from RGB is 241 - color contains mainly: red. Hex color #F18A1D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F18A1D is #0E75E2. Grayscale: #9C9C9C. Windows color (decimal): -947683 or 1936113. OLE color: 1936113.
HSL color Cylindrical-coordinate representation of color #F18A1D: hue angle of 30.85º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F18A1D is Cyan = 0, Magento = 0.43, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 138 | 29 | - |
| CMYK | 0 | 0.43 | 0.88 | 0.05 |
| HSL | 30.85º | 0.88% | 0.53% | - |
| HSV(B) | 30.85º | 0.88% | 0.95% | - |
| XYZ | 45.59 | 36.97 | 5.89 | - |
| YUV | 156.37 | 56.12 | 188.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 138 | 29 | 0 | 0.43 | 0.88 | 0.05 | 30.85 | 0.88 | 0.53 |
| Hex | F1 | 8A | 1D | 0 | 2B | 58 | 5 | 1F | 58 | 35 |
| Octal | 361 | 212 | 35 | 0 | 53 | 130 | 5 | 37 | 130 | 65 |
| Binary | 11110001 | 10001010 | 11101 | 0 | 101011 | 1011000 | 101 | 11111 | 1011000 | 110101 |
Color Harmonies of #F18A1D
Complementary color
Monochromatic Colors of #F18A1D
Black with #F18A1D
Text Example
Text Example
White with #F18A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18A1D; }
p { color: rgb(241,138,29); }
H1.HeaderClassName
{
color: #F18A1D;
}
.AnyTagClassName
{
color: #F18A1D;
}
</style>
background-color css
<style>
a { background-color: #F18A1D; }
a { background-color: rgb(241,138,29); }
div.DivClassName
{
background-color: #F18A1D;
}
.BgClassName
{
background-color: #F18A1D;
}
</style>
border-color css
<style>
span { border-color: #F18A1D; }
span { border-color: rgb(241,138,29); }
td.TdClassName
{
border-color: #F18A1D;
}
.TagClassName
{
border-color: #F18A1D;
}
</style>