Shades of Carrot Orange #F6921D
Tints of Carrot Orange #F6921D
RGB
CMYK
RGB Variations
Color information
#F6921D (or 0xF6921D) is known color: Carrot Orange. HEX triplet: F6, 92 and 1D. RGB value is (246,146,29). Sum of RGB (Red+Green+Blue) = 246+146+29=421 (55% of max value = 765). Red value is 246 (96.48% from 255 or 58.43% from 421); Green value is 146 (57.42% from 255 or 34.68% from 421); Blue value is 29 (11.72% from 255 or 6.89% from 421); Max value from RGB is 246 - color contains mainly: red. Hex color #F6921D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F6921D is #096DE2. Grayscale: #A3A3A3. Windows color (decimal): -617955 or 1938166. OLE color: 1938166.
HSL color Cylindrical-coordinate representation of color #F6921D: hue angle of 32.35º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F6921D is Cyan = 0, Magento = 0.41, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 146 | 29 | - |
| CMYK | 0 | 0.41 | 0.88 | 0.04 |
| HSL | 32.35º | 0.92% | 0.54% | - |
| HSV(B) | 32.35º | 0.88% | 0.96% | - |
| XYZ | 48.51 | 40.24 | 6.37 | - |
| YUV | 162.56 | 52.63 | 187.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 146 | 29 | 0 | 0.41 | 0.88 | 0.04 | 32.35 | 0.92 | 0.54 |
| Hex | F6 | 92 | 1D | 0 | 29 | 58 | 4 | 20 | 5C | 36 |
| Octal | 366 | 222 | 35 | 0 | 51 | 130 | 4 | 40 | 134 | 66 |
| Binary | 11110110 | 10010010 | 11101 | 0 | 101001 | 1011000 | 100 | 100000 | 1011100 | 110110 |
Color Harmonies of #F6921D
Complementary color
Monochromatic Colors of #F6921D
Black with #F6921D
Text Example
Text Example
White with #F6921D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6921D; }
p { color: rgb(246,146,29); }
H1.HeaderClassName
{
color: #F6921D;
}
.AnyTagClassName
{
color: #F6921D;
}
</style>
background-color css
<style>
a { background-color: #F6921D; }
a { background-color: rgb(246,146,29); }
div.DivClassName
{
background-color: #F6921D;
}
.BgClassName
{
background-color: #F6921D;
}
</style>
border-color css
<style>
span { border-color: #F6921D; }
span { border-color: rgb(246,146,29); }
td.TdClassName
{
border-color: #F6921D;
}
.TagClassName
{
border-color: #F6921D;
}
</style>