Shades of Crusta #F2884B
Tints of Crusta #F2884B
RGB
CMYK
RGB Variations
Color information
#F2884B (or 0xF2884B) is known color: Crusta. HEX triplet: F2, 88 and 4B. RGB value is (242,136,75). Sum of RGB (Red+Green+Blue) = 242+136+75=453 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.42% from 453); Green value is 136 (53.52% from 255 or 30.02% from 453); Blue value is 75 (29.69% from 255 or 16.56% from 453); Max value from RGB is 242 - color contains mainly: red. Hex color #F2884B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2884B is #0D77B4. Grayscale: #A1A1A1. Windows color (decimal): -882613 or 4950258. OLE color: 4950258.
HSL color Cylindrical-coordinate representation of color #F2884B: hue angle of 21.92º 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 #F2884B is Cyan = 0, Magento = 0.44, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 136 | 75 | - |
| CMYK | 0 | 0.44 | 0.69 | 0.05 |
| HSL | 21.92º | 0.87% | 0.62% | - |
| HSV(B) | 21.92º | 0.69% | 0.95% | - |
| XYZ | 46.69 | 36.99 | 11.34 | - |
| YUV | 160.74 | 79.62 | 185.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 136 | 75 | 0 | 0.44 | 0.69 | 0.05 | 21.92 | 0.87 | 0.62 |
| Hex | F2 | 88 | 4B | 0 | 2C | 45 | 5 | 16 | 57 | 3E |
| Octal | 362 | 210 | 113 | 0 | 54 | 105 | 5 | 26 | 127 | 76 |
| Binary | 11110010 | 10001000 | 1001011 | 0 | 101100 | 1000101 | 101 | 10110 | 1010111 | 111110 |
Color Harmonies of #F2884B
Complementary color
Monochromatic Colors of #F2884B
Black with #F2884B
Text Example
Text Example
White with #F2884B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2884B; }
p { color: rgb(242,136,75); }
H1.HeaderClassName
{
color: #F2884B;
}
.AnyTagClassName
{
color: #F2884B;
}
</style>
background-color css
<style>
a { background-color: #F2884B; }
a { background-color: rgb(242,136,75); }
div.DivClassName
{
background-color: #F2884B;
}
.BgClassName
{
background-color: #F2884B;
}
</style>
border-color css
<style>
span { border-color: #F2884B; }
span { border-color: rgb(242,136,75); }
td.TdClassName
{
border-color: #F2884B;
}
.TagClassName
{
border-color: #F2884B;
}
</style>