Shades of Crusta #F8904F
Tints of Crusta #F8904F
RGB
CMYK
RGB Variations
Color information
#F8904F (or 0xF8904F) is known color: Crusta. HEX triplet: F8, 90 and 4F. RGB value is (248,144,79). Sum of RGB (Red+Green+Blue) = 248+144+79=471 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.65% from 471); Green value is 144 (56.64% from 255 or 30.57% from 471); Blue value is 79 (31.25% from 255 or 16.77% from 471); Max value from RGB is 248 - color contains mainly: red. Hex color #F8904F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8904F is #076FB0. Grayscale: #A8A8A8. Windows color (decimal): -487345 or 5214456. OLE color: 5214456.
HSL color Cylindrical-coordinate representation of color #F8904F: hue angle of 23.08º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F8904F is Cyan = 0, Magento = 0.42, Yellow = 0.68 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 144 | 79 | - |
| CMYK | 0 | 0.42 | 0.68 | 0.03 |
| HSL | 23.08º | 0.92% | 0.64% | - |
| HSV(B) | 23.08º | 0.68% | 0.97% | - |
| XYZ | 50.1 | 40.47 | 12.57 | - |
| YUV | 167.69 | 77.96 | 185.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 144 | 79 | 0 | 0.42 | 0.68 | 0.03 | 23.08 | 0.92 | 0.64 |
| Hex | F8 | 90 | 4F | 0 | 2A | 44 | 3 | 17 | 5C | 40 |
| Octal | 370 | 220 | 117 | 0 | 52 | 104 | 3 | 27 | 134 | 100 |
| Binary | 11111000 | 10010000 | 1001111 | 0 | 101010 | 1000100 | 11 | 10111 | 1011100 | 1000000 |
Color Harmonies of #F8904F
Complementary color
Monochromatic Colors of #F8904F
Black with #F8904F
Text Example
Text Example
White with #F8904F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8904F; }
p { color: rgb(248,144,79); }
H1.HeaderClassName
{
color: #F8904F;
}
.AnyTagClassName
{
color: #F8904F;
}
</style>
background-color css
<style>
a { background-color: #F8904F; }
a { background-color: rgb(248,144,79); }
div.DivClassName
{
background-color: #F8904F;
}
.BgClassName
{
background-color: #F8904F;
}
</style>
border-color css
<style>
span { border-color: #F8904F; }
span { border-color: rgb(248,144,79); }
td.TdClassName
{
border-color: #F8904F;
}
.TagClassName
{
border-color: #F8904F;
}
</style>