Shades of Crusta #F98C5C
Tints of Crusta #F98C5C
RGB
CMYK
RGB Variations
Color information
#F98C5C (or 0xF98C5C) is known color: Crusta. HEX triplet: F9, 8C and 5C. RGB value is (249,140,92). Sum of RGB (Red+Green+Blue) = 249+140+92=481 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.77% from 481); Green value is 140 (55.08% from 255 or 29.11% from 481); Blue value is 92 (36.33% from 255 or 19.13% from 481); Max value from RGB is 249 - color contains mainly: red. Hex color #F98C5C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F98C5C is #0673A3. Grayscale: #A7A7A7. Windows color (decimal): -422820 or 6065401. OLE color: 6065401.
HSL color Cylindrical-coordinate representation of color #F98C5C: hue angle of 18.34º 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 #F98C5C is Cyan = 0, Magento = 0.44, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 140 | 92 | - |
| CMYK | 0 | 0.44 | 0.63 | 0.02 |
| HSL | 18.34º | 0.93% | 0.67% | - |
| HSV(B) | 18.34º | 0.63% | 0.98% | - |
| XYZ | 50.38 | 39.67 | 15.13 | - |
| YUV | 167.12 | 85.61 | 186.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 140 | 92 | 0 | 0.44 | 0.63 | 0.02 | 18.34 | 0.93 | 0.67 |
| Hex | F9 | 8C | 5C | 0 | 2C | 3F | 2 | 12 | 5D | 43 |
| Octal | 371 | 214 | 134 | 0 | 54 | 77 | 2 | 22 | 135 | 103 |
| Binary | 11111001 | 10001100 | 1011100 | 0 | 101100 | 111111 | 10 | 10010 | 1011101 | 1000011 |
Color Harmonies of #F98C5C
Complementary color
Monochromatic Colors of #F98C5C
Black with #F98C5C
Text Example
Text Example
White with #F98C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98C5C; }
p { color: rgb(249,140,92); }
H1.HeaderClassName
{
color: #F98C5C;
}
.AnyTagClassName
{
color: #F98C5C;
}
</style>
background-color css
<style>
a { background-color: #F98C5C; }
a { background-color: rgb(249,140,92); }
div.DivClassName
{
background-color: #F98C5C;
}
.BgClassName
{
background-color: #F98C5C;
}
</style>
border-color css
<style>
span { border-color: #F98C5C; }
span { border-color: rgb(249,140,92); }
td.TdClassName
{
border-color: #F98C5C;
}
.TagClassName
{
border-color: #F98C5C;
}
</style>