Shades of Carrot Orange #F1921C
Tints of Carrot Orange #F1921C
RGB
CMYK
RGB Variations
Color information
#F1921C (or 0xF1921C) is known color: Carrot Orange. HEX triplet: F1, 92 and 1C. RGB value is (241,146,28). Sum of RGB (Red+Green+Blue) = 241+146+28=415 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.07% from 415); Green value is 146 (57.42% from 255 or 35.18% from 415); Blue value is 28 (11.33% from 255 or 6.75% from 415); Max value from RGB is 241 - color contains mainly: red. Hex color #F1921C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1921C is #0E6DE3. Grayscale: #A1A1A1. Windows color (decimal): -945636 or 1872625. OLE color: 1872625.
HSL color Cylindrical-coordinate representation of color #F1921C: hue angle of 33.24º 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 #F1921C is Cyan = 0, Magento = 0.39, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 146 | 28 | - |
| CMYK | 0 | 0.39 | 0.88 | 0.05 |
| HSL | 33.24º | 0.88% | 0.53% | - |
| HSV(B) | 33.24º | 0.88% | 0.95% | - |
| XYZ | 46.76 | 39.34 | 6.23 | - |
| YUV | 160.95 | 52.97 | 185.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 146 | 28 | 0 | 0.39 | 0.88 | 0.05 | 33.24 | 0.88 | 0.53 |
| Hex | F1 | 92 | 1C | 0 | 27 | 58 | 5 | 21 | 58 | 35 |
| Octal | 361 | 222 | 34 | 0 | 47 | 130 | 5 | 41 | 130 | 65 |
| Binary | 11110001 | 10010010 | 11100 | 0 | 100111 | 1011000 | 101 | 100001 | 1011000 | 110101 |
Color Harmonies of #F1921C
Complementary color
Monochromatic Colors of #F1921C
Black with #F1921C
Text Example
Text Example
White with #F1921C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1921C; }
p { color: rgb(241,146,28); }
H1.HeaderClassName
{
color: #F1921C;
}
.AnyTagClassName
{
color: #F1921C;
}
</style>
background-color css
<style>
a { background-color: #F1921C; }
a { background-color: rgb(241,146,28); }
div.DivClassName
{
background-color: #F1921C;
}
.BgClassName
{
background-color: #F1921C;
}
</style>
border-color css
<style>
span { border-color: #F1921C; }
span { border-color: rgb(241,146,28); }
td.TdClassName
{
border-color: #F1921C;
}
.TagClassName
{
border-color: #F1921C;
}
</style>