Shades of Crusta #F28D4F
Tints of Crusta #F28D4F
RGB
CMYK
RGB Variations
Color information
#F28D4F (or 0xF28D4F) is known color: Crusta. HEX triplet: F2, 8D and 4F. RGB value is (242,141,79). Sum of RGB (Red+Green+Blue) = 242+141+79=462 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.38% from 462); Green value is 141 (55.47% from 255 or 30.52% from 462); Blue value is 79 (31.25% from 255 or 17.10% from 462); Max value from RGB is 242 - color contains mainly: red. Hex color #F28D4F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28D4F is #0D72B0. Grayscale: #A4A4A4. Windows color (decimal): -881329 or 5213682. OLE color: 5213682.
HSL color Cylindrical-coordinate representation of color #F28D4F: hue angle of 22.82º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F28D4F is Cyan = 0, Magento = 0.42, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 141 | 79 | - |
| CMYK | 0 | 0.42 | 0.67 | 0.05 |
| HSL | 22.82º | 0.86% | 0.63% | - |
| HSV(B) | 22.82º | 0.67% | 0.95% | - |
| XYZ | 47.55 | 38.49 | 12.32 | - |
| YUV | 164.13 | 79.96 | 183.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 141 | 79 | 0 | 0.42 | 0.67 | 0.05 | 22.82 | 0.86 | 0.63 |
| Hex | F2 | 8D | 4F | 0 | 2A | 43 | 5 | 17 | 56 | 3F |
| Octal | 362 | 215 | 117 | 0 | 52 | 103 | 5 | 27 | 126 | 77 |
| Binary | 11110010 | 10001101 | 1001111 | 0 | 101010 | 1000011 | 101 | 10111 | 1010110 | 111111 |
Color Harmonies of #F28D4F
Complementary color
Monochromatic Colors of #F28D4F
Black with #F28D4F
Text Example
Text Example
White with #F28D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28D4F; }
p { color: rgb(242,141,79); }
H1.HeaderClassName
{
color: #F28D4F;
}
.AnyTagClassName
{
color: #F28D4F;
}
</style>
background-color css
<style>
a { background-color: #F28D4F; }
a { background-color: rgb(242,141,79); }
div.DivClassName
{
background-color: #F28D4F;
}
.BgClassName
{
background-color: #F28D4F;
}
</style>
border-color css
<style>
span { border-color: #F28D4F; }
span { border-color: rgb(242,141,79); }
td.TdClassName
{
border-color: #F28D4F;
}
.TagClassName
{
border-color: #F28D4F;
}
</style>