Shades of Crusta #F28463
Tints of Crusta #F28463
RGB
CMYK
RGB Variations
Color information
#F28463 (or 0xF28463) is known color: Crusta. HEX triplet: F2, 84 and 63. RGB value is (242,132,99). Sum of RGB (Red+Green+Blue) = 242+132+99=473 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.16% from 473); Green value is 132 (51.95% from 255 or 27.91% from 473); Blue value is 99 (39.06% from 255 or 20.93% from 473); Max value from RGB is 242 - color contains mainly: red. Hex color #F28463 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28463 is #0D7B9C. Grayscale: #A1A1A1. Windows color (decimal): -883613 or 6522098. OLE color: 6522098.
HSL color Cylindrical-coordinate representation of color #F28463: hue angle of 13.85º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F28463 is Cyan = 0, Magento = 0.45, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 132 | 99 | - |
| CMYK | 0 | 0.45 | 0.59 | 0.05 |
| HSL | 13.85º | 0.85% | 0.67% | - |
| HSV(B) | 13.85º | 0.59% | 0.95% | - |
| XYZ | 47.12 | 36.28 | 16.32 | - |
| YUV | 161.13 | 92.94 | 185.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 132 | 99 | 0 | 0.45 | 0.59 | 0.05 | 13.85 | 0.85 | 0.67 |
| Hex | F2 | 84 | 63 | 0 | 2D | 3B | 5 | E | 55 | 43 |
| Octal | 362 | 204 | 143 | 0 | 55 | 73 | 5 | 16 | 125 | 103 |
| Binary | 11110010 | 10000100 | 1100011 | 0 | 101101 | 111011 | 101 | 1110 | 1010101 | 1000011 |
Color Harmonies of #F28463
Complementary color
Monochromatic Colors of #F28463
Black with #F28463
Text Example
Text Example
White with #F28463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28463; }
p { color: rgb(242,132,99); }
H1.HeaderClassName
{
color: #F28463;
}
.AnyTagClassName
{
color: #F28463;
}
</style>
background-color css
<style>
a { background-color: #F28463; }
a { background-color: rgb(242,132,99); }
div.DivClassName
{
background-color: #F28463;
}
.BgClassName
{
background-color: #F28463;
}
</style>
border-color css
<style>
span { border-color: #F28463; }
span { border-color: rgb(242,132,99); }
td.TdClassName
{
border-color: #F28463;
}
.TagClassName
{
border-color: #F28463;
}
</style>