Shades of Crusta #F28762
Tints of Crusta #F28762
RGB
CMYK
RGB Variations
Color information
#F28762 (or 0xF28762) is known color: Crusta. HEX triplet: F2, 87 and 62. RGB value is (242,135,98). Sum of RGB (Red+Green+Blue) = 242+135+98=475 (62% of max value = 765). Red value is 242 (94.92% from 255 or 50.95% from 475); Green value is 135 (53.12% from 255 or 28.42% from 475); Blue value is 98 (38.67% from 255 or 20.63% from 475); Max value from RGB is 242 - color contains mainly: red. Hex color #F28762 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28762 is #0D789D. Grayscale: #A3A3A3. Windows color (decimal): -882846 or 6457330. OLE color: 6457330.
HSL color Cylindrical-coordinate representation of color #F28762: hue angle of 15.42º 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 #F28762 is Cyan = 0, Magento = 0.44, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 135 | 98 | - |
| CMYK | 0 | 0.44 | 0.60 | 0.05 |
| HSL | 15.42º | 0.85% | 0.67% | - |
| HSV(B) | 15.42º | 0.6% | 0.95% | - |
| XYZ | 47.49 | 37.09 | 16.21 | - |
| YUV | 162.78 | 91.45 | 184.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 135 | 98 | 0 | 0.44 | 0.60 | 0.05 | 15.42 | 0.85 | 0.67 |
| Hex | F2 | 87 | 62 | 0 | 2C | 3C | 5 | F | 55 | 43 |
| Octal | 362 | 207 | 142 | 0 | 54 | 74 | 5 | 17 | 125 | 103 |
| Binary | 11110010 | 10000111 | 1100010 | 0 | 101100 | 111100 | 101 | 1111 | 1010101 | 1000011 |
Color Harmonies of #F28762
Complementary color
Monochromatic Colors of #F28762
Black with #F28762
Text Example
Text Example
White with #F28762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28762; }
p { color: rgb(242,135,98); }
H1.HeaderClassName
{
color: #F28762;
}
.AnyTagClassName
{
color: #F28762;
}
</style>
background-color css
<style>
a { background-color: #F28762; }
a { background-color: rgb(242,135,98); }
div.DivClassName
{
background-color: #F28762;
}
.BgClassName
{
background-color: #F28762;
}
</style>
border-color css
<style>
span { border-color: #F28762; }
span { border-color: rgb(242,135,98); }
td.TdClassName
{
border-color: #F28762;
}
.TagClassName
{
border-color: #F28762;
}
</style>