Shades of Carrot Orange #F69613
Tints of Carrot Orange #F69613
RGB
CMYK
RGB Variations
Color information
#F69613 (or 0xF69613) is known color: Carrot Orange. HEX triplet: F6, 96 and 13. RGB value is (246,150,19). Sum of RGB (Red+Green+Blue) = 246+150+19=415 (54% of max value = 765). Red value is 246 (96.48% from 255 or 59.28% from 415); Green value is 150 (58.98% from 255 or 36.14% from 415); Blue value is 19 (7.81% from 255 or 4.58% from 415); Max value from RGB is 246 - color contains mainly: red. Hex color #F69613 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F69613 is #0969EC. Grayscale: #A4A4A4. Windows color (decimal): -616941 or 1283830. OLE color: 1283830.
HSL color Cylindrical-coordinate representation of color #F69613: hue angle of 34.63º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F69613 is Cyan = 0, Magento = 0.39, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 150 | 19 | - |
| CMYK | 0 | 0.39 | 0.92 | 0.04 |
| HSL | 34.63º | 0.93% | 0.52% | - |
| HSV(B) | 34.63º | 0.92% | 0.96% | - |
| XYZ | 49.03 | 41.45 | 6.03 | - |
| YUV | 163.77 | 46.3 | 186.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 150 | 19 | 0 | 0.39 | 0.92 | 0.04 | 34.63 | 0.93 | 0.52 |
| Hex | F6 | 96 | 13 | 0 | 27 | 5C | 4 | 23 | 5D | 34 |
| Octal | 366 | 226 | 23 | 0 | 47 | 134 | 4 | 43 | 135 | 64 |
| Binary | 11110110 | 10010110 | 10011 | 0 | 100111 | 1011100 | 100 | 100011 | 1011101 | 110100 |
Color Harmonies of #F69613
Complementary color
Monochromatic Colors of #F69613
Black with #F69613
Text Example
Text Example
White with #F69613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69613; }
p { color: rgb(246,150,19); }
H1.HeaderClassName
{
color: #F69613;
}
.AnyTagClassName
{
color: #F69613;
}
</style>
background-color css
<style>
a { background-color: #F69613; }
a { background-color: rgb(246,150,19); }
div.DivClassName
{
background-color: #F69613;
}
.BgClassName
{
background-color: #F69613;
}
</style>
border-color css
<style>
span { border-color: #F69613; }
span { border-color: rgb(246,150,19); }
td.TdClassName
{
border-color: #F69613;
}
.TagClassName
{
border-color: #F69613;
}
</style>