Shades of Crusta #F68C4A
Tints of Crusta #F68C4A
RGB
CMYK
RGB Variations
Color information
#F68C4A (or 0xF68C4A) is known color: Crusta. HEX triplet: F6, 8C and 4A. RGB value is (246,140,74). Sum of RGB (Red+Green+Blue) = 246+140+74=460 (60% of max value = 765). Red value is 246 (96.48% from 255 or 53.48% from 460); Green value is 140 (55.08% from 255 or 30.43% from 460); Blue value is 74 (29.30% from 255 or 16.09% from 460); Max value from RGB is 246 - color contains mainly: red. Hex color #F68C4A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F68C4A is #0973B5. Grayscale: #A4A4A4. Windows color (decimal): -619446 or 4885750. OLE color: 4885750.
HSL color Cylindrical-coordinate representation of color #F68C4A: hue angle of 23.02º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F68C4A is Cyan = 0, Magento = 0.43, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 140 | 74 | - |
| CMYK | 0 | 0.43 | 0.70 | 0.04 |
| HSL | 23.02º | 0.91% | 0.63% | - |
| HSV(B) | 23.02º | 0.7% | 0.96% | - |
| XYZ | 48.62 | 38.84 | 11.41 | - |
| YUV | 164.17 | 77.12 | 186.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 140 | 74 | 0 | 0.43 | 0.70 | 0.04 | 23.02 | 0.91 | 0.63 |
| Hex | F6 | 8C | 4A | 0 | 2B | 46 | 4 | 17 | 5B | 3F |
| Octal | 366 | 214 | 112 | 0 | 53 | 106 | 4 | 27 | 133 | 77 |
| Binary | 11110110 | 10001100 | 1001010 | 0 | 101011 | 1000110 | 100 | 10111 | 1011011 | 111111 |
Color Harmonies of #F68C4A
Complementary color
Monochromatic Colors of #F68C4A
Black with #F68C4A
Text Example
Text Example
White with #F68C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68C4A; }
p { color: rgb(246,140,74); }
H1.HeaderClassName
{
color: #F68C4A;
}
.AnyTagClassName
{
color: #F68C4A;
}
</style>
background-color css
<style>
a { background-color: #F68C4A; }
a { background-color: rgb(246,140,74); }
div.DivClassName
{
background-color: #F68C4A;
}
.BgClassName
{
background-color: #F68C4A;
}
</style>
border-color css
<style>
span { border-color: #F68C4A; }
span { border-color: rgb(246,140,74); }
td.TdClassName
{
border-color: #F68C4A;
}
.TagClassName
{
border-color: #F68C4A;
}
</style>