Shades of Crusta #F2874C
Tints of Crusta #F2874C
RGB
CMYK
RGB Variations
Color information
#F2874C (or 0xF2874C) is known color: Crusta. HEX triplet: F2, 87 and 4C. RGB value is (242,135,76). Sum of RGB (Red+Green+Blue) = 242+135+76=453 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.42% from 453); Green value is 135 (53.12% from 255 or 29.80% from 453); Blue value is 76 (30.08% from 255 or 16.78% from 453); Max value from RGB is 242 - color contains mainly: red. Hex color #F2874C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2874C is #0D78B3. Grayscale: #A0A0A0. Windows color (decimal): -882868 or 5015538. OLE color: 5015538.
HSL color Cylindrical-coordinate representation of color #F2874C: hue angle of 21.33º degrees, saturation: 0.86, 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 #F2874C is Cyan = 0, Magento = 0.44, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 135 | 76 | - |
| CMYK | 0 | 0.44 | 0.69 | 0.05 |
| HSL | 21.33º | 0.86% | 0.62% | - |
| HSV(B) | 21.33º | 0.69% | 0.95% | - |
| XYZ | 46.59 | 36.73 | 11.47 | - |
| YUV | 160.27 | 80.45 | 186.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 135 | 76 | 0 | 0.44 | 0.69 | 0.05 | 21.33 | 0.86 | 0.62 |
| Hex | F2 | 87 | 4C | 0 | 2C | 45 | 5 | 15 | 56 | 3E |
| Octal | 362 | 207 | 114 | 0 | 54 | 105 | 5 | 25 | 126 | 76 |
| Binary | 11110010 | 10000111 | 1001100 | 0 | 101100 | 1000101 | 101 | 10101 | 1010110 | 111110 |
Color Harmonies of #F2874C
Complementary color
Monochromatic Colors of #F2874C
Black with #F2874C
Text Example
Text Example
White with #F2874C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2874C; }
p { color: rgb(242,135,76); }
H1.HeaderClassName
{
color: #F2874C;
}
.AnyTagClassName
{
color: #F2874C;
}
</style>
background-color css
<style>
a { background-color: #F2874C; }
a { background-color: rgb(242,135,76); }
div.DivClassName
{
background-color: #F2874C;
}
.BgClassName
{
background-color: #F2874C;
}
</style>
border-color css
<style>
span { border-color: #F2874C; }
span { border-color: rgb(242,135,76); }
td.TdClassName
{
border-color: #F2874C;
}
.TagClassName
{
border-color: #F2874C;
}
</style>