Shades of Crusta #F28B5A
Tints of Crusta #F28B5A
RGB
CMYK
RGB Variations
Color information
#F28B5A (or 0xF28B5A) is known color: Crusta. HEX triplet: F2, 8B and 5A. RGB value is (242,139,90). Sum of RGB (Red+Green+Blue) = 242+139+90=471 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.38% from 471); Green value is 139 (54.69% from 255 or 29.51% from 471); Blue value is 90 (35.55% from 255 or 19.11% from 471); Max value from RGB is 242 - color contains mainly: red. Hex color #F28B5A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28B5A is #0D74A5. Grayscale: #A4A4A4. Windows color (decimal): -881830 or 5934066. OLE color: 5934066.
HSL color Cylindrical-coordinate representation of color #F28B5A: hue angle of 19.34º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F28B5A is Cyan = 0, Magento = 0.43, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 139 | 90 | - |
| CMYK | 0 | 0.43 | 0.63 | 0.05 |
| HSL | 19.34º | 0.85% | 0.65% | - |
| HSV(B) | 19.34º | 0.63% | 0.95% | - |
| XYZ | 47.7 | 38.08 | 14.51 | - |
| YUV | 164.21 | 86.12 | 183.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 139 | 90 | 0 | 0.43 | 0.63 | 0.05 | 19.34 | 0.85 | 0.65 |
| Hex | F2 | 8B | 5A | 0 | 2B | 3F | 5 | 13 | 55 | 41 |
| Octal | 362 | 213 | 132 | 0 | 53 | 77 | 5 | 23 | 125 | 101 |
| Binary | 11110010 | 10001011 | 1011010 | 0 | 101011 | 111111 | 101 | 10011 | 1010101 | 1000001 |
Color Harmonies of #F28B5A
Complementary color
Monochromatic Colors of #F28B5A
Black with #F28B5A
Text Example
Text Example
White with #F28B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28B5A; }
p { color: rgb(242,139,90); }
H1.HeaderClassName
{
color: #F28B5A;
}
.AnyTagClassName
{
color: #F28B5A;
}
</style>
background-color css
<style>
a { background-color: #F28B5A; }
a { background-color: rgb(242,139,90); }
div.DivClassName
{
background-color: #F28B5A;
}
.BgClassName
{
background-color: #F28B5A;
}
</style>
border-color css
<style>
span { border-color: #F28B5A; }
span { border-color: rgb(242,139,90); }
td.TdClassName
{
border-color: #F28B5A;
}
.TagClassName
{
border-color: #F28B5A;
}
</style>