Shades of Crusta #F5935A
Tints of Crusta #F5935A
RGB
CMYK
RGB Variations
Color information
#F5935A (or 0xF5935A) is known color: Crusta. HEX triplet: F5, 93 and 5A. RGB value is (245,147,90). Sum of RGB (Red+Green+Blue) = 245+147+90=482 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.83% from 482); Green value is 147 (57.81% from 255 or 30.50% from 482); Blue value is 90 (35.55% from 255 or 18.67% from 482); Max value from RGB is 245 - color contains mainly: red. Hex color #F5935A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5935A is #0A6CA5. Grayscale: #AAAAAA. Windows color (decimal): -683174 or 5936117. OLE color: 5936117.
HSL color Cylindrical-coordinate representation of color #F5935A: hue angle of 22.06º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F5935A is Cyan = 0, Magento = 0.4, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 147 | 90 | - |
| CMYK | 0 | 0.4 | 0.63 | 0.04 |
| HSL | 22.06º | 0.89% | 0.66% | - |
| HSV(B) | 22.06º | 0.63% | 0.96% | - |
| XYZ | 49.94 | 41.02 | 14.96 | - |
| YUV | 169.8 | 82.97 | 181.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 147 | 90 | 0 | 0.4 | 0.63 | 0.04 | 22.06 | 0.89 | 0.66 |
| Hex | F5 | 93 | 5A | 0 | 28 | 3F | 4 | 16 | 59 | 42 |
| Octal | 365 | 223 | 132 | 0 | 50 | 77 | 4 | 26 | 131 | 102 |
| Binary | 11110101 | 10010011 | 1011010 | 0 | 101000 | 111111 | 100 | 10110 | 1011001 | 1000010 |
Color Harmonies of #F5935A
Complementary color
Monochromatic Colors of #F5935A
Black with #F5935A
Text Example
Text Example
White with #F5935A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5935A; }
p { color: rgb(245,147,90); }
H1.HeaderClassName
{
color: #F5935A;
}
.AnyTagClassName
{
color: #F5935A;
}
</style>
background-color css
<style>
a { background-color: #F5935A; }
a { background-color: rgb(245,147,90); }
div.DivClassName
{
background-color: #F5935A;
}
.BgClassName
{
background-color: #F5935A;
}
</style>
border-color css
<style>
span { border-color: #F5935A; }
span { border-color: rgb(245,147,90); }
td.TdClassName
{
border-color: #F5935A;
}
.TagClassName
{
border-color: #F5935A;
}
</style>