Shades of Crusta #F2915F
Tints of Crusta #F2915F
RGB
CMYK
RGB Variations
Color information
#F2915F (or 0xF2915F) is known color: Crusta. HEX triplet: F2, 91 and 5F. RGB value is (242,145,95). Sum of RGB (Red+Green+Blue) = 242+145+95=482 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.21% from 482); Green value is 145 (57.03% from 255 or 30.08% from 482); Blue value is 95 (37.5% from 255 or 19.71% from 482); Max value from RGB is 242 - color contains mainly: red. Hex color #F2915F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2915F is #0D6EA0. Grayscale: #A8A8A8. Windows color (decimal): -880289 or 6263282. OLE color: 6263282.
HSL color Cylindrical-coordinate representation of color #F2915F: hue angle of 20.41º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F2915F is Cyan = 0, Magento = 0.40, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 145 | 95 | - |
| CMYK | 0 | 0.40 | 0.61 | 0.05 |
| HSL | 20.41º | 0.85% | 0.66% | - |
| HSV(B) | 20.41º | 0.61% | 0.95% | - |
| XYZ | 48.81 | 39.95 | 15.97 | - |
| YUV | 168.3 | 86.64 | 180.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 145 | 95 | 0 | 0.40 | 0.61 | 0.05 | 20.41 | 0.85 | 0.66 |
| Hex | F2 | 91 | 5F | 0 | 28 | 3D | 5 | 14 | 55 | 42 |
| Octal | 362 | 221 | 137 | 0 | 50 | 75 | 5 | 24 | 125 | 102 |
| Binary | 11110010 | 10010001 | 1011111 | 0 | 101000 | 111101 | 101 | 10100 | 1010101 | 1000010 |
Color Harmonies of #F2915F
Complementary color
Monochromatic Colors of #F2915F
Black with #F2915F
Text Example
Text Example
White with #F2915F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2915F; }
p { color: rgb(242,145,95); }
H1.HeaderClassName
{
color: #F2915F;
}
.AnyTagClassName
{
color: #F2915F;
}
</style>
background-color css
<style>
a { background-color: #F2915F; }
a { background-color: rgb(242,145,95); }
div.DivClassName
{
background-color: #F2915F;
}
.BgClassName
{
background-color: #F2915F;
}
</style>
border-color css
<style>
span { border-color: #F2915F; }
span { border-color: rgb(242,145,95); }
td.TdClassName
{
border-color: #F2915F;
}
.TagClassName
{
border-color: #F2915F;
}
</style>