Shades of Crusta #F28C5A
Tints of Crusta #F28C5A
RGB
CMYK
RGB Variations
Color information
#F28C5A (or 0xF28C5A) is known color: Crusta. HEX triplet: F2, 8C and 5A. RGB value is (242,140,90). Sum of RGB (Red+Green+Blue) = 242+140+90=472 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.27% from 472); Green value is 140 (55.08% from 255 or 29.66% from 472); Blue value is 90 (35.55% from 255 or 19.07% from 472); Max value from RGB is 242 - color contains mainly: red. Hex color #F28C5A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28C5A is #0D73A5. Grayscale: #A5A5A5. Windows color (decimal): -881574 or 5934322. OLE color: 5934322.
HSL color Cylindrical-coordinate representation of color #F28C5A: hue angle of 19.74º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F28C5A is Cyan = 0, Magento = 0.42, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 140 | 90 | - |
| CMYK | 0 | 0.42 | 0.63 | 0.05 |
| HSL | 19.74º | 0.85% | 0.65% | - |
| HSV(B) | 19.74º | 0.63% | 0.95% | - |
| XYZ | 47.84 | 38.37 | 14.56 | - |
| YUV | 164.8 | 85.79 | 183.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 140 | 90 | 0 | 0.42 | 0.63 | 0.05 | 19.74 | 0.85 | 0.65 |
| Hex | F2 | 8C | 5A | 0 | 2A | 3F | 5 | 14 | 55 | 41 |
| Octal | 362 | 214 | 132 | 0 | 52 | 77 | 5 | 24 | 125 | 101 |
| Binary | 11110010 | 10001100 | 1011010 | 0 | 101010 | 111111 | 101 | 10100 | 1010101 | 1000001 |
Color Harmonies of #F28C5A
Complementary color
Monochromatic Colors of #F28C5A
Black with #F28C5A
Text Example
Text Example
White with #F28C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28C5A; }
p { color: rgb(242,140,90); }
H1.HeaderClassName
{
color: #F28C5A;
}
.AnyTagClassName
{
color: #F28C5A;
}
</style>
background-color css
<style>
a { background-color: #F28C5A; }
a { background-color: rgb(242,140,90); }
div.DivClassName
{
background-color: #F28C5A;
}
.BgClassName
{
background-color: #F28C5A;
}
</style>
border-color css
<style>
span { border-color: #F28C5A; }
span { border-color: rgb(242,140,90); }
td.TdClassName
{
border-color: #F28C5A;
}
.TagClassName
{
border-color: #F28C5A;
}
</style>