Shades of Crusta #F5835C
Tints of Crusta #F5835C
RGB
CMYK
RGB Variations
Color information
#F5835C (or 0xF5835C) is known color: Crusta. HEX triplet: F5, 83 and 5C. RGB value is (245,131,92). Sum of RGB (Red+Green+Blue) = 245+131+92=468 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.35% from 468); Green value is 131 (51.56% from 255 or 27.99% from 468); Blue value is 92 (36.33% from 255 or 19.66% from 468); Max value from RGB is 245 - color contains mainly: red. Hex color #F5835C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5835C is #0A7CA3. Grayscale: #A0A0A0. Windows color (decimal): -687268 or 6063093. OLE color: 6063093.
HSL color Cylindrical-coordinate representation of color #F5835C: hue angle of 15.29º 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 #F5835C is Cyan = 0, Magento = 0.47, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 131 | 92 | - |
| CMYK | 0 | 0.47 | 0.62 | 0.04 |
| HSL | 15.29º | 0.88% | 0.66% | - |
| HSV(B) | 15.29º | 0.62% | 0.96% | - |
| XYZ | 47.7 | 36.42 | 14.64 | - |
| YUV | 160.64 | 89.27 | 188.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 131 | 92 | 0 | 0.47 | 0.62 | 0.04 | 15.29 | 0.88 | 0.66 |
| Hex | F5 | 83 | 5C | 0 | 2F | 3E | 4 | F | 58 | 42 |
| Octal | 365 | 203 | 134 | 0 | 57 | 76 | 4 | 17 | 130 | 102 |
| Binary | 11110101 | 10000011 | 1011100 | 0 | 101111 | 111110 | 100 | 1111 | 1011000 | 1000010 |
Color Harmonies of #F5835C
Complementary color
Monochromatic Colors of #F5835C
Black with #F5835C
Text Example
Text Example
White with #F5835C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5835C; }
p { color: rgb(245,131,92); }
H1.HeaderClassName
{
color: #F5835C;
}
.AnyTagClassName
{
color: #F5835C;
}
</style>
background-color css
<style>
a { background-color: #F5835C; }
a { background-color: rgb(245,131,92); }
div.DivClassName
{
background-color: #F5835C;
}
.BgClassName
{
background-color: #F5835C;
}
</style>
border-color css
<style>
span { border-color: #F5835C; }
span { border-color: rgb(245,131,92); }
td.TdClassName
{
border-color: #F5835C;
}
.TagClassName
{
border-color: #F5835C;
}
</style>