Shades of Crusta #F58B5C
Tints of Crusta #F58B5C
RGB
CMYK
RGB Variations
Color information
#F58B5C (or 0xF58B5C) is known color: Crusta. HEX triplet: F5, 8B and 5C. RGB value is (245,139,92). Sum of RGB (Red+Green+Blue) = 245+139+92=476 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.47% from 476); Green value is 139 (54.69% from 255 or 29.20% from 476); Blue value is 92 (36.33% from 255 or 19.33% from 476); Max value from RGB is 245 - color contains mainly: red. Hex color #F58B5C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58B5C is #0A74A3. Grayscale: #A5A5A5. Windows color (decimal): -685220 or 6065141. OLE color: 6065141.
HSL color Cylindrical-coordinate representation of color #F58B5C: hue angle of 18.43º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F58B5C is Cyan = 0, Magento = 0.43, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 139 | 92 | - |
| CMYK | 0 | 0.43 | 0.62 | 0.04 |
| HSL | 18.43º | 0.88% | 0.66% | - |
| HSV(B) | 18.43º | 0.62% | 0.96% | - |
| XYZ | 48.82 | 38.65 | 15.01 | - |
| YUV | 165.34 | 86.62 | 184.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 139 | 92 | 0 | 0.43 | 0.62 | 0.04 | 18.43 | 0.88 | 0.66 |
| Hex | F5 | 8B | 5C | 0 | 2B | 3E | 4 | 12 | 58 | 42 |
| Octal | 365 | 213 | 134 | 0 | 53 | 76 | 4 | 22 | 130 | 102 |
| Binary | 11110101 | 10001011 | 1011100 | 0 | 101011 | 111110 | 100 | 10010 | 1011000 | 1000010 |
Color Harmonies of #F58B5C
Complementary color
Monochromatic Colors of #F58B5C
Black with #F58B5C
Text Example
Text Example
White with #F58B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58B5C; }
p { color: rgb(245,139,92); }
H1.HeaderClassName
{
color: #F58B5C;
}
.AnyTagClassName
{
color: #F58B5C;
}
</style>
background-color css
<style>
a { background-color: #F58B5C; }
a { background-color: rgb(245,139,92); }
div.DivClassName
{
background-color: #F58B5C;
}
.BgClassName
{
background-color: #F58B5C;
}
</style>
border-color css
<style>
span { border-color: #F58B5C; }
span { border-color: rgb(245,139,92); }
td.TdClassName
{
border-color: #F58B5C;
}
.TagClassName
{
border-color: #F58B5C;
}
</style>