Shades of Crusta #F28C64
Tints of Crusta #F28C64
RGB
CMYK
RGB Variations
Color information
#F28C64 (or 0xF28C64) is known color: Crusta. HEX triplet: F2, 8C and 64. RGB value is (242,140,100). Sum of RGB (Red+Green+Blue) = 242+140+100=482 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.21% from 482); Green value is 140 (55.08% from 255 or 29.05% from 482); Blue value is 100 (39.45% from 255 or 20.75% from 482); Max value from RGB is 242 - color contains mainly: red. Hex color #F28C64 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28C64 is #0D739B. Grayscale: #A6A6A6. Windows color (decimal): -881564 or 6589682. OLE color: 6589682.
HSL color Cylindrical-coordinate representation of color #F28C64: hue angle of 16.9º 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 #F28C64 is Cyan = 0, Magento = 0.42, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 140 | 100 | - |
| CMYK | 0 | 0.42 | 0.59 | 0.05 |
| HSL | 16.9º | 0.85% | 0.67% | - |
| HSV(B) | 16.9º | 0.59% | 0.95% | - |
| XYZ | 48.3 | 38.55 | 16.95 | - |
| YUV | 165.94 | 90.79 | 182.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 140 | 100 | 0 | 0.42 | 0.59 | 0.05 | 16.9 | 0.85 | 0.67 |
| Hex | F2 | 8C | 64 | 0 | 2A | 3B | 5 | 11 | 55 | 43 |
| Octal | 362 | 214 | 144 | 0 | 52 | 73 | 5 | 21 | 125 | 103 |
| Binary | 11110010 | 10001100 | 1100100 | 0 | 101010 | 111011 | 101 | 10001 | 1010101 | 1000011 |
Color Harmonies of #F28C64
Complementary color
Monochromatic Colors of #F28C64
Black with #F28C64
Text Example
Text Example
White with #F28C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28C64; }
p { color: rgb(242,140,100); }
H1.HeaderClassName
{
color: #F28C64;
}
.AnyTagClassName
{
color: #F28C64;
}
</style>
background-color css
<style>
a { background-color: #F28C64; }
a { background-color: rgb(242,140,100); }
div.DivClassName
{
background-color: #F28C64;
}
.BgClassName
{
background-color: #F28C64;
}
</style>
border-color css
<style>
span { border-color: #F28C64; }
span { border-color: rgb(242,140,100); }
td.TdClassName
{
border-color: #F28C64;
}
.TagClassName
{
border-color: #F28C64;
}
</style>