Shades of Crusta #F38A64
Tints of Crusta #F38A64
RGB
CMYK
RGB Variations
Color information
#F38A64 (or 0xF38A64) is known color: Crusta. HEX triplet: F3, 8A and 64. RGB value is (243,138,100). Sum of RGB (Red+Green+Blue) = 243+138+100=481 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.52% from 481); Green value is 138 (54.30% from 255 or 28.69% from 481); Blue value is 100 (39.45% from 255 or 20.79% from 481); Max value from RGB is 243 - color contains mainly: red. Hex color #F38A64 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F38A64 is #0C759B. Grayscale: #A5A5A5. Windows color (decimal): -816540 or 6589171. OLE color: 6589171.
HSL color Cylindrical-coordinate representation of color #F38A64: hue angle of 15.94º 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 #F38A64 is Cyan = 0, Magento = 0.43, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 138 | 100 | - |
| CMYK | 0 | 0.43 | 0.59 | 0.05 |
| HSL | 15.94º | 0.86% | 0.67% | - |
| HSV(B) | 15.94º | 0.59% | 0.95% | - |
| XYZ | 48.35 | 38.15 | 16.87 | - |
| YUV | 165.06 | 91.29 | 183.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 138 | 100 | 0 | 0.43 | 0.59 | 0.05 | 15.94 | 0.86 | 0.67 |
| Hex | F3 | 8A | 64 | 0 | 2B | 3B | 5 | 10 | 56 | 43 |
| Octal | 363 | 212 | 144 | 0 | 53 | 73 | 5 | 20 | 126 | 103 |
| Binary | 11110011 | 10001010 | 1100100 | 0 | 101011 | 111011 | 101 | 10000 | 1010110 | 1000011 |
Color Harmonies of #F38A64
Complementary color
Monochromatic Colors of #F38A64
Black with #F38A64
Text Example
Text Example
White with #F38A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38A64; }
p { color: rgb(243,138,100); }
H1.HeaderClassName
{
color: #F38A64;
}
.AnyTagClassName
{
color: #F38A64;
}
</style>
background-color css
<style>
a { background-color: #F38A64; }
a { background-color: rgb(243,138,100); }
div.DivClassName
{
background-color: #F38A64;
}
.BgClassName
{
background-color: #F38A64;
}
</style>
border-color css
<style>
span { border-color: #F38A64; }
span { border-color: rgb(243,138,100); }
td.TdClassName
{
border-color: #F38A64;
}
.TagClassName
{
border-color: #F38A64;
}
</style>