Shades of Crusta #F48A5A
Tints of Crusta #F48A5A
RGB
CMYK
RGB Variations
Color information
#F48A5A (or 0xF48A5A) is known color: Crusta. HEX triplet: F4, 8A and 5A. RGB value is (244,138,90). Sum of RGB (Red+Green+Blue) = 244+138+90=472 (62% of max value = 765). Red value is 244 (95.70% from 255 or 51.69% from 472); Green value is 138 (54.30% from 255 or 29.24% from 472); Blue value is 90 (35.55% from 255 or 19.07% from 472); Max value from RGB is 244 - color contains mainly: red. Hex color #F48A5A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F48A5A is #0B75A5. Grayscale: #A4A4A4. Windows color (decimal): -751014 or 5933812. OLE color: 5933812.
HSL color Cylindrical-coordinate representation of color #F48A5A: hue angle of 18.7º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F48A5A is Cyan = 0, Magento = 0.43, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 138 | 90 | - |
| CMYK | 0 | 0.43 | 0.63 | 0.04 |
| HSL | 18.7º | 0.88% | 0.65% | - |
| HSV(B) | 18.7º | 0.63% | 0.96% | - |
| XYZ | 48.24 | 38.15 | 14.49 | - |
| YUV | 164.22 | 86.12 | 184.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 138 | 90 | 0 | 0.43 | 0.63 | 0.04 | 18.7 | 0.88 | 0.65 |
| Hex | F4 | 8A | 5A | 0 | 2B | 3F | 4 | 13 | 58 | 41 |
| Octal | 364 | 212 | 132 | 0 | 53 | 77 | 4 | 23 | 130 | 101 |
| Binary | 11110100 | 10001010 | 1011010 | 0 | 101011 | 111111 | 100 | 10011 | 1011000 | 1000001 |
Color Harmonies of #F48A5A
Complementary color
Monochromatic Colors of #F48A5A
Black with #F48A5A
Text Example
Text Example
White with #F48A5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F48A5A; }
p { color: rgb(244,138,90); }
H1.HeaderClassName
{
color: #F48A5A;
}
.AnyTagClassName
{
color: #F48A5A;
}
</style>
background-color css
<style>
a { background-color: #F48A5A; }
a { background-color: rgb(244,138,90); }
div.DivClassName
{
background-color: #F48A5A;
}
.BgClassName
{
background-color: #F48A5A;
}
</style>
border-color css
<style>
span { border-color: #F48A5A; }
span { border-color: rgb(244,138,90); }
td.TdClassName
{
border-color: #F48A5A;
}
.TagClassName
{
border-color: #F48A5A;
}
</style>