Shades of Crusta #F2805C
Tints of Crusta #F2805C
RGB
CMYK
RGB Variations
Color information
#F2805C (or 0xF2805C) is known color: Crusta. HEX triplet: F2, 80 and 5C. RGB value is (242,128,92). Sum of RGB (Red+Green+Blue) = 242+128+92=462 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.38% from 462); Green value is 128 (50.39% from 255 or 27.71% from 462); Blue value is 92 (36.33% from 255 or 19.91% from 462); Max value from RGB is 242 - color contains mainly: red. Hex color #F2805C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2805C is #0D7FA3. Grayscale: #9E9E9E. Windows color (decimal): -884644 or 6062322. OLE color: 6062322.
HSL color Cylindrical-coordinate representation of color #F2805C: hue angle of 14.4º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F2805C is Cyan = 0, Magento = 0.47, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 128 | 92 | - |
| CMYK | 0 | 0.47 | 0.62 | 0.05 |
| HSL | 14.4º | 0.85% | 0.65% | - |
| HSV(B) | 14.4º | 0.62% | 0.95% | - |
| XYZ | 46.27 | 35.09 | 14.46 | - |
| YUV | 157.98 | 90.77 | 187.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 128 | 92 | 0 | 0.47 | 0.62 | 0.05 | 14.4 | 0.85 | 0.65 |
| Hex | F2 | 80 | 5C | 0 | 2F | 3E | 5 | E | 55 | 41 |
| Octal | 362 | 200 | 134 | 0 | 57 | 76 | 5 | 16 | 125 | 101 |
| Binary | 11110010 | 10000000 | 1011100 | 0 | 101111 | 111110 | 101 | 1110 | 1010101 | 1000001 |
Color Harmonies of #F2805C
Complementary color
Monochromatic Colors of #F2805C
Black with #F2805C
Text Example
Text Example
White with #F2805C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2805C; }
p { color: rgb(242,128,92); }
H1.HeaderClassName
{
color: #F2805C;
}
.AnyTagClassName
{
color: #F2805C;
}
</style>
background-color css
<style>
a { background-color: #F2805C; }
a { background-color: rgb(242,128,92); }
div.DivClassName
{
background-color: #F2805C;
}
.BgClassName
{
background-color: #F2805C;
}
</style>
border-color css
<style>
span { border-color: #F2805C; }
span { border-color: rgb(242,128,92); }
td.TdClassName
{
border-color: #F2805C;
}
.TagClassName
{
border-color: #F2805C;
}
</style>