Shades of Crusta #F28262
Tints of Crusta #F28262
RGB
CMYK
RGB Variations
Color information
#F28262 (or 0xF28262) is known color: Crusta. HEX triplet: F2, 82 and 62. RGB value is (242,130,98). Sum of RGB (Red+Green+Blue) = 242+130+98=470 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.49% from 470); Green value is 130 (51.17% from 255 or 27.66% from 470); Blue value is 98 (38.67% from 255 or 20.85% from 470); Max value from RGB is 242 - color contains mainly: red. Hex color #F28262 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28262 is #0D7D9D. Grayscale: #A0A0A0. Windows color (decimal): -884126 or 6456050. OLE color: 6456050.
HSL color Cylindrical-coordinate representation of color #F28262: hue angle of 13.33º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F28262 is Cyan = 0, Magento = 0.46, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 130 | 98 | - |
| CMYK | 0 | 0.46 | 0.60 | 0.05 |
| HSL | 13.33º | 0.85% | 0.67% | - |
| HSV(B) | 13.33º | 0.6% | 0.95% | - |
| XYZ | 46.81 | 35.72 | 15.98 | - |
| YUV | 159.84 | 93.11 | 186.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 130 | 98 | 0 | 0.46 | 0.60 | 0.05 | 13.33 | 0.85 | 0.67 |
| Hex | F2 | 82 | 62 | 0 | 2E | 3C | 5 | D | 55 | 43 |
| Octal | 362 | 202 | 142 | 0 | 56 | 74 | 5 | 15 | 125 | 103 |
| Binary | 11110010 | 10000010 | 1100010 | 0 | 101110 | 111100 | 101 | 1101 | 1010101 | 1000011 |
Color Harmonies of #F28262
Complementary color
Monochromatic Colors of #F28262
Black with #F28262
Text Example
Text Example
White with #F28262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28262; }
p { color: rgb(242,130,98); }
H1.HeaderClassName
{
color: #F28262;
}
.AnyTagClassName
{
color: #F28262;
}
</style>
background-color css
<style>
a { background-color: #F28262; }
a { background-color: rgb(242,130,98); }
div.DivClassName
{
background-color: #F28262;
}
.BgClassName
{
background-color: #F28262;
}
</style>
border-color css
<style>
span { border-color: #F28262; }
span { border-color: rgb(242,130,98); }
td.TdClassName
{
border-color: #F28262;
}
.TagClassName
{
border-color: #F28262;
}
</style>