Shades of Crusta #F38A61
Tints of Crusta #F38A61
RGB
CMYK
RGB Variations
Color information
#F38A61 (or 0xF38A61) is known color: Crusta. HEX triplet: F3, 8A and 61. RGB value is (243,138,97). Sum of RGB (Red+Green+Blue) = 243+138+97=478 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.84% from 478); Green value is 138 (54.30% from 255 or 28.87% from 478); Blue value is 97 (38.28% from 255 or 20.29% from 478); Max value from RGB is 243 - color contains mainly: red. Hex color #F38A61 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F38A61 is #0C759E. Grayscale: #A4A4A4. Windows color (decimal): -816543 or 6392563. OLE color: 6392563.
HSL color Cylindrical-coordinate representation of color #F38A61: hue angle of 16.85º 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 #F38A61 is Cyan = 0, Magento = 0.43, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 138 | 97 | - |
| CMYK | 0 | 0.43 | 0.60 | 0.05 |
| HSL | 16.85º | 0.86% | 0.67% | - |
| HSV(B) | 16.85º | 0.6% | 0.95% | - |
| XYZ | 48.21 | 38.09 | 16.12 | - |
| YUV | 164.72 | 89.79 | 183.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 138 | 97 | 0 | 0.43 | 0.60 | 0.05 | 16.85 | 0.86 | 0.67 |
| Hex | F3 | 8A | 61 | 0 | 2B | 3C | 5 | 11 | 56 | 43 |
| Octal | 363 | 212 | 141 | 0 | 53 | 74 | 5 | 21 | 126 | 103 |
| Binary | 11110011 | 10001010 | 1100001 | 0 | 101011 | 111100 | 101 | 10001 | 1010110 | 1000011 |
Color Harmonies of #F38A61
Complementary color
Monochromatic Colors of #F38A61
Black with #F38A61
Text Example
Text Example
White with #F38A61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38A61; }
p { color: rgb(243,138,97); }
H1.HeaderClassName
{
color: #F38A61;
}
.AnyTagClassName
{
color: #F38A61;
}
</style>
background-color css
<style>
a { background-color: #F38A61; }
a { background-color: rgb(243,138,97); }
div.DivClassName
{
background-color: #F38A61;
}
.BgClassName
{
background-color: #F38A61;
}
</style>
border-color css
<style>
span { border-color: #F38A61; }
span { border-color: rgb(243,138,97); }
td.TdClassName
{
border-color: #F38A61;
}
.TagClassName
{
border-color: #F38A61;
}
</style>