Shades of Crusta #F38A55
Tints of Crusta #F38A55
RGB
CMYK
RGB Variations
Color information
#F38A55 (or 0xF38A55) is known color: Crusta. HEX triplet: F3, 8A and 55. RGB value is (243,138,85). Sum of RGB (Red+Green+Blue) = 243+138+85=466 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.15% from 466); Green value is 138 (54.30% from 255 or 29.61% from 466); Blue value is 85 (33.59% from 255 or 18.24% from 466); Max value from RGB is 243 - color contains mainly: red. Hex color #F38A55 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F38A55 is #0C75AA. Grayscale: #A3A3A3. Windows color (decimal): -816555 or 5606131. OLE color: 5606131.
HSL color Cylindrical-coordinate representation of color #F38A55: hue angle of 20.13º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F38A55 is Cyan = 0, Magento = 0.43, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 138 | 85 | - |
| CMYK | 0 | 0.43 | 0.65 | 0.05 |
| HSL | 20.13º | 0.87% | 0.64% | - |
| HSV(B) | 20.13º | 0.65% | 0.95% | - |
| XYZ | 47.69 | 37.89 | 13.39 | - |
| YUV | 163.35 | 83.79 | 184.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 138 | 85 | 0 | 0.43 | 0.65 | 0.05 | 20.13 | 0.87 | 0.64 |
| Hex | F3 | 8A | 55 | 0 | 2B | 41 | 5 | 14 | 57 | 40 |
| Octal | 363 | 212 | 125 | 0 | 53 | 101 | 5 | 24 | 127 | 100 |
| Binary | 11110011 | 10001010 | 1010101 | 0 | 101011 | 1000001 | 101 | 10100 | 1010111 | 1000000 |
Color Harmonies of #F38A55
Complementary color
Monochromatic Colors of #F38A55
Black with #F38A55
Text Example
Text Example
White with #F38A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38A55; }
p { color: rgb(243,138,85); }
H1.HeaderClassName
{
color: #F38A55;
}
.AnyTagClassName
{
color: #F38A55;
}
</style>
background-color css
<style>
a { background-color: #F38A55; }
a { background-color: rgb(243,138,85); }
div.DivClassName
{
background-color: #F38A55;
}
.BgClassName
{
background-color: #F38A55;
}
</style>
border-color css
<style>
span { border-color: #F38A55; }
span { border-color: rgb(243,138,85); }
td.TdClassName
{
border-color: #F38A55;
}
.TagClassName
{
border-color: #F38A55;
}
</style>