Shades of Crusta #F78B4A
Tints of Crusta #F78B4A
RGB
CMYK
RGB Variations
Color information
#F78B4A (or 0xF78B4A) is known color: Crusta. HEX triplet: F7, 8B and 4A. RGB value is (247,139,74). Sum of RGB (Red+Green+Blue) = 247+139+74=460 (60% of max value = 765). Red value is 247 (96.88% from 255 or 53.70% from 460); Green value is 139 (54.69% from 255 or 30.22% from 460); Blue value is 74 (29.30% from 255 or 16.09% from 460); Max value from RGB is 247 - color contains mainly: red. Hex color #F78B4A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F78B4A is #0874B5. Grayscale: #A4A4A4. Windows color (decimal): -554166 or 4885495. OLE color: 4885495.
HSL color Cylindrical-coordinate representation of color #F78B4A: hue angle of 22.54º degrees, saturation: 0.92, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F78B4A is Cyan = 0, Magento = 0.44, Yellow = 0.70 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 139 | 74 | - |
| CMYK | 0 | 0.44 | 0.70 | 0.03 |
| HSL | 22.54º | 0.92% | 0.63% | - |
| HSV(B) | 22.54º | 0.7% | 0.97% | - |
| XYZ | 48.83 | 38.73 | 11.38 | - |
| YUV | 163.88 | 77.28 | 187.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 139 | 74 | 0 | 0.44 | 0.70 | 0.03 | 22.54 | 0.92 | 0.63 |
| Hex | F7 | 8B | 4A | 0 | 2C | 46 | 3 | 17 | 5C | 3F |
| Octal | 367 | 213 | 112 | 0 | 54 | 106 | 3 | 27 | 134 | 77 |
| Binary | 11110111 | 10001011 | 1001010 | 0 | 101100 | 1000110 | 11 | 10111 | 1011100 | 111111 |
Color Harmonies of #F78B4A
Complementary color
Monochromatic Colors of #F78B4A
Black with #F78B4A
Text Example
Text Example
White with #F78B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F78B4A; }
p { color: rgb(247,139,74); }
H1.HeaderClassName
{
color: #F78B4A;
}
.AnyTagClassName
{
color: #F78B4A;
}
</style>
background-color css
<style>
a { background-color: #F78B4A; }
a { background-color: rgb(247,139,74); }
div.DivClassName
{
background-color: #F78B4A;
}
.BgClassName
{
background-color: #F78B4A;
}
</style>
border-color css
<style>
span { border-color: #F78B4A; }
span { border-color: rgb(247,139,74); }
td.TdClassName
{
border-color: #F78B4A;
}
.TagClassName
{
border-color: #F78B4A;
}
</style>