Shades of Crusta #F38761
Tints of Crusta #F38761
RGB
CMYK
RGB Variations
Color information
#F38761 (or 0xF38761) is known color: Crusta. HEX triplet: F3, 87 and 61. RGB value is (243,135,97). Sum of RGB (Red+Green+Blue) = 243+135+97=475 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.16% from 475); Green value is 135 (53.12% from 255 or 28.42% from 475); Blue value is 97 (38.28% from 255 or 20.42% from 475); Max value from RGB is 243 - color contains mainly: red. Hex color #F38761 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F38761 is #0C789E. Grayscale: #A3A3A3. Windows color (decimal): -817311 or 6391795. OLE color: 6391795.
HSL color Cylindrical-coordinate representation of color #F38761: hue angle of 15.62º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F38761 is Cyan = 0, Magento = 0.44, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 135 | 97 | - |
| CMYK | 0 | 0.44 | 0.60 | 0.05 |
| HSL | 15.62º | 0.86% | 0.67% | - |
| HSV(B) | 15.62º | 0.6% | 0.95% | - |
| XYZ | 47.78 | 37.25 | 15.98 | - |
| YUV | 162.96 | 90.78 | 185.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 135 | 97 | 0 | 0.44 | 0.60 | 0.05 | 15.62 | 0.86 | 0.67 |
| Hex | F3 | 87 | 61 | 0 | 2C | 3C | 5 | 10 | 56 | 43 |
| Octal | 363 | 207 | 141 | 0 | 54 | 74 | 5 | 20 | 126 | 103 |
| Binary | 11110011 | 10000111 | 1100001 | 0 | 101100 | 111100 | 101 | 10000 | 1010110 | 1000011 |
Color Harmonies of #F38761
Complementary color
Monochromatic Colors of #F38761
Black with #F38761
Text Example
Text Example
White with #F38761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38761; }
p { color: rgb(243,135,97); }
H1.HeaderClassName
{
color: #F38761;
}
.AnyTagClassName
{
color: #F38761;
}
</style>
background-color css
<style>
a { background-color: #F38761; }
a { background-color: rgb(243,135,97); }
div.DivClassName
{
background-color: #F38761;
}
.BgClassName
{
background-color: #F38761;
}
</style>
border-color css
<style>
span { border-color: #F38761; }
span { border-color: rgb(243,135,97); }
td.TdClassName
{
border-color: #F38761;
}
.TagClassName
{
border-color: #F38761;
}
</style>