Shades of Carrot Orange #F68A1D
Tints of Carrot Orange #F68A1D
RGB
CMYK
RGB Variations
Color information
#F68A1D (or 0xF68A1D) is known color: Carrot Orange. HEX triplet: F6, 8A and 1D. RGB value is (246,138,29). Sum of RGB (Red+Green+Blue) = 246+138+29=413 (54% of max value = 765). Red value is 246 (96.48% from 255 or 59.56% from 413); Green value is 138 (54.30% from 255 or 33.41% from 413); Blue value is 29 (11.72% from 255 or 7.02% from 413); Max value from RGB is 246 - color contains mainly: red. Hex color #F68A1D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F68A1D is #0975E2. Grayscale: #9E9E9E. Windows color (decimal): -620003 or 1936118. OLE color: 1936118.
HSL color Cylindrical-coordinate representation of color #F68A1D: hue angle of 30.14º 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 #F68A1D is Cyan = 0, Magento = 0.44, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 138 | 29 | - |
| CMYK | 0 | 0.44 | 0.88 | 0.04 |
| HSL | 30.14º | 0.92% | 0.54% | - |
| HSV(B) | 30.14º | 0.88% | 0.96% | - |
| XYZ | 47.32 | 37.86 | 5.98 | - |
| YUV | 157.87 | 55.28 | 190.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 138 | 29 | 0 | 0.44 | 0.88 | 0.04 | 30.14 | 0.92 | 0.54 |
| Hex | F6 | 8A | 1D | 0 | 2C | 58 | 4 | 1E | 5C | 36 |
| Octal | 366 | 212 | 35 | 0 | 54 | 130 | 4 | 36 | 134 | 66 |
| Binary | 11110110 | 10001010 | 11101 | 0 | 101100 | 1011000 | 100 | 11110 | 1011100 | 110110 |
Color Harmonies of #F68A1D
Complementary color
Monochromatic Colors of #F68A1D
Black with #F68A1D
Text Example
Text Example
White with #F68A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68A1D; }
p { color: rgb(246,138,29); }
H1.HeaderClassName
{
color: #F68A1D;
}
.AnyTagClassName
{
color: #F68A1D;
}
</style>
background-color css
<style>
a { background-color: #F68A1D; }
a { background-color: rgb(246,138,29); }
div.DivClassName
{
background-color: #F68A1D;
}
.BgClassName
{
background-color: #F68A1D;
}
</style>
border-color css
<style>
span { border-color: #F68A1D; }
span { border-color: rgb(246,138,29); }
td.TdClassName
{
border-color: #F68A1D;
}
.TagClassName
{
border-color: #F68A1D;
}
</style>