Shades of Crusta #F5905C
Tints of Crusta #F5905C
RGB
CMYK
RGB Variations
Color information
#F5905C (or 0xF5905C) is known color: Crusta. HEX triplet: F5, 90 and 5C. RGB value is (245,144,92). Sum of RGB (Red+Green+Blue) = 245+144+92=481 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.94% from 481); Green value is 144 (56.64% from 255 or 29.94% from 481); Blue value is 92 (36.33% from 255 or 19.13% from 481); Max value from RGB is 245 - color contains mainly: red. Hex color #F5905C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5905C is #0A6FA3. Grayscale: #A8A8A8. Windows color (decimal): -683940 or 6066421. OLE color: 6066421.
HSL color Cylindrical-coordinate representation of color #F5905C: hue angle of 20.39º 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 #F5905C is Cyan = 0, Magento = 0.41, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 144 | 92 | - |
| CMYK | 0 | 0.41 | 0.62 | 0.04 |
| HSL | 20.39º | 0.88% | 0.66% | - |
| HSV(B) | 20.39º | 0.62% | 0.96% | - |
| XYZ | 49.56 | 40.13 | 15.26 | - |
| YUV | 168.27 | 84.96 | 182.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 144 | 92 | 0 | 0.41 | 0.62 | 0.04 | 20.39 | 0.88 | 0.66 |
| Hex | F5 | 90 | 5C | 0 | 29 | 3E | 4 | 14 | 58 | 42 |
| Octal | 365 | 220 | 134 | 0 | 51 | 76 | 4 | 24 | 130 | 102 |
| Binary | 11110101 | 10010000 | 1011100 | 0 | 101001 | 111110 | 100 | 10100 | 1011000 | 1000010 |
Color Harmonies of #F5905C
Complementary color
Monochromatic Colors of #F5905C
Black with #F5905C
Text Example
Text Example
White with #F5905C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5905C; }
p { color: rgb(245,144,92); }
H1.HeaderClassName
{
color: #F5905C;
}
.AnyTagClassName
{
color: #F5905C;
}
</style>
background-color css
<style>
a { background-color: #F5905C; }
a { background-color: rgb(245,144,92); }
div.DivClassName
{
background-color: #F5905C;
}
.BgClassName
{
background-color: #F5905C;
}
</style>
border-color css
<style>
span { border-color: #F5905C; }
span { border-color: rgb(245,144,92); }
td.TdClassName
{
border-color: #F5905C;
}
.TagClassName
{
border-color: #F5905C;
}
</style>