Shades of Crusta #F5905D
Tints of Crusta #F5905D
RGB
CMYK
RGB Variations
Color information
#F5905D (or 0xF5905D) is known color: Crusta. HEX triplet: F5, 90 and 5D. RGB value is (245,144,93). Sum of RGB (Red+Green+Blue) = 245+144+93=482 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.83% from 482); Green value is 144 (56.64% from 255 or 29.88% from 482); Blue value is 93 (36.72% from 255 or 19.29% from 482); Max value from RGB is 245 - color contains mainly: red. Hex color #F5905D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5905D is #0A6FA2. Grayscale: #A8A8A8. Windows color (decimal): -683939 or 6131957. OLE color: 6131957.
HSL color Cylindrical-coordinate representation of color #F5905D: hue angle of 20.13º 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 #F5905D is Cyan = 0, Magento = 0.41, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 144 | 93 | - |
| CMYK | 0 | 0.41 | 0.62 | 0.04 |
| HSL | 20.13º | 0.88% | 0.66% | - |
| HSV(B) | 20.13º | 0.62% | 0.96% | - |
| XYZ | 49.61 | 40.15 | 15.49 | - |
| YUV | 168.39 | 85.46 | 182.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 144 | 93 | 0 | 0.41 | 0.62 | 0.04 | 20.13 | 0.88 | 0.66 |
| Hex | F5 | 90 | 5D | 0 | 29 | 3E | 4 | 14 | 58 | 42 |
| Octal | 365 | 220 | 135 | 0 | 51 | 76 | 4 | 24 | 130 | 102 |
| Binary | 11110101 | 10010000 | 1011101 | 0 | 101001 | 111110 | 100 | 10100 | 1011000 | 1000010 |
Color Harmonies of #F5905D
Complementary color
Monochromatic Colors of #F5905D
Black with #F5905D
Text Example
Text Example
White with #F5905D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5905D; }
p { color: rgb(245,144,93); }
H1.HeaderClassName
{
color: #F5905D;
}
.AnyTagClassName
{
color: #F5905D;
}
</style>
background-color css
<style>
a { background-color: #F5905D; }
a { background-color: rgb(245,144,93); }
div.DivClassName
{
background-color: #F5905D;
}
.BgClassName
{
background-color: #F5905D;
}
</style>
border-color css
<style>
span { border-color: #F5905D; }
span { border-color: rgb(245,144,93); }
td.TdClassName
{
border-color: #F5905D;
}
.TagClassName
{
border-color: #F5905D;
}
</style>