Shades of Crusta #F6875D
Tints of Crusta #F6875D
RGB
CMYK
RGB Variations
Color information
#F6875D (or 0xF6875D) is known color: Crusta. HEX triplet: F6, 87 and 5D. RGB value is (246,135,93). Sum of RGB (Red+Green+Blue) = 246+135+93=474 (62% of max value = 765). Red value is 246 (96.48% from 255 or 51.90% from 474); Green value is 135 (53.12% from 255 or 28.48% from 474); Blue value is 93 (36.72% from 255 or 19.62% from 474); Max value from RGB is 246 - color contains mainly: red. Hex color #F6875D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6875D is #0978A2. Grayscale: #A3A3A3. Windows color (decimal): -620707 or 6129654. OLE color: 6129654.
HSL color Cylindrical-coordinate representation of color #F6875D: hue angle of 16.47º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F6875D is Cyan = 0, Magento = 0.45, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
RGB | 246 | 135 | 93 | - |
CMYK | 0 | 0.45 | 0.62 | 0.04 |
HSL | 16.47º | 0.89% | 0.66% | - |
HSV(B) | 16.47º | 0.62% | 0.96% | - |
XYZ | 48.65 | 37.71 | 15.07 | - |
YUV | 163.4 | 88.27 | 186.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 246 | 135 | 93 | 0 | 0.45 | 0.62 | 0.04 | 16.47 | 0.89 | 0.66 |
Hex | F6 | 87 | 5D | 0 | 2D | 3E | 4 | 10 | 59 | 42 |
Octal | 366 | 207 | 135 | 0 | 55 | 76 | 4 | 20 | 131 | 102 |
Binary | 11110110 | 10000111 | 1011101 | 0 | 101101 | 111110 | 100 | 10000 | 1011001 | 1000010 |
Color Harmonies of #F6875D
Complementary color
Monochromatic Colors of #F6875D
Black with #F6875D
Text Example
Text Example
White with #F6875D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6875D; }
p { color: rgb(246,135,93); }
H1.HeaderClassName
{
color: #F6875D;
}
.AnyTagClassName
{
color: #F6875D;
}
</style>
background-color css
<style>
a { background-color: #F6875D; }
a { background-color: rgb(246,135,93); }
div.DivClassName
{
background-color: #F6875D;
}
.BgClassName
{
background-color: #F6875D;
}
</style>
border-color css
<style>
span { border-color: #F6875D; }
span { border-color: rgb(246,135,93); }
td.TdClassName
{
border-color: #F6875D;
}
.TagClassName
{
border-color: #F6875D;
}
</style>