Shades of Carrot Orange #F68A28
Tints of Carrot Orange #F68A28
RGB
CMYK
RGB Variations
Color information
#F68A28 (or 0xF68A28) is known color: Carrot Orange. HEX triplet: F6, 8A and 28. RGB value is (246,138,40). Sum of RGB (Red+Green+Blue) = 246+138+40=424 (56% of max value = 765). Red value is 246 (96.48% from 255 or 58.02% from 424); Green value is 138 (54.30% from 255 or 32.55% from 424); Blue value is 40 (16.02% from 255 or 9.43% from 424); Max value from RGB is 246 - color contains mainly: red. Hex color #F68A28 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F68A28 is #0975D7. Grayscale: #9F9F9F. Windows color (decimal): -619992 or 2657014. OLE color: 2657014.
HSL color Cylindrical-coordinate representation of color #F68A28: hue angle of 28.54º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F68A28 is Cyan = 0, Magento = 0.44, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 138 | 40 | - |
| CMYK | 0 | 0.44 | 0.84 | 0.04 |
| HSL | 28.54º | 0.92% | 0.56% | - |
| HSV(B) | 28.54º | 0.84% | 0.96% | - |
| XYZ | 47.48 | 37.92 | 6.83 | - |
| YUV | 159.12 | 60.78 | 189.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 138 | 40 | 0 | 0.44 | 0.84 | 0.04 | 28.54 | 0.92 | 0.56 |
| Hex | F6 | 8A | 28 | 0 | 2C | 54 | 4 | 1D | 5C | 38 |
| Octal | 366 | 212 | 50 | 0 | 54 | 124 | 4 | 35 | 134 | 70 |
| Binary | 11110110 | 10001010 | 101000 | 0 | 101100 | 1010100 | 100 | 11101 | 1011100 | 111000 |
Color Harmonies of #F68A28
Complementary color
Monochromatic Colors of #F68A28
Black with #F68A28
Text Example
Text Example
White with #F68A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68A28; }
p { color: rgb(246,138,40); }
H1.HeaderClassName
{
color: #F68A28;
}
.AnyTagClassName
{
color: #F68A28;
}
</style>
background-color css
<style>
a { background-color: #F68A28; }
a { background-color: rgb(246,138,40); }
div.DivClassName
{
background-color: #F68A28;
}
.BgClassName
{
background-color: #F68A28;
}
</style>
border-color css
<style>
span { border-color: #F68A28; }
span { border-color: rgb(246,138,40); }
td.TdClassName
{
border-color: #F68A28;
}
.TagClassName
{
border-color: #F68A28;
}
</style>