Shades of Crusta #F38A4D
Tints of Crusta #F38A4D
RGB
CMYK
RGB Variations
Color information
#F38A4D (or 0xF38A4D) is known color: Crusta. HEX triplet: F3, 8A and 4D. RGB value is (243,138,77). Sum of RGB (Red+Green+Blue) = 243+138+77=458 (60% of max value = 765). Red value is 243 (95.31% from 255 or 53.06% from 458); Green value is 138 (54.30% from 255 or 30.13% from 458); Blue value is 77 (30.47% from 255 or 16.81% from 458); Max value from RGB is 243 - color contains mainly: red. Hex color #F38A4D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F38A4D is #0C75B2. Grayscale: #A2A2A2. Windows color (decimal): -816563 or 5081843. OLE color: 5081843.
HSL color Cylindrical-coordinate representation of color #F38A4D: hue angle of 22.05º 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 #F38A4D is Cyan = 0, Magento = 0.43, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 138 | 77 | - |
| CMYK | 0 | 0.43 | 0.68 | 0.05 |
| HSL | 22.05º | 0.87% | 0.63% | - |
| HSV(B) | 22.05º | 0.68% | 0.95% | - |
| XYZ | 47.39 | 37.77 | 11.81 | - |
| YUV | 162.44 | 79.79 | 185.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 138 | 77 | 0 | 0.43 | 0.68 | 0.05 | 22.05 | 0.87 | 0.63 |
| Hex | F3 | 8A | 4D | 0 | 2B | 44 | 5 | 16 | 57 | 3F |
| Octal | 363 | 212 | 115 | 0 | 53 | 104 | 5 | 26 | 127 | 77 |
| Binary | 11110011 | 10001010 | 1001101 | 0 | 101011 | 1000100 | 101 | 10110 | 1010111 | 111111 |
Color Harmonies of #F38A4D
Complementary color
Monochromatic Colors of #F38A4D
Black with #F38A4D
Text Example
Text Example
White with #F38A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38A4D; }
p { color: rgb(243,138,77); }
H1.HeaderClassName
{
color: #F38A4D;
}
.AnyTagClassName
{
color: #F38A4D;
}
</style>
background-color css
<style>
a { background-color: #F38A4D; }
a { background-color: rgb(243,138,77); }
div.DivClassName
{
background-color: #F38A4D;
}
.BgClassName
{
background-color: #F38A4D;
}
</style>
border-color css
<style>
span { border-color: #F38A4D; }
span { border-color: rgb(243,138,77); }
td.TdClassName
{
border-color: #F38A4D;
}
.TagClassName
{
border-color: #F38A4D;
}
</style>