Shades of Crusta #F3834C
Tints of Crusta #F3834C
RGB
CMYK
RGB Variations
Color information
#F3834C (or 0xF3834C) is known color: Crusta. HEX triplet: F3, 83 and 4C. RGB value is (243,131,76). Sum of RGB (Red+Green+Blue) = 243+131+76=450 (59% of max value = 765). Red value is 243 (95.31% from 255 or 54% from 450); Green value is 131 (51.56% from 255 or 29.11% from 450); Blue value is 76 (30.08% from 255 or 16.89% from 450); Max value from RGB is 243 - color contains mainly: red. Hex color #F3834C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F3834C is #0C7CB3. Grayscale: #9E9E9E. Windows color (decimal): -818356 or 5014515. OLE color: 5014515.
HSL color Cylindrical-coordinate representation of color #F3834C: hue angle of 19.76º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F3834C is Cyan = 0, Magento = 0.46, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 131 | 76 | - |
| CMYK | 0 | 0.46 | 0.69 | 0.05 |
| HSL | 19.76º | 0.87% | 0.63% | - |
| HSV(B) | 19.76º | 0.69% | 0.95% | - |
| XYZ | 46.38 | 35.81 | 11.3 | - |
| YUV | 158.22 | 81.61 | 188.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 131 | 76 | 0 | 0.46 | 0.69 | 0.05 | 19.76 | 0.87 | 0.63 |
| Hex | F3 | 83 | 4C | 0 | 2E | 45 | 5 | 14 | 57 | 3F |
| Octal | 363 | 203 | 114 | 0 | 56 | 105 | 5 | 24 | 127 | 77 |
| Binary | 11110011 | 10000011 | 1001100 | 0 | 101110 | 1000101 | 101 | 10100 | 1010111 | 111111 |
Color Harmonies of #F3834C
Complementary color
Monochromatic Colors of #F3834C
Black with #F3834C
Text Example
Text Example
White with #F3834C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3834C; }
p { color: rgb(243,131,76); }
H1.HeaderClassName
{
color: #F3834C;
}
.AnyTagClassName
{
color: #F3834C;
}
</style>
background-color css
<style>
a { background-color: #F3834C; }
a { background-color: rgb(243,131,76); }
div.DivClassName
{
background-color: #F3834C;
}
.BgClassName
{
background-color: #F3834C;
}
</style>
border-color css
<style>
span { border-color: #F3834C; }
span { border-color: rgb(243,131,76); }
td.TdClassName
{
border-color: #F3834C;
}
.TagClassName
{
border-color: #F3834C;
}
</style>