Shades of Carrot Orange #F68D1B
Tints of Carrot Orange #F68D1B
RGB
CMYK
RGB Variations
Color information
#F68D1B (or 0xF68D1B) is known color: Carrot Orange. HEX triplet: F6, 8D and 1B. RGB value is (246,141,27). Sum of RGB (Red+Green+Blue) = 246+141+27=414 (54% of max value = 765). Red value is 246 (96.48% from 255 or 59.42% from 414); Green value is 141 (55.47% from 255 or 34.06% from 414); Blue value is 27 (10.94% from 255 or 6.52% from 414); Max value from RGB is 246 - color contains mainly: red. Hex color #F68D1B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F68D1B is #0972E4. Grayscale: #9F9F9F. Windows color (decimal): -619237 or 1805814. OLE color: 1805814.
HSL color Cylindrical-coordinate representation of color #F68D1B: hue angle of 31.23º 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 #F68D1B is Cyan = 0, Magento = 0.43, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 141 | 27 | - |
| CMYK | 0 | 0.43 | 0.89 | 0.04 |
| HSL | 31.23º | 0.92% | 0.54% | - |
| HSV(B) | 31.23º | 0.89% | 0.96% | - |
| XYZ | 47.73 | 38.72 | 6 | - |
| YUV | 159.4 | 53.29 | 189.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 141 | 27 | 0 | 0.43 | 0.89 | 0.04 | 31.23 | 0.92 | 0.54 |
| Hex | F6 | 8D | 1B | 0 | 2B | 59 | 4 | 1F | 5C | 36 |
| Octal | 366 | 215 | 33 | 0 | 53 | 131 | 4 | 37 | 134 | 66 |
| Binary | 11110110 | 10001101 | 11011 | 0 | 101011 | 1011001 | 100 | 11111 | 1011100 | 110110 |
Color Harmonies of #F68D1B
Complementary color
Monochromatic Colors of #F68D1B
Black with #F68D1B
Text Example
Text Example
White with #F68D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68D1B; }
p { color: rgb(246,141,27); }
H1.HeaderClassName
{
color: #F68D1B;
}
.AnyTagClassName
{
color: #F68D1B;
}
</style>
background-color css
<style>
a { background-color: #F68D1B; }
a { background-color: rgb(246,141,27); }
div.DivClassName
{
background-color: #F68D1B;
}
.BgClassName
{
background-color: #F68D1B;
}
</style>
border-color css
<style>
span { border-color: #F68D1B; }
span { border-color: rgb(246,141,27); }
td.TdClassName
{
border-color: #F68D1B;
}
.TagClassName
{
border-color: #F68D1B;
}
</style>