Shades of Crusta #F2854B
Tints of Crusta #F2854B
RGB
CMYK
RGB Variations
Color information
#F2854B (or 0xF2854B) is known color: Crusta. HEX triplet: F2, 85 and 4B. RGB value is (242,133,75). Sum of RGB (Red+Green+Blue) = 242+133+75=450 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.78% from 450); Green value is 133 (52.34% from 255 or 29.56% from 450); Blue value is 75 (29.69% from 255 or 16.67% from 450); Max value from RGB is 242 - color contains mainly: red. Hex color #F2854B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2854B is #0D7AB4. Grayscale: #9F9F9F. Windows color (decimal): -883381 or 4949490. OLE color: 4949490.
HSL color Cylindrical-coordinate representation of color #F2854B: hue angle of 20.84º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F2854B is Cyan = 0, Magento = 0.45, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 133 | 75 | - |
| CMYK | 0 | 0.45 | 0.69 | 0.05 |
| HSL | 20.84º | 0.87% | 0.62% | - |
| HSV(B) | 20.84º | 0.69% | 0.95% | - |
| XYZ | 46.28 | 36.16 | 11.2 | - |
| YUV | 158.98 | 80.61 | 187.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 133 | 75 | 0 | 0.45 | 0.69 | 0.05 | 20.84 | 0.87 | 0.62 |
| Hex | F2 | 85 | 4B | 0 | 2D | 45 | 5 | 15 | 57 | 3E |
| Octal | 362 | 205 | 113 | 0 | 55 | 105 | 5 | 25 | 127 | 76 |
| Binary | 11110010 | 10000101 | 1001011 | 0 | 101101 | 1000101 | 101 | 10101 | 1010111 | 111110 |
Color Harmonies of #F2854B
Complementary color
Monochromatic Colors of #F2854B
Black with #F2854B
Text Example
Text Example
White with #F2854B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2854B; }
p { color: rgb(242,133,75); }
H1.HeaderClassName
{
color: #F2854B;
}
.AnyTagClassName
{
color: #F2854B;
}
</style>
background-color css
<style>
a { background-color: #F2854B; }
a { background-color: rgb(242,133,75); }
div.DivClassName
{
background-color: #F2854B;
}
.BgClassName
{
background-color: #F2854B;
}
</style>
border-color css
<style>
span { border-color: #F2854B; }
span { border-color: rgb(242,133,75); }
td.TdClassName
{
border-color: #F2854B;
}
.TagClassName
{
border-color: #F2854B;
}
</style>