Shades of Crusta #F28A66
Tints of Crusta #F28A66
RGB
CMYK
RGB Variations
Color information
#F28A66 (or 0xF28A66) is known color: Crusta. HEX triplet: F2, 8A and 66. RGB value is (242,138,102). Sum of RGB (Red+Green+Blue) = 242+138+102=482 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.21% from 482); Green value is 138 (54.30% from 255 or 28.63% from 482); Blue value is 102 (40.23% from 255 or 21.16% from 482); Max value from RGB is 242 - color contains mainly: red. Hex color #F28A66 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28A66 is #0D7599. Grayscale: #A5A5A5. Windows color (decimal): -882074 or 6720242. OLE color: 6720242.
HSL color Cylindrical-coordinate representation of color #F28A66: hue angle of 15.43º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F28A66 is Cyan = 0, Magento = 0.43, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 138 | 102 | - |
| CMYK | 0 | 0.43 | 0.58 | 0.05 |
| HSL | 15.43º | 0.84% | 0.67% | - |
| HSV(B) | 15.43º | 0.58% | 0.95% | - |
| XYZ | 48.1 | 38.01 | 17.37 | - |
| YUV | 164.99 | 92.46 | 182.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 138 | 102 | 0 | 0.43 | 0.58 | 0.05 | 15.43 | 0.84 | 0.67 |
| Hex | F2 | 8A | 66 | 0 | 2B | 3A | 5 | F | 54 | 43 |
| Octal | 362 | 212 | 146 | 0 | 53 | 72 | 5 | 17 | 124 | 103 |
| Binary | 11110010 | 10001010 | 1100110 | 0 | 101011 | 111010 | 101 | 1111 | 1010100 | 1000011 |
Color Harmonies of #F28A66
Complementary color
Monochromatic Colors of #F28A66
Black with #F28A66
Text Example
Text Example
White with #F28A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28A66; }
p { color: rgb(242,138,102); }
H1.HeaderClassName
{
color: #F28A66;
}
.AnyTagClassName
{
color: #F28A66;
}
</style>
background-color css
<style>
a { background-color: #F28A66; }
a { background-color: rgb(242,138,102); }
div.DivClassName
{
background-color: #F28A66;
}
.BgClassName
{
background-color: #F28A66;
}
</style>
border-color css
<style>
span { border-color: #F28A66; }
span { border-color: rgb(242,138,102); }
td.TdClassName
{
border-color: #F28A66;
}
.TagClassName
{
border-color: #F28A66;
}
</style>