Shades of Crusta #F18B5A
Tints of Crusta #F18B5A
RGB
CMYK
RGB Variations
Color information
#F18B5A (or 0xF18B5A) is known color: Crusta. HEX triplet: F1, 8B and 5A. RGB value is (241,139,90). Sum of RGB (Red+Green+Blue) = 241+139+90=470 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.28% from 470); Green value is 139 (54.69% from 255 or 29.57% from 470); Blue value is 90 (35.55% from 255 or 19.15% from 470); Max value from RGB is 241 - color contains mainly: red. Hex color #F18B5A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18B5A is #0E74A5. Grayscale: #A4A4A4. Windows color (decimal): -947366 or 5934065. OLE color: 5934065.
HSL color Cylindrical-coordinate representation of color #F18B5A: hue angle of 19.47º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F18B5A is Cyan = 0, Magento = 0.42, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 139 | 90 | - |
| CMYK | 0 | 0.42 | 0.63 | 0.05 |
| HSL | 19.47º | 0.84% | 0.65% | - |
| HSV(B) | 19.47º | 0.63% | 0.95% | - |
| XYZ | 47.35 | 37.9 | 14.49 | - |
| YUV | 163.91 | 86.29 | 182.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 139 | 90 | 0 | 0.42 | 0.63 | 0.05 | 19.47 | 0.84 | 0.65 |
| Hex | F1 | 8B | 5A | 0 | 2A | 3F | 5 | 13 | 54 | 41 |
| Octal | 361 | 213 | 132 | 0 | 52 | 77 | 5 | 23 | 124 | 101 |
| Binary | 11110001 | 10001011 | 1011010 | 0 | 101010 | 111111 | 101 | 10011 | 1010100 | 1000001 |
Color Harmonies of #F18B5A
Complementary color
Monochromatic Colors of #F18B5A
Black with #F18B5A
Text Example
Text Example
White with #F18B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18B5A; }
p { color: rgb(241,139,90); }
H1.HeaderClassName
{
color: #F18B5A;
}
.AnyTagClassName
{
color: #F18B5A;
}
</style>
background-color css
<style>
a { background-color: #F18B5A; }
a { background-color: rgb(241,139,90); }
div.DivClassName
{
background-color: #F18B5A;
}
.BgClassName
{
background-color: #F18B5A;
}
</style>
border-color css
<style>
span { border-color: #F18B5A; }
span { border-color: rgb(241,139,90); }
td.TdClassName
{
border-color: #F18B5A;
}
.TagClassName
{
border-color: #F18B5A;
}
</style>