Shades of Crusta #F88A52
Tints of Crusta #F88A52
RGB
CMYK
RGB Variations
Color information
#F88A52 (or 0xF88A52) is known color: Crusta. HEX triplet: F8, 8A and 52. RGB value is (248,138,82). Sum of RGB (Red+Green+Blue) = 248+138+82=468 (61% of max value = 765). Red value is 248 (97.27% from 255 or 52.99% from 468); Green value is 138 (54.30% from 255 or 29.49% from 468); Blue value is 82 (32.42% from 255 or 17.52% from 468); Max value from RGB is 248 - color contains mainly: red. Hex color #F88A52 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F88A52 is #0775AD. Grayscale: #A4A4A4. Windows color (decimal): -488878 or 5409528. OLE color: 5409528.
HSL color Cylindrical-coordinate representation of color #F88A52: hue angle of 20.24º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F88A52 is Cyan = 0, Magento = 0.44, Yellow = 0.67 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 138 | 82 | - |
| CMYK | 0 | 0.44 | 0.67 | 0.03 |
| HSL | 20.24º | 0.92% | 0.65% | - |
| HSV(B) | 20.24º | 0.67% | 0.97% | - |
| XYZ | 49.32 | 38.74 | 12.86 | - |
| YUV | 164.51 | 81.44 | 187.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 138 | 82 | 0 | 0.44 | 0.67 | 0.03 | 20.24 | 0.92 | 0.65 |
| Hex | F8 | 8A | 52 | 0 | 2C | 43 | 3 | 14 | 5C | 41 |
| Octal | 370 | 212 | 122 | 0 | 54 | 103 | 3 | 24 | 134 | 101 |
| Binary | 11111000 | 10001010 | 1010010 | 0 | 101100 | 1000011 | 11 | 10100 | 1011100 | 1000001 |
Color Harmonies of #F88A52
Complementary color
Monochromatic Colors of #F88A52
Black with #F88A52
Text Example
Text Example
White with #F88A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F88A52; }
p { color: rgb(248,138,82); }
H1.HeaderClassName
{
color: #F88A52;
}
.AnyTagClassName
{
color: #F88A52;
}
</style>
background-color css
<style>
a { background-color: #F88A52; }
a { background-color: rgb(248,138,82); }
div.DivClassName
{
background-color: #F88A52;
}
.BgClassName
{
background-color: #F88A52;
}
</style>
border-color css
<style>
span { border-color: #F88A52; }
span { border-color: rgb(248,138,82); }
td.TdClassName
{
border-color: #F88A52;
}
.TagClassName
{
border-color: #F88A52;
}
</style>