Shades of Carrot Orange #F6921C
Tints of Carrot Orange #F6921C
RGB
CMYK
RGB Variations
Color information
#F6921C (or 0xF6921C) is known color: Carrot Orange. HEX triplet: F6, 92 and 1C. RGB value is (246,146,28). Sum of RGB (Red+Green+Blue) = 246+146+28=420 (55% of max value = 765). Red value is 246 (96.48% from 255 or 58.57% from 420); Green value is 146 (57.42% from 255 or 34.76% from 420); Blue value is 28 (11.33% from 255 or 6.67% from 420); Max value from RGB is 246 - color contains mainly: red. Hex color #F6921C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F6921C is #096DE3. Grayscale: #A3A3A3. Windows color (decimal): -617956 or 1872630. OLE color: 1872630.
HSL color Cylindrical-coordinate representation of color #F6921C: hue angle of 32.48º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F6921C is Cyan = 0, Magento = 0.41, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 146 | 28 | - |
| CMYK | 0 | 0.41 | 0.89 | 0.04 |
| HSL | 32.48º | 0.92% | 0.54% | - |
| HSV(B) | 32.48º | 0.89% | 0.96% | - |
| XYZ | 48.49 | 40.23 | 6.31 | - |
| YUV | 162.45 | 52.13 | 187.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 146 | 28 | 0 | 0.41 | 0.89 | 0.04 | 32.48 | 0.92 | 0.54 |
| Hex | F6 | 92 | 1C | 0 | 29 | 59 | 4 | 20 | 5C | 36 |
| Octal | 366 | 222 | 34 | 0 | 51 | 131 | 4 | 40 | 134 | 66 |
| Binary | 11110110 | 10010010 | 11100 | 0 | 101001 | 1011001 | 100 | 100000 | 1011100 | 110110 |
Color Harmonies of #F6921C
Complementary color
Monochromatic Colors of #F6921C
Black with #F6921C
Text Example
Text Example
White with #F6921C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6921C; }
p { color: rgb(246,146,28); }
H1.HeaderClassName
{
color: #F6921C;
}
.AnyTagClassName
{
color: #F6921C;
}
</style>
background-color css
<style>
a { background-color: #F6921C; }
a { background-color: rgb(246,146,28); }
div.DivClassName
{
background-color: #F6921C;
}
.BgClassName
{
background-color: #F6921C;
}
</style>
border-color css
<style>
span { border-color: #F6921C; }
span { border-color: rgb(246,146,28); }
td.TdClassName
{
border-color: #F6921C;
}
.TagClassName
{
border-color: #F6921C;
}
</style>