Shades of Crusta #F28763
Tints of Crusta #F28763
RGB
CMYK
RGB Variations
Color information
#F28763 (or 0xF28763) is known color: Crusta. HEX triplet: F2, 87 and 63. RGB value is (242,135,99). Sum of RGB (Red+Green+Blue) = 242+135+99=476 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.84% from 476); Green value is 135 (53.12% from 255 or 28.36% from 476); Blue value is 99 (39.06% from 255 or 20.80% from 476); Max value from RGB is 242 - color contains mainly: red. Hex color #F28763 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28763 is #0D789C. Grayscale: #A3A3A3. Windows color (decimal): -882845 or 6522866. OLE color: 6522866.
HSL color Cylindrical-coordinate representation of color #F28763: hue angle of 15.1º 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 #F28763 is Cyan = 0, Magento = 0.44, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 135 | 99 | - |
| CMYK | 0 | 0.44 | 0.59 | 0.05 |
| HSL | 15.1º | 0.85% | 0.67% | - |
| HSV(B) | 15.1º | 0.59% | 0.95% | - |
| XYZ | 47.53 | 37.11 | 16.46 | - |
| YUV | 162.89 | 91.95 | 184.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 135 | 99 | 0 | 0.44 | 0.59 | 0.05 | 15.1 | 0.85 | 0.67 |
| Hex | F2 | 87 | 63 | 0 | 2C | 3B | 5 | F | 55 | 43 |
| Octal | 362 | 207 | 143 | 0 | 54 | 73 | 5 | 17 | 125 | 103 |
| Binary | 11110010 | 10000111 | 1100011 | 0 | 101100 | 111011 | 101 | 1111 | 1010101 | 1000011 |
Color Harmonies of #F28763
Complementary color
Monochromatic Colors of #F28763
Black with #F28763
Text Example
Text Example
White with #F28763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28763; }
p { color: rgb(242,135,99); }
H1.HeaderClassName
{
color: #F28763;
}
.AnyTagClassName
{
color: #F28763;
}
</style>
background-color css
<style>
a { background-color: #F28763; }
a { background-color: rgb(242,135,99); }
div.DivClassName
{
background-color: #F28763;
}
.BgClassName
{
background-color: #F28763;
}
</style>
border-color css
<style>
span { border-color: #F28763; }
span { border-color: rgb(242,135,99); }
td.TdClassName
{
border-color: #F28763;
}
.TagClassName
{
border-color: #F28763;
}
</style>