Shades of Carrot Orange #F68F1B
Tints of Carrot Orange #F68F1B
RGB
CMYK
RGB Variations
Color information
#F68F1B (or 0xF68F1B) is known color: Carrot Orange. HEX triplet: F6, 8F and 1B. RGB value is (246,143,27). Sum of RGB (Red+Green+Blue) = 246+143+27=416 (55% of max value = 765). Red value is 246 (96.48% from 255 or 59.13% from 416); Green value is 143 (56.25% from 255 or 34.38% from 416); Blue value is 27 (10.94% from 255 or 6.49% from 416); Max value from RGB is 246 - color contains mainly: red. Hex color #F68F1B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F68F1B is #0970E4. Grayscale: #A1A1A1. Windows color (decimal): -618725 or 1806326. OLE color: 1806326.
HSL color Cylindrical-coordinate representation of color #F68F1B: hue angle of 31.78º 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 #F68F1B is Cyan = 0, Magento = 0.42, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 143 | 27 | - |
| CMYK | 0 | 0.42 | 0.89 | 0.04 |
| HSL | 31.78º | 0.92% | 0.54% | - |
| HSV(B) | 31.78º | 0.89% | 0.96% | - |
| XYZ | 48.03 | 39.32 | 6.09 | - |
| YUV | 160.57 | 52.62 | 188.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 143 | 27 | 0 | 0.42 | 0.89 | 0.04 | 31.78 | 0.92 | 0.54 |
| Hex | F6 | 8F | 1B | 0 | 2A | 59 | 4 | 20 | 5C | 36 |
| Octal | 366 | 217 | 33 | 0 | 52 | 131 | 4 | 40 | 134 | 66 |
| Binary | 11110110 | 10001111 | 11011 | 0 | 101010 | 1011001 | 100 | 100000 | 1011100 | 110110 |
Color Harmonies of #F68F1B
Complementary color
Monochromatic Colors of #F68F1B
Black with #F68F1B
Text Example
Text Example
White with #F68F1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68F1B; }
p { color: rgb(246,143,27); }
H1.HeaderClassName
{
color: #F68F1B;
}
.AnyTagClassName
{
color: #F68F1B;
}
</style>
background-color css
<style>
a { background-color: #F68F1B; }
a { background-color: rgb(246,143,27); }
div.DivClassName
{
background-color: #F68F1B;
}
.BgClassName
{
background-color: #F68F1B;
}
</style>
border-color css
<style>
span { border-color: #F68F1B; }
span { border-color: rgb(246,143,27); }
td.TdClassName
{
border-color: #F68F1B;
}
.TagClassName
{
border-color: #F68F1B;
}
</style>