Shades of Crusta #F38C63
Tints of Crusta #F38C63
RGB
CMYK
RGB Variations
Color information
#F38C63 (or 0xF38C63) is known color: Crusta. HEX triplet: F3, 8C and 63. RGB value is (243,140,99). Sum of RGB (Red+Green+Blue) = 243+140+99=482 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.41% from 482); Green value is 140 (55.08% from 255 or 29.05% from 482); Blue value is 99 (39.06% from 255 or 20.54% from 482); Max value from RGB is 243 - color contains mainly: red. Hex color #F38C63 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F38C63 is #0C739C. Grayscale: #A6A6A6. Windows color (decimal): -816029 or 6524147. OLE color: 6524147.
HSL color Cylindrical-coordinate representation of color #F38C63: hue angle of 17.08º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F38C63 is Cyan = 0, Magento = 0.42, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 140 | 99 | - |
| CMYK | 0 | 0.42 | 0.59 | 0.05 |
| HSL | 17.08º | 0.86% | 0.67% | - |
| HSV(B) | 17.08º | 0.59% | 0.95% | - |
| XYZ | 48.59 | 38.71 | 16.72 | - |
| YUV | 166.12 | 90.12 | 182.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 140 | 99 | 0 | 0.42 | 0.59 | 0.05 | 17.08 | 0.86 | 0.67 |
| Hex | F3 | 8C | 63 | 0 | 2A | 3B | 5 | 11 | 56 | 43 |
| Octal | 363 | 214 | 143 | 0 | 52 | 73 | 5 | 21 | 126 | 103 |
| Binary | 11110011 | 10001100 | 1100011 | 0 | 101010 | 111011 | 101 | 10001 | 1010110 | 1000011 |
Color Harmonies of #F38C63
Complementary color
Monochromatic Colors of #F38C63
Black with #F38C63
Text Example
Text Example
White with #F38C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38C63; }
p { color: rgb(243,140,99); }
H1.HeaderClassName
{
color: #F38C63;
}
.AnyTagClassName
{
color: #F38C63;
}
</style>
background-color css
<style>
a { background-color: #F38C63; }
a { background-color: rgb(243,140,99); }
div.DivClassName
{
background-color: #F38C63;
}
.BgClassName
{
background-color: #F38C63;
}
</style>
border-color css
<style>
span { border-color: #F38C63; }
span { border-color: rgb(243,140,99); }
td.TdClassName
{
border-color: #F38C63;
}
.TagClassName
{
border-color: #F38C63;
}
</style>