Shades of Carrot Orange #F1821C
Tints of Carrot Orange #F1821C
RGB
CMYK
RGB Variations
Color information
#F1821C (or 0xF1821C) is known color: Carrot Orange. HEX triplet: F1, 82 and 1C. RGB value is (241,130,28). Sum of RGB (Red+Green+Blue) = 241+130+28=399 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.40% from 399); Green value is 130 (51.17% from 255 or 32.58% from 399); Blue value is 28 (11.33% from 255 or 7.02% from 399); Max value from RGB is 241 - color contains mainly: red. Hex color #F1821C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1821C is #0E7DE3. Grayscale: #989898. Windows color (decimal): -949732 or 1868529. OLE color: 1868529.
HSL color Cylindrical-coordinate representation of color #F1821C: hue angle of 28.73º 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 #F1821C is Cyan = 0, Magento = 0.46, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 130 | 28 | - |
| CMYK | 0 | 0.46 | 0.88 | 0.05 |
| HSL | 28.73º | 0.88% | 0.53% | - |
| HSV(B) | 28.73º | 0.88% | 0.95% | - |
| XYZ | 44.47 | 34.75 | 5.46 | - |
| YUV | 151.56 | 58.27 | 191.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 130 | 28 | 0 | 0.46 | 0.88 | 0.05 | 28.73 | 0.88 | 0.53 |
| Hex | F1 | 82 | 1C | 0 | 2E | 58 | 5 | 1D | 58 | 35 |
| Octal | 361 | 202 | 34 | 0 | 56 | 130 | 5 | 35 | 130 | 65 |
| Binary | 11110001 | 10000010 | 11100 | 0 | 101110 | 1011000 | 101 | 11101 | 1011000 | 110101 |
Color Harmonies of #F1821C
Complementary color
Monochromatic Colors of #F1821C
Black with #F1821C
Text Example
Text Example
White with #F1821C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1821C; }
p { color: rgb(241,130,28); }
H1.HeaderClassName
{
color: #F1821C;
}
.AnyTagClassName
{
color: #F1821C;
}
</style>
background-color css
<style>
a { background-color: #F1821C; }
a { background-color: rgb(241,130,28); }
div.DivClassName
{
background-color: #F1821C;
}
.BgClassName
{
background-color: #F1821C;
}
</style>
border-color css
<style>
span { border-color: #F1821C; }
span { border-color: rgb(241,130,28); }
td.TdClassName
{
border-color: #F1821C;
}
.TagClassName
{
border-color: #F1821C;
}
</style>