Shades of Carrot Orange #F1871C
Tints of Carrot Orange #F1871C
RGB
CMYK
RGB Variations
Color information
#F1871C (or 0xF1871C) is known color: Carrot Orange. HEX triplet: F1, 87 and 1C. RGB value is (241,135,28). Sum of RGB (Red+Green+Blue) = 241+135+28=404 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.65% from 404); Green value is 135 (53.12% from 255 or 33.42% from 404); Blue value is 28 (11.33% from 255 or 6.93% from 404); Max value from RGB is 241 - color contains mainly: red. Hex color #F1871C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1871C is #0E78E3. Grayscale: #9B9B9B. Windows color (decimal): -948452 or 1869809. OLE color: 1869809.
HSL color Cylindrical-coordinate representation of color #F1871C: hue angle of 30.14º 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 #F1871C is Cyan = 0, Magento = 0.44, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 135 | 28 | - |
| CMYK | 0 | 0.44 | 0.88 | 0.05 |
| HSL | 30.14º | 0.88% | 0.53% | - |
| HSV(B) | 30.14º | 0.88% | 0.95% | - |
| XYZ | 45.15 | 36.11 | 5.69 | - |
| YUV | 154.5 | 56.62 | 189.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 135 | 28 | 0 | 0.44 | 0.88 | 0.05 | 30.14 | 0.88 | 0.53 |
| Hex | F1 | 87 | 1C | 0 | 2C | 58 | 5 | 1E | 58 | 35 |
| Octal | 361 | 207 | 34 | 0 | 54 | 130 | 5 | 36 | 130 | 65 |
| Binary | 11110001 | 10000111 | 11100 | 0 | 101100 | 1011000 | 101 | 11110 | 1011000 | 110101 |
Color Harmonies of #F1871C
Complementary color
Monochromatic Colors of #F1871C
Black with #F1871C
Text Example
Text Example
White with #F1871C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1871C; }
p { color: rgb(241,135,28); }
H1.HeaderClassName
{
color: #F1871C;
}
.AnyTagClassName
{
color: #F1871C;
}
</style>
background-color css
<style>
a { background-color: #F1871C; }
a { background-color: rgb(241,135,28); }
div.DivClassName
{
background-color: #F1871C;
}
.BgClassName
{
background-color: #F1871C;
}
</style>
border-color css
<style>
span { border-color: #F1871C; }
span { border-color: rgb(241,135,28); }
td.TdClassName
{
border-color: #F1871C;
}
.TagClassName
{
border-color: #F1871C;
}
</style>