Shades of Carrot Orange #F68A1F
Tints of Carrot Orange #F68A1F
RGB
CMYK
RGB Variations
Color information
#F68A1F (or 0xF68A1F) is known color: Carrot Orange. HEX triplet: F6, 8A and 1F. RGB value is (246,138,31). Sum of RGB (Red+Green+Blue) = 246+138+31=415 (54% of max value = 765). Red value is 246 (96.48% from 255 or 59.28% from 415); Green value is 138 (54.30% from 255 or 33.25% from 415); Blue value is 31 (12.5% from 255 or 7.47% from 415); Max value from RGB is 246 - color contains mainly: red. Hex color #F68A1F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F68A1F is #0975E0. Grayscale: #9E9E9E. Windows color (decimal): -620001 or 2067190. OLE color: 2067190.
HSL color Cylindrical-coordinate representation of color #F68A1F: hue angle of 29.86º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F68A1F is Cyan = 0, Magento = 0.44, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 138 | 31 | - |
| CMYK | 0 | 0.44 | 0.87 | 0.04 |
| HSL | 29.86º | 0.92% | 0.54% | - |
| HSV(B) | 29.86º | 0.87% | 0.96% | - |
| XYZ | 47.34 | 37.87 | 6.11 | - |
| YUV | 158.09 | 56.28 | 190.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 138 | 31 | 0 | 0.44 | 0.87 | 0.04 | 29.86 | 0.92 | 0.54 |
| Hex | F6 | 8A | 1F | 0 | 2C | 57 | 4 | 1E | 5C | 36 |
| Octal | 366 | 212 | 37 | 0 | 54 | 127 | 4 | 36 | 134 | 66 |
| Binary | 11110110 | 10001010 | 11111 | 0 | 101100 | 1010111 | 100 | 11110 | 1011100 | 110110 |
Color Harmonies of #F68A1F
Complementary color
Monochromatic Colors of #F68A1F
Black with #F68A1F
Text Example
Text Example
White with #F68A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68A1F; }
p { color: rgb(246,138,31); }
H1.HeaderClassName
{
color: #F68A1F;
}
.AnyTagClassName
{
color: #F68A1F;
}
</style>
background-color css
<style>
a { background-color: #F68A1F; }
a { background-color: rgb(246,138,31); }
div.DivClassName
{
background-color: #F68A1F;
}
.BgClassName
{
background-color: #F68A1F;
}
</style>
border-color css
<style>
span { border-color: #F68A1F; }
span { border-color: rgb(246,138,31); }
td.TdClassName
{
border-color: #F68A1F;
}
.TagClassName
{
border-color: #F68A1F;
}
</style>