Shades of Crusta #F28A5D
Tints of Crusta #F28A5D
RGB
CMYK
RGB Variations
Color information
#F28A5D (or 0xF28A5D) is known color: Crusta. HEX triplet: F2, 8A and 5D. RGB value is (242,138,93). Sum of RGB (Red+Green+Blue) = 242+138+93=473 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.16% from 473); Green value is 138 (54.30% from 255 or 29.18% from 473); Blue value is 93 (36.72% from 255 or 19.66% from 473); Max value from RGB is 242 - color contains mainly: red. Hex color #F28A5D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28A5D is #0D75A2. Grayscale: #A4A4A4. Windows color (decimal): -882083 or 6130418. OLE color: 6130418.
HSL color Cylindrical-coordinate representation of color #F28A5D: hue angle of 18.12º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F28A5D is Cyan = 0, Magento = 0.43, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 138 | 93 | - |
| CMYK | 0 | 0.43 | 0.62 | 0.05 |
| HSL | 18.12º | 0.85% | 0.66% | - |
| HSV(B) | 18.12º | 0.62% | 0.95% | - |
| XYZ | 47.68 | 37.84 | 15.15 | - |
| YUV | 163.97 | 87.96 | 183.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 138 | 93 | 0 | 0.43 | 0.62 | 0.05 | 18.12 | 0.85 | 0.66 |
| Hex | F2 | 8A | 5D | 0 | 2B | 3E | 5 | 12 | 55 | 42 |
| Octal | 362 | 212 | 135 | 0 | 53 | 76 | 5 | 22 | 125 | 102 |
| Binary | 11110010 | 10001010 | 1011101 | 0 | 101011 | 111110 | 101 | 10010 | 1010101 | 1000010 |
Color Harmonies of #F28A5D
Complementary color
Monochromatic Colors of #F28A5D
Black with #F28A5D
Text Example
Text Example
White with #F28A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28A5D; }
p { color: rgb(242,138,93); }
H1.HeaderClassName
{
color: #F28A5D;
}
.AnyTagClassName
{
color: #F28A5D;
}
</style>
background-color css
<style>
a { background-color: #F28A5D; }
a { background-color: rgb(242,138,93); }
div.DivClassName
{
background-color: #F28A5D;
}
.BgClassName
{
background-color: #F28A5D;
}
</style>
border-color css
<style>
span { border-color: #F28A5D; }
span { border-color: rgb(242,138,93); }
td.TdClassName
{
border-color: #F28A5D;
}
.TagClassName
{
border-color: #F28A5D;
}
</style>