Shades of Carrot Orange #F69C20
Tints of Carrot Orange #F69C20
RGB
CMYK
RGB Variations
Color information
#F69C20 (or 0xF69C20) is known color: Carrot Orange. HEX triplet: F6, 9C and 20. RGB value is (246,156,32). Sum of RGB (Red+Green+Blue) = 246+156+32=434 (57% of max value = 765). Red value is 246 (96.48% from 255 or 56.68% from 434); Green value is 156 (61.33% from 255 or 35.94% from 434); Blue value is 32 (12.89% from 255 or 7.37% from 434); Max value from RGB is 246 - color contains mainly: red. Hex color #F69C20 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F69C20 is #0963DF. Grayscale: #A9A9A9. Windows color (decimal): -615392 or 2137334. OLE color: 2137334.
HSL color Cylindrical-coordinate representation of color #F69C20: hue angle of 34.77º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F69C20 is Cyan = 0, Magento = 0.37, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 156 | 32 | - |
| CMYK | 0 | 0.37 | 0.87 | 0.04 |
| HSL | 34.77º | 0.92% | 0.55% | - |
| HSV(B) | 34.77º | 0.87% | 0.96% | - |
| XYZ | 50.16 | 43.47 | 7.11 | - |
| YUV | 168.77 | 50.82 | 183.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 156 | 32 | 0 | 0.37 | 0.87 | 0.04 | 34.77 | 0.92 | 0.55 |
| Hex | F6 | 9C | 20 | 0 | 25 | 57 | 4 | 23 | 5C | 37 |
| Octal | 366 | 234 | 40 | 0 | 45 | 127 | 4 | 43 | 134 | 67 |
| Binary | 11110110 | 10011100 | 100000 | 0 | 100101 | 1010111 | 100 | 100011 | 1011100 | 110111 |
Color Harmonies of #F69C20
Complementary color
Monochromatic Colors of #F69C20
Black with #F69C20
Text Example
Text Example
White with #F69C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69C20; }
p { color: rgb(246,156,32); }
H1.HeaderClassName
{
color: #F69C20;
}
.AnyTagClassName
{
color: #F69C20;
}
</style>
background-color css
<style>
a { background-color: #F69C20; }
a { background-color: rgb(246,156,32); }
div.DivClassName
{
background-color: #F69C20;
}
.BgClassName
{
background-color: #F69C20;
}
</style>
border-color css
<style>
span { border-color: #F69C20; }
span { border-color: rgb(246,156,32); }
td.TdClassName
{
border-color: #F69C20;
}
.TagClassName
{
border-color: #F69C20;
}
</style>