Shades of Carrot Orange #F69A1A
Tints of Carrot Orange #F69A1A
RGB
CMYK
RGB Variations
Color information
#F69A1A (or 0xF69A1A) is known color: Carrot Orange. HEX triplet: F6, 9A and 1A. RGB value is (246,154,26). Sum of RGB (Red+Green+Blue) = 246+154+26=426 (56% of max value = 765). Red value is 246 (96.48% from 255 or 57.75% from 426); Green value is 154 (60.55% from 255 or 36.15% from 426); Blue value is 26 (10.55% from 255 or 6.10% from 426); Max value from RGB is 246 - color contains mainly: red. Hex color #F69A1A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F69A1A is #0965E5. Grayscale: #A7A7A7. Windows color (decimal): -615910 or 1743606. OLE color: 1743606.
HSL color Cylindrical-coordinate representation of color #F69A1A: hue angle of 34.91º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F69A1A is Cyan = 0, Magento = 0.37, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 154 | 26 | - |
| CMYK | 0 | 0.37 | 0.89 | 0.04 |
| HSL | 34.91º | 0.92% | 0.53% | - |
| HSV(B) | 34.91º | 0.89% | 0.96% | - |
| XYZ | 49.75 | 42.78 | 6.61 | - |
| YUV | 166.92 | 48.48 | 184.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 154 | 26 | 0 | 0.37 | 0.89 | 0.04 | 34.91 | 0.92 | 0.53 |
| Hex | F6 | 9A | 1A | 0 | 25 | 59 | 4 | 23 | 5C | 35 |
| Octal | 366 | 232 | 32 | 0 | 45 | 131 | 4 | 43 | 134 | 65 |
| Binary | 11110110 | 10011010 | 11010 | 0 | 100101 | 1011001 | 100 | 100011 | 1011100 | 110101 |
Color Harmonies of #F69A1A
Complementary color
Monochromatic Colors of #F69A1A
Black with #F69A1A
Text Example
Text Example
White with #F69A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69A1A; }
p { color: rgb(246,154,26); }
H1.HeaderClassName
{
color: #F69A1A;
}
.AnyTagClassName
{
color: #F69A1A;
}
</style>
background-color css
<style>
a { background-color: #F69A1A; }
a { background-color: rgb(246,154,26); }
div.DivClassName
{
background-color: #F69A1A;
}
.BgClassName
{
background-color: #F69A1A;
}
</style>
border-color css
<style>
span { border-color: #F69A1A; }
span { border-color: rgb(246,154,26); }
td.TdClassName
{
border-color: #F69A1A;
}
.TagClassName
{
border-color: #F69A1A;
}
</style>