Shades of Carrot Orange #F69A1E
Tints of Carrot Orange #F69A1E
RGB
CMYK
RGB Variations
Color information
#F69A1E (or 0xF69A1E) is known color: Carrot Orange. HEX triplet: F6, 9A and 1E. RGB value is (246,154,30). Sum of RGB (Red+Green+Blue) = 246+154+30=430 (56% of max value = 765). Red value is 246 (96.48% from 255 or 57.21% from 430); Green value is 154 (60.55% from 255 or 35.81% from 430); Blue value is 30 (12.11% from 255 or 6.98% from 430); Max value from RGB is 246 - color contains mainly: red. Hex color #F69A1E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F69A1E is #0965E1. Grayscale: #A7A7A7. Windows color (decimal): -615906 or 2005750. OLE color: 2005750.
HSL color Cylindrical-coordinate representation of color #F69A1E: hue angle of 34.44º 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 #F69A1E is Cyan = 0, Magento = 0.37, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 154 | 30 | - |
| CMYK | 0 | 0.37 | 0.88 | 0.04 |
| HSL | 34.44º | 0.92% | 0.54% | - |
| HSV(B) | 34.44º | 0.88% | 0.96% | - |
| XYZ | 49.8 | 42.8 | 6.86 | - |
| YUV | 167.37 | 50.48 | 184.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 154 | 30 | 0 | 0.37 | 0.88 | 0.04 | 34.44 | 0.92 | 0.54 |
| Hex | F6 | 9A | 1E | 0 | 25 | 58 | 4 | 22 | 5C | 36 |
| Octal | 366 | 232 | 36 | 0 | 45 | 130 | 4 | 42 | 134 | 66 |
| Binary | 11110110 | 10011010 | 11110 | 0 | 100101 | 1011000 | 100 | 100010 | 1011100 | 110110 |
Color Harmonies of #F69A1E
Complementary color
Monochromatic Colors of #F69A1E
Black with #F69A1E
Text Example
Text Example
White with #F69A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69A1E; }
p { color: rgb(246,154,30); }
H1.HeaderClassName
{
color: #F69A1E;
}
.AnyTagClassName
{
color: #F69A1E;
}
</style>
background-color css
<style>
a { background-color: #F69A1E; }
a { background-color: rgb(246,154,30); }
div.DivClassName
{
background-color: #F69A1E;
}
.BgClassName
{
background-color: #F69A1E;
}
</style>
border-color css
<style>
span { border-color: #F69A1E; }
span { border-color: rgb(246,154,30); }
td.TdClassName
{
border-color: #F69A1E;
}
.TagClassName
{
border-color: #F69A1E;
}
</style>