Shades of Crusta #F38A54
Tints of Crusta #F38A54
RGB
CMYK
RGB Variations
Color information
#F38A54 (or 0xF38A54) is known color: Crusta. HEX triplet: F3, 8A and 54. RGB value is (243,138,84). Sum of RGB (Red+Green+Blue) = 243+138+84=465 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.26% from 465); Green value is 138 (54.30% from 255 or 29.68% from 465); Blue value is 84 (33.20% from 255 or 18.06% from 465); Max value from RGB is 243 - color contains mainly: red. Hex color #F38A54 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F38A54 is #0C75AB. Grayscale: #A3A3A3. Windows color (decimal): -816556 or 5540595. OLE color: 5540595.
HSL color Cylindrical-coordinate representation of color #F38A54: hue angle of 20.38º 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 #F38A54 is Cyan = 0, Magento = 0.43, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 138 | 84 | - |
| CMYK | 0 | 0.43 | 0.65 | 0.05 |
| HSL | 20.38º | 0.87% | 0.64% | - |
| HSV(B) | 20.38º | 0.65% | 0.95% | - |
| XYZ | 47.65 | 37.87 | 13.19 | - |
| YUV | 163.24 | 83.29 | 184.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 138 | 84 | 0 | 0.43 | 0.65 | 0.05 | 20.38 | 0.87 | 0.64 |
| Hex | F3 | 8A | 54 | 0 | 2B | 41 | 5 | 14 | 57 | 40 |
| Octal | 363 | 212 | 124 | 0 | 53 | 101 | 5 | 24 | 127 | 100 |
| Binary | 11110011 | 10001010 | 1010100 | 0 | 101011 | 1000001 | 101 | 10100 | 1010111 | 1000000 |
Color Harmonies of #F38A54
Complementary color
Monochromatic Colors of #F38A54
Black with #F38A54
Text Example
Text Example
White with #F38A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38A54; }
p { color: rgb(243,138,84); }
H1.HeaderClassName
{
color: #F38A54;
}
.AnyTagClassName
{
color: #F38A54;
}
</style>
background-color css
<style>
a { background-color: #F38A54; }
a { background-color: rgb(243,138,84); }
div.DivClassName
{
background-color: #F38A54;
}
.BgClassName
{
background-color: #F38A54;
}
</style>
border-color css
<style>
span { border-color: #F38A54; }
span { border-color: rgb(243,138,84); }
td.TdClassName
{
border-color: #F38A54;
}
.TagClassName
{
border-color: #F38A54;
}
</style>