Shades of Crusta #F68A54
Tints of Crusta #F68A54
RGB
CMYK
RGB Variations
Color information
#F68A54 (or 0xF68A54) is known color: Crusta. HEX triplet: F6, 8A and 54. RGB value is (246,138,84). Sum of RGB (Red+Green+Blue) = 246+138+84=468 (61% of max value = 765). Red value is 246 (96.48% from 255 or 52.56% from 468); Green value is 138 (54.30% from 255 or 29.49% from 468); Blue value is 84 (33.20% from 255 or 17.95% from 468); Max value from RGB is 246 - color contains mainly: red. Hex color #F68A54 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68A54 is #0975AB. Grayscale: #A4A4A4. Windows color (decimal): -619948 or 5540598. OLE color: 5540598.
HSL color Cylindrical-coordinate representation of color #F68A54: hue angle of 20º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F68A54 is Cyan = 0, Magento = 0.44, Yellow = 0.66 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 138 | 84 | - |
| CMYK | 0 | 0.44 | 0.66 | 0.04 |
| HSL | 20º | 0.9% | 0.65% | - |
| HSV(B) | 20º | 0.66% | 0.96% | - |
| XYZ | 48.69 | 38.41 | 13.23 | - |
| YUV | 164.14 | 82.78 | 186.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 138 | 84 | 0 | 0.44 | 0.66 | 0.04 | 20 | 0.9 | 0.65 |
| Hex | F6 | 8A | 54 | 0 | 2C | 42 | 4 | 14 | 5A | 41 |
| Octal | 366 | 212 | 124 | 0 | 54 | 102 | 4 | 24 | 132 | 101 |
| Binary | 11110110 | 10001010 | 1010100 | 0 | 101100 | 1000010 | 100 | 10100 | 1011010 | 1000001 |
Color Harmonies of #F68A54
Complementary color
Monochromatic Colors of #F68A54
Black with #F68A54
Text Example
Text Example
White with #F68A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68A54; }
p { color: rgb(246,138,84); }
H1.HeaderClassName
{
color: #F68A54;
}
.AnyTagClassName
{
color: #F68A54;
}
</style>
background-color css
<style>
a { background-color: #F68A54; }
a { background-color: rgb(246,138,84); }
div.DivClassName
{
background-color: #F68A54;
}
.BgClassName
{
background-color: #F68A54;
}
</style>
border-color css
<style>
span { border-color: #F68A54; }
span { border-color: rgb(246,138,84); }
td.TdClassName
{
border-color: #F68A54;
}
.TagClassName
{
border-color: #F68A54;
}
</style>