Shades of Crusta #F28661
Tints of Crusta #F28661
RGB
CMYK
RGB Variations
Color information
#F28661 (or 0xF28661) is known color: Crusta. HEX triplet: F2, 86 and 61. RGB value is (242,134,97). Sum of RGB (Red+Green+Blue) = 242+134+97=473 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.16% from 473); Green value is 134 (52.73% from 255 or 28.33% from 473); Blue value is 97 (38.28% from 255 or 20.51% from 473); Max value from RGB is 242 - color contains mainly: red. Hex color #F28661 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28661 is #0D799E. Grayscale: #A2A2A2. Windows color (decimal): -883103 or 6391538. OLE color: 6391538.
HSL color Cylindrical-coordinate representation of color #F28661: hue angle of 15.31º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F28661 is Cyan = 0, Magento = 0.45, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 134 | 97 | - |
| CMYK | 0 | 0.45 | 0.60 | 0.05 |
| HSL | 15.31º | 0.85% | 0.66% | - |
| HSV(B) | 15.31º | 0.6% | 0.95% | - |
| XYZ | 47.3 | 36.79 | 15.92 | - |
| YUV | 162.07 | 91.28 | 185.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 134 | 97 | 0 | 0.45 | 0.60 | 0.05 | 15.31 | 0.85 | 0.66 |
| Hex | F2 | 86 | 61 | 0 | 2D | 3C | 5 | F | 55 | 42 |
| Octal | 362 | 206 | 141 | 0 | 55 | 74 | 5 | 17 | 125 | 102 |
| Binary | 11110010 | 10000110 | 1100001 | 0 | 101101 | 111100 | 101 | 1111 | 1010101 | 1000010 |
Color Harmonies of #F28661
Complementary color
Monochromatic Colors of #F28661
Black with #F28661
Text Example
Text Example
White with #F28661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28661; }
p { color: rgb(242,134,97); }
H1.HeaderClassName
{
color: #F28661;
}
.AnyTagClassName
{
color: #F28661;
}
</style>
background-color css
<style>
a { background-color: #F28661; }
a { background-color: rgb(242,134,97); }
div.DivClassName
{
background-color: #F28661;
}
.BgClassName
{
background-color: #F28661;
}
</style>
border-color css
<style>
span { border-color: #F28661; }
span { border-color: rgb(242,134,97); }
td.TdClassName
{
border-color: #F28661;
}
.TagClassName
{
border-color: #F28661;
}
</style>