Shades of Carrot Orange #F69C1E
Tints of Carrot Orange #F69C1E
RGB
CMYK
RGB Variations
Color information
#F69C1E (or 0xF69C1E) is known color: Carrot Orange. HEX triplet: F6, 9C and 1E. RGB value is (246,156,30). Sum of RGB (Red+Green+Blue) = 246+156+30=432 (57% of max value = 765). Red value is 246 (96.48% from 255 or 56.94% from 432); Green value is 156 (61.33% from 255 or 36.11% from 432); Blue value is 30 (12.11% from 255 or 6.94% from 432); Max value from RGB is 246 - color contains mainly: red. Hex color #F69C1E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F69C1E is #0963E1. Grayscale: #A9A9A9. Windows color (decimal): -615394 or 2006262. OLE color: 2006262.
HSL color Cylindrical-coordinate representation of color #F69C1E: hue angle of 35º 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 #F69C1E is Cyan = 0, Magento = 0.37, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 156 | 30 | - |
| CMYK | 0 | 0.37 | 0.88 | 0.04 |
| HSL | 35º | 0.92% | 0.54% | - |
| HSV(B) | 35º | 0.88% | 0.96% | - |
| XYZ | 50.13 | 43.46 | 6.98 | - |
| YUV | 168.55 | 49.82 | 183.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 156 | 30 | 0 | 0.37 | 0.88 | 0.04 | 35 | 0.92 | 0.54 |
| Hex | F6 | 9C | 1E | 0 | 25 | 58 | 4 | 23 | 5C | 36 |
| Octal | 366 | 234 | 36 | 0 | 45 | 130 | 4 | 43 | 134 | 66 |
| Binary | 11110110 | 10011100 | 11110 | 0 | 100101 | 1011000 | 100 | 100011 | 1011100 | 110110 |
Color Harmonies of #F69C1E
Complementary color
Monochromatic Colors of #F69C1E
Black with #F69C1E
Text Example
Text Example
White with #F69C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69C1E; }
p { color: rgb(246,156,30); }
H1.HeaderClassName
{
color: #F69C1E;
}
.AnyTagClassName
{
color: #F69C1E;
}
</style>
background-color css
<style>
a { background-color: #F69C1E; }
a { background-color: rgb(246,156,30); }
div.DivClassName
{
background-color: #F69C1E;
}
.BgClassName
{
background-color: #F69C1E;
}
</style>
border-color css
<style>
span { border-color: #F69C1E; }
span { border-color: rgb(246,156,30); }
td.TdClassName
{
border-color: #F69C1E;
}
.TagClassName
{
border-color: #F69C1E;
}
</style>