Shades of Crusta #F38C61
Tints of Crusta #F38C61
RGB
CMYK
RGB Variations
Color information
#F38C61 (or 0xF38C61) is known color: Crusta. HEX triplet: F3, 8C and 61. RGB value is (243,140,97). Sum of RGB (Red+Green+Blue) = 243+140+97=480 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.62% from 480); Green value is 140 (55.08% from 255 or 29.17% from 480); Blue value is 97 (38.28% from 255 or 20.21% from 480); Max value from RGB is 243 - color contains mainly: red. Hex color #F38C61 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F38C61 is #0C739E. Grayscale: #A6A6A6. Windows color (decimal): -816031 or 6393075. OLE color: 6393075.
HSL color Cylindrical-coordinate representation of color #F38C61: hue angle of 17.67º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F38C61 is Cyan = 0, Magento = 0.42, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 140 | 97 | - |
| CMYK | 0 | 0.42 | 0.60 | 0.05 |
| HSL | 17.67º | 0.86% | 0.67% | - |
| HSV(B) | 17.67º | 0.6% | 0.95% | - |
| XYZ | 48.5 | 38.67 | 16.22 | - |
| YUV | 165.9 | 89.12 | 183 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 140 | 97 | 0 | 0.42 | 0.60 | 0.05 | 17.67 | 0.86 | 0.67 |
| Hex | F3 | 8C | 61 | 0 | 2A | 3C | 5 | 12 | 56 | 43 |
| Octal | 363 | 214 | 141 | 0 | 52 | 74 | 5 | 22 | 126 | 103 |
| Binary | 11110011 | 10001100 | 1100001 | 0 | 101010 | 111100 | 101 | 10010 | 1010110 | 1000011 |
Color Harmonies of #F38C61
Complementary color
Monochromatic Colors of #F38C61
Black with #F38C61
Text Example
Text Example
White with #F38C61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38C61; }
p { color: rgb(243,140,97); }
H1.HeaderClassName
{
color: #F38C61;
}
.AnyTagClassName
{
color: #F38C61;
}
</style>
background-color css
<style>
a { background-color: #F38C61; }
a { background-color: rgb(243,140,97); }
div.DivClassName
{
background-color: #F38C61;
}
.BgClassName
{
background-color: #F38C61;
}
</style>
border-color css
<style>
span { border-color: #F38C61; }
span { border-color: rgb(243,140,97); }
td.TdClassName
{
border-color: #F38C61;
}
.TagClassName
{
border-color: #F38C61;
}
</style>