Shades of Carrot Orange #F6901C
Tints of Carrot Orange #F6901C
RGB
CMYK
RGB Variations
Color information
#F6901C (or 0xF6901C) is known color: Carrot Orange. HEX triplet: F6, 90 and 1C. RGB value is (246,144,28). Sum of RGB (Red+Green+Blue) = 246+144+28=418 (55% of max value = 765). Red value is 246 (96.48% from 255 or 58.85% from 418); Green value is 144 (56.64% from 255 or 34.45% from 418); Blue value is 28 (11.33% from 255 or 6.70% from 418); Max value from RGB is 246 - color contains mainly: red. Hex color #F6901C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F6901C is #096FE3. Grayscale: #A1A1A1. Windows color (decimal): -618468 or 1872118. OLE color: 1872118.
HSL color Cylindrical-coordinate representation of color #F6901C: hue angle of 31.93º 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 #F6901C is Cyan = 0, Magento = 0.41, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 144 | 28 | - |
| CMYK | 0 | 0.41 | 0.89 | 0.04 |
| HSL | 31.93º | 0.92% | 0.54% | - |
| HSV(B) | 31.93º | 0.89% | 0.96% | - |
| XYZ | 48.19 | 39.62 | 6.21 | - |
| YUV | 161.27 | 52.79 | 188.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 144 | 28 | 0 | 0.41 | 0.89 | 0.04 | 31.93 | 0.92 | 0.54 |
| Hex | F6 | 90 | 1C | 0 | 29 | 59 | 4 | 20 | 5C | 36 |
| Octal | 366 | 220 | 34 | 0 | 51 | 131 | 4 | 40 | 134 | 66 |
| Binary | 11110110 | 10010000 | 11100 | 0 | 101001 | 1011001 | 100 | 100000 | 1011100 | 110110 |
Color Harmonies of #F6901C
Complementary color
Monochromatic Colors of #F6901C
Black with #F6901C
Text Example
Text Example
White with #F6901C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6901C; }
p { color: rgb(246,144,28); }
H1.HeaderClassName
{
color: #F6901C;
}
.AnyTagClassName
{
color: #F6901C;
}
</style>
background-color css
<style>
a { background-color: #F6901C; }
a { background-color: rgb(246,144,28); }
div.DivClassName
{
background-color: #F6901C;
}
.BgClassName
{
background-color: #F6901C;
}
</style>
border-color css
<style>
span { border-color: #F6901C; }
span { border-color: rgb(246,144,28); }
td.TdClassName
{
border-color: #F6901C;
}
.TagClassName
{
border-color: #F6901C;
}
</style>