Shades of Crusta #F98A5D
Tints of Crusta #F98A5D
RGB
CMYK
RGB Variations
Color information
#F98A5D (or 0xF98A5D) is known color: Crusta. HEX triplet: F9, 8A and 5D. RGB value is (249,138,93). Sum of RGB (Red+Green+Blue) = 249+138+93=480 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.88% from 480); Green value is 138 (54.30% from 255 or 28.75% from 480); Blue value is 93 (36.72% from 255 or 19.38% from 480); Max value from RGB is 249 - color contains mainly: red. Hex color #F98A5D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F98A5D is #0675A2. Grayscale: #A6A6A6. Windows color (decimal): -423331 or 6130425. OLE color: 6130425.
HSL color Cylindrical-coordinate representation of color #F98A5D: hue angle of 17.31º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F98A5D is Cyan = 0, Magento = 0.45, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 138 | 93 | - |
| CMYK | 0 | 0.45 | 0.63 | 0.02 |
| HSL | 17.31º | 0.93% | 0.67% | - |
| HSV(B) | 17.31º | 0.63% | 0.98% | - |
| XYZ | 50.13 | 39.11 | 15.26 | - |
| YUV | 166.06 | 86.77 | 187.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 138 | 93 | 0 | 0.45 | 0.63 | 0.02 | 17.31 | 0.93 | 0.67 |
| Hex | F9 | 8A | 5D | 0 | 2D | 3F | 2 | 11 | 5D | 43 |
| Octal | 371 | 212 | 135 | 0 | 55 | 77 | 2 | 21 | 135 | 103 |
| Binary | 11111001 | 10001010 | 1011101 | 0 | 101101 | 111111 | 10 | 10001 | 1011101 | 1000011 |
Color Harmonies of #F98A5D
Complementary color
Monochromatic Colors of #F98A5D
Black with #F98A5D
Text Example
Text Example
White with #F98A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98A5D; }
p { color: rgb(249,138,93); }
H1.HeaderClassName
{
color: #F98A5D;
}
.AnyTagClassName
{
color: #F98A5D;
}
</style>
background-color css
<style>
a { background-color: #F98A5D; }
a { background-color: rgb(249,138,93); }
div.DivClassName
{
background-color: #F98A5D;
}
.BgClassName
{
background-color: #F98A5D;
}
</style>
border-color css
<style>
span { border-color: #F98A5D; }
span { border-color: rgb(249,138,93); }
td.TdClassName
{
border-color: #F98A5D;
}
.TagClassName
{
border-color: #F98A5D;
}
</style>