Shades of Crusta #F2804C
Tints of Crusta #F2804C
RGB
CMYK
RGB Variations
Color information
#F2804C (or 0xF2804C) is known color: Crusta. HEX triplet: F2, 80 and 4C. RGB value is (242,128,76). Sum of RGB (Red+Green+Blue) = 242+128+76=446 (59% of max value = 765). Red value is 242 (94.92% from 255 or 54.26% from 446); Green value is 128 (50.39% from 255 or 28.70% from 446); Blue value is 76 (30.08% from 255 or 17.04% from 446); Max value from RGB is 242 - color contains mainly: red. Hex color #F2804C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2804C is #0D7FB3. Grayscale: #9C9C9C. Windows color (decimal): -884660 or 5013746. OLE color: 5013746.
HSL color Cylindrical-coordinate representation of color #F2804C: hue angle of 18.8º 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 #F2804C is Cyan = 0, Magento = 0.47, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 128 | 76 | - |
| CMYK | 0 | 0.47 | 0.69 | 0.05 |
| HSL | 18.8º | 0.86% | 0.62% | - |
| HSV(B) | 18.8º | 0.69% | 0.95% | - |
| XYZ | 45.64 | 34.84 | 11.16 | - |
| YUV | 156.16 | 82.77 | 189.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 128 | 76 | 0 | 0.47 | 0.69 | 0.05 | 18.8 | 0.86 | 0.62 |
| Hex | F2 | 80 | 4C | 0 | 2F | 45 | 5 | 13 | 56 | 3E |
| Octal | 362 | 200 | 114 | 0 | 57 | 105 | 5 | 23 | 126 | 76 |
| Binary | 11110010 | 10000000 | 1001100 | 0 | 101111 | 1000101 | 101 | 10011 | 1010110 | 111110 |
Color Harmonies of #F2804C
Complementary color
Monochromatic Colors of #F2804C
Black with #F2804C
Text Example
Text Example
White with #F2804C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2804C; }
p { color: rgb(242,128,76); }
H1.HeaderClassName
{
color: #F2804C;
}
.AnyTagClassName
{
color: #F2804C;
}
</style>
background-color css
<style>
a { background-color: #F2804C; }
a { background-color: rgb(242,128,76); }
div.DivClassName
{
background-color: #F2804C;
}
.BgClassName
{
background-color: #F2804C;
}
</style>
border-color css
<style>
span { border-color: #F2804C; }
span { border-color: rgb(242,128,76); }
td.TdClassName
{
border-color: #F2804C;
}
.TagClassName
{
border-color: #F2804C;
}
</style>