Shades of Carrot Orange #F69424
Tints of Carrot Orange #F69424
RGB
CMYK
RGB Variations
Color information
#F69424 (or 0xF69424) is known color: Carrot Orange. HEX triplet: F6, 94 and 24. RGB value is (246,148,36). Sum of RGB (Red+Green+Blue) = 246+148+36=430 (56% of max value = 765). Red value is 246 (96.48% from 255 or 57.21% from 430); Green value is 148 (58.20% from 255 or 34.42% from 430); Blue value is 36 (14.45% from 255 or 8.37% from 430); Max value from RGB is 246 - color contains mainly: red. Hex color #F69424 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F69424 is #096BDB. Grayscale: #A5A5A5. Windows color (decimal): -617436 or 2397430. OLE color: 2397430.
HSL color Cylindrical-coordinate representation of color #F69424: hue angle of 32º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F69424 is Cyan = 0, Magento = 0.40, Yellow = 0.85 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 148 | 36 | - |
| CMYK | 0 | 0.40 | 0.85 | 0.04 |
| HSL | 32º | 0.92% | 0.55% | - |
| HSV(B) | 32º | 0.85% | 0.96% | - |
| XYZ | 48.91 | 40.9 | 6.99 | - |
| YUV | 164.53 | 55.47 | 186.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 148 | 36 | 0 | 0.40 | 0.85 | 0.04 | 32 | 0.92 | 0.55 |
| Hex | F6 | 94 | 24 | 0 | 28 | 55 | 4 | 20 | 5C | 37 |
| Octal | 366 | 224 | 44 | 0 | 50 | 125 | 4 | 40 | 134 | 67 |
| Binary | 11110110 | 10010100 | 100100 | 0 | 101000 | 1010101 | 100 | 100000 | 1011100 | 110111 |
Color Harmonies of #F69424
Complementary color
Monochromatic Colors of #F69424
Black with #F69424
Text Example
Text Example
White with #F69424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69424; }
p { color: rgb(246,148,36); }
H1.HeaderClassName
{
color: #F69424;
}
.AnyTagClassName
{
color: #F69424;
}
</style>
background-color css
<style>
a { background-color: #F69424; }
a { background-color: rgb(246,148,36); }
div.DivClassName
{
background-color: #F69424;
}
.BgClassName
{
background-color: #F69424;
}
</style>
border-color css
<style>
span { border-color: #F69424; }
span { border-color: rgb(246,148,36); }
td.TdClassName
{
border-color: #F69424;
}
.TagClassName
{
border-color: #F69424;
}
</style>