Shades of Crusta #F3814D
Tints of Crusta #F3814D
RGB
CMYK
RGB Variations
Color information
#F3814D (or 0xF3814D) is known color: Crusta. HEX triplet: F3, 81 and 4D. RGB value is (243,129,77). Sum of RGB (Red+Green+Blue) = 243+129+77=449 (59% of max value = 765). Red value is 243 (95.31% from 255 or 54.12% from 449); Green value is 129 (50.78% from 255 or 28.73% from 449); Blue value is 77 (30.47% from 255 or 17.15% from 449); Max value from RGB is 243 - color contains mainly: red. Hex color #F3814D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F3814D is #0C7EB2. Grayscale: #9D9D9D. Windows color (decimal): -818867 or 5079539. OLE color: 5079539.
HSL color Cylindrical-coordinate representation of color #F3814D: hue angle of 18.8º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F3814D is Cyan = 0, Magento = 0.47, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 129 | 77 | - |
| CMYK | 0 | 0.47 | 0.68 | 0.05 |
| HSL | 18.8º | 0.87% | 0.63% | - |
| HSV(B) | 18.8º | 0.68% | 0.95% | - |
| XYZ | 46.15 | 35.29 | 11.4 | - |
| YUV | 157.16 | 82.77 | 189.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 129 | 77 | 0 | 0.47 | 0.68 | 0.05 | 18.8 | 0.87 | 0.63 |
| Hex | F3 | 81 | 4D | 0 | 2F | 44 | 5 | 13 | 57 | 3F |
| Octal | 363 | 201 | 115 | 0 | 57 | 104 | 5 | 23 | 127 | 77 |
| Binary | 11110011 | 10000001 | 1001101 | 0 | 101111 | 1000100 | 101 | 10011 | 1010111 | 111111 |
Color Harmonies of #F3814D
Complementary color
Monochromatic Colors of #F3814D
Black with #F3814D
Text Example
Text Example
White with #F3814D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3814D; }
p { color: rgb(243,129,77); }
H1.HeaderClassName
{
color: #F3814D;
}
.AnyTagClassName
{
color: #F3814D;
}
</style>
background-color css
<style>
a { background-color: #F3814D; }
a { background-color: rgb(243,129,77); }
div.DivClassName
{
background-color: #F3814D;
}
.BgClassName
{
background-color: #F3814D;
}
</style>
border-color css
<style>
span { border-color: #F3814D; }
span { border-color: rgb(243,129,77); }
td.TdClassName
{
border-color: #F3814D;
}
.TagClassName
{
border-color: #F3814D;
}
</style>