Shades of Crusta #F68B5A
Tints of Crusta #F68B5A
RGB
CMYK
RGB Variations
Color information
#F68B5A (or 0xF68B5A) is known color: Crusta. HEX triplet: F6, 8B and 5A. RGB value is (246,139,90). Sum of RGB (Red+Green+Blue) = 246+139+90=475 (62% of max value = 765). Red value is 246 (96.48% from 255 or 51.79% from 475); Green value is 139 (54.69% from 255 or 29.26% from 475); Blue value is 90 (35.55% from 255 or 18.95% from 475); Max value from RGB is 246 - color contains mainly: red. Hex color #F68B5A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68B5A is #0974A5. Grayscale: #A5A5A5. Windows color (decimal): -619686 or 5934070. OLE color: 5934070.
HSL color Cylindrical-coordinate representation of color #F68B5A: hue angle of 18.85º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F68B5A is Cyan = 0, Magento = 0.43, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 139 | 90 | - |
| CMYK | 0 | 0.43 | 0.63 | 0.04 |
| HSL | 18.85º | 0.9% | 0.66% | - |
| HSV(B) | 18.85º | 0.63% | 0.96% | - |
| XYZ | 49.08 | 38.8 | 14.57 | - |
| YUV | 165.41 | 85.45 | 185.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 139 | 90 | 0 | 0.43 | 0.63 | 0.04 | 18.85 | 0.9 | 0.66 |
| Hex | F6 | 8B | 5A | 0 | 2B | 3F | 4 | 13 | 5A | 42 |
| Octal | 366 | 213 | 132 | 0 | 53 | 77 | 4 | 23 | 132 | 102 |
| Binary | 11110110 | 10001011 | 1011010 | 0 | 101011 | 111111 | 100 | 10011 | 1011010 | 1000010 |
Color Harmonies of #F68B5A
Complementary color
Monochromatic Colors of #F68B5A
Black with #F68B5A
Text Example
Text Example
White with #F68B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68B5A; }
p { color: rgb(246,139,90); }
H1.HeaderClassName
{
color: #F68B5A;
}
.AnyTagClassName
{
color: #F68B5A;
}
</style>
background-color css
<style>
a { background-color: #F68B5A; }
a { background-color: rgb(246,139,90); }
div.DivClassName
{
background-color: #F68B5A;
}
.BgClassName
{
background-color: #F68B5A;
}
</style>
border-color css
<style>
span { border-color: #F68B5A; }
span { border-color: rgb(246,139,90); }
td.TdClassName
{
border-color: #F68B5A;
}
.TagClassName
{
border-color: #F68B5A;
}
</style>