Shades of Crusta #F38D4E
Tints of Crusta #F38D4E
RGB
CMYK
RGB Variations
Color information
#F38D4E (or 0xF38D4E) is known color: Crusta. HEX triplet: F3, 8D and 4E. RGB value is (243,141,78). Sum of RGB (Red+Green+Blue) = 243+141+78=462 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.60% from 462); Green value is 141 (55.47% from 255 or 30.52% from 462); Blue value is 78 (30.86% from 255 or 16.88% from 462); Max value from RGB is 243 - color contains mainly: red. Hex color #F38D4E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F38D4E is #0C72B1. Grayscale: #A4A4A4. Windows color (decimal): -815794 or 5148147. OLE color: 5148147.
HSL color Cylindrical-coordinate representation of color #F38D4E: hue angle of 22.91º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F38D4E is Cyan = 0, Magento = 0.42, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 141 | 78 | - |
| CMYK | 0 | 0.42 | 0.68 | 0.05 |
| HSL | 22.91º | 0.87% | 0.63% | - |
| HSV(B) | 22.91º | 0.68% | 0.95% | - |
| XYZ | 47.86 | 38.65 | 12.15 | - |
| YUV | 164.32 | 79.29 | 184.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 141 | 78 | 0 | 0.42 | 0.68 | 0.05 | 22.91 | 0.87 | 0.63 |
| Hex | F3 | 8D | 4E | 0 | 2A | 44 | 5 | 17 | 57 | 3F |
| Octal | 363 | 215 | 116 | 0 | 52 | 104 | 5 | 27 | 127 | 77 |
| Binary | 11110011 | 10001101 | 1001110 | 0 | 101010 | 1000100 | 101 | 10111 | 1010111 | 111111 |
Color Harmonies of #F38D4E
Complementary color
Monochromatic Colors of #F38D4E
Black with #F38D4E
Text Example
Text Example
White with #F38D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38D4E; }
p { color: rgb(243,141,78); }
H1.HeaderClassName
{
color: #F38D4E;
}
.AnyTagClassName
{
color: #F38D4E;
}
</style>
background-color css
<style>
a { background-color: #F38D4E; }
a { background-color: rgb(243,141,78); }
div.DivClassName
{
background-color: #F38D4E;
}
.BgClassName
{
background-color: #F38D4E;
}
</style>
border-color css
<style>
span { border-color: #F38D4E; }
span { border-color: rgb(243,141,78); }
td.TdClassName
{
border-color: #F38D4E;
}
.TagClassName
{
border-color: #F38D4E;
}
</style>