Shades of Carrot Orange #F69C21
Tints of Carrot Orange #F69C21
RGB
CMYK
RGB Variations
Color information
#F69C21 (or 0xF69C21) is known color: Carrot Orange. HEX triplet: F6, 9C and 21. RGB value is (246,156,33). Sum of RGB (Red+Green+Blue) = 246+156+33=435 (57% of max value = 765). Red value is 246 (96.48% from 255 or 56.55% from 435); Green value is 156 (61.33% from 255 or 35.86% from 435); Blue value is 33 (13.28% from 255 or 7.59% from 435); Max value from RGB is 246 - color contains mainly: red. Hex color #F69C21 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F69C21 is #0963DE. Grayscale: #A9A9A9. Windows color (decimal): -615391 or 2202870. OLE color: 2202870.
HSL color Cylindrical-coordinate representation of color #F69C21: hue angle of 34.65º 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 #F69C21 is Cyan = 0, Magento = 0.37, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 156 | 33 | - |
| CMYK | 0 | 0.37 | 0.87 | 0.04 |
| HSL | 34.65º | 0.92% | 0.55% | - |
| HSV(B) | 34.65º | 0.87% | 0.96% | - |
| XYZ | 50.17 | 43.48 | 7.19 | - |
| YUV | 168.89 | 51.32 | 183 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 156 | 33 | 0 | 0.37 | 0.87 | 0.04 | 34.65 | 0.92 | 0.55 |
| Hex | F6 | 9C | 21 | 0 | 25 | 57 | 4 | 23 | 5C | 37 |
| Octal | 366 | 234 | 41 | 0 | 45 | 127 | 4 | 43 | 134 | 67 |
| Binary | 11110110 | 10011100 | 100001 | 0 | 100101 | 1010111 | 100 | 100011 | 1011100 | 110111 |
Color Harmonies of #F69C21
Complementary color
Monochromatic Colors of #F69C21
Black with #F69C21
Text Example
Text Example
White with #F69C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69C21; }
p { color: rgb(246,156,33); }
H1.HeaderClassName
{
color: #F69C21;
}
.AnyTagClassName
{
color: #F69C21;
}
</style>
background-color css
<style>
a { background-color: #F69C21; }
a { background-color: rgb(246,156,33); }
div.DivClassName
{
background-color: #F69C21;
}
.BgClassName
{
background-color: #F69C21;
}
</style>
border-color css
<style>
span { border-color: #F69C21; }
span { border-color: rgb(246,156,33); }
td.TdClassName
{
border-color: #F69C21;
}
.TagClassName
{
border-color: #F69C21;
}
</style>