Shades of Crusta #F7905C
Tints of Crusta #F7905C
RGB
CMYK
RGB Variations
Color information
#F7905C (or 0xF7905C) is known color: Crusta. HEX triplet: F7, 90 and 5C. RGB value is (247,144,92). Sum of RGB (Red+Green+Blue) = 247+144+92=483 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.14% from 483); Green value is 144 (56.64% from 255 or 29.81% from 483); Blue value is 92 (36.33% from 255 or 19.05% from 483); Max value from RGB is 247 - color contains mainly: red. Hex color #F7905C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7905C is #086FA3. Grayscale: #A9A9A9. Windows color (decimal): -552868 or 6066423. OLE color: 6066423.
HSL color Cylindrical-coordinate representation of color #F7905C: hue angle of 20.13º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F7905C is Cyan = 0, Magento = 0.42, Yellow = 0.63 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 144 | 92 | - |
| CMYK | 0 | 0.42 | 0.63 | 0.03 |
| HSL | 20.13º | 0.91% | 0.66% | - |
| HSV(B) | 20.13º | 0.63% | 0.97% | - |
| XYZ | 50.26 | 40.49 | 15.29 | - |
| YUV | 168.87 | 84.62 | 183.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 144 | 92 | 0 | 0.42 | 0.63 | 0.03 | 20.13 | 0.91 | 0.66 |
| Hex | F7 | 90 | 5C | 0 | 2A | 3F | 3 | 14 | 5B | 42 |
| Octal | 367 | 220 | 134 | 0 | 52 | 77 | 3 | 24 | 133 | 102 |
| Binary | 11110111 | 10010000 | 1011100 | 0 | 101010 | 111111 | 11 | 10100 | 1011011 | 1000010 |
Color Harmonies of #F7905C
Complementary color
Monochromatic Colors of #F7905C
Black with #F7905C
Text Example
Text Example
White with #F7905C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7905C; }
p { color: rgb(247,144,92); }
H1.HeaderClassName
{
color: #F7905C;
}
.AnyTagClassName
{
color: #F7905C;
}
</style>
background-color css
<style>
a { background-color: #F7905C; }
a { background-color: rgb(247,144,92); }
div.DivClassName
{
background-color: #F7905C;
}
.BgClassName
{
background-color: #F7905C;
}
</style>
border-color css
<style>
span { border-color: #F7905C; }
span { border-color: rgb(247,144,92); }
td.TdClassName
{
border-color: #F7905C;
}
.TagClassName
{
border-color: #F7905C;
}
</style>