Shades of Crusta #F4805A
Tints of Crusta #F4805A
RGB
CMYK
RGB Variations
Color information
#F4805A (or 0xF4805A) is known color: Crusta. HEX triplet: F4, 80 and 5A. RGB value is (244,128,90). Sum of RGB (Red+Green+Blue) = 244+128+90=462 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.81% from 462); Green value is 128 (50.39% from 255 or 27.71% from 462); Blue value is 90 (35.55% from 255 or 19.48% from 462); Max value from RGB is 244 - color contains mainly: red. Hex color #F4805A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F4805A is #0B7FA5. Grayscale: #9E9E9E. Windows color (decimal): -753574 or 5931252. OLE color: 5931252.
HSL color Cylindrical-coordinate representation of color #F4805A: hue angle of 14.81º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F4805A is Cyan = 0, Magento = 0.48, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 128 | 90 | - |
| CMYK | 0 | 0.48 | 0.63 | 0.04 |
| HSL | 14.81º | 0.88% | 0.65% | - |
| HSV(B) | 14.81º | 0.63% | 0.96% | - |
| XYZ | 46.87 | 35.41 | 14.04 | - |
| YUV | 158.35 | 89.43 | 189.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 128 | 90 | 0 | 0.48 | 0.63 | 0.04 | 14.81 | 0.88 | 0.65 |
| Hex | F4 | 80 | 5A | 0 | 30 | 3F | 4 | F | 58 | 41 |
| Octal | 364 | 200 | 132 | 0 | 60 | 77 | 4 | 17 | 130 | 101 |
| Binary | 11110100 | 10000000 | 1011010 | 0 | 110000 | 111111 | 100 | 1111 | 1011000 | 1000001 |
Color Harmonies of #F4805A
Complementary color
Monochromatic Colors of #F4805A
Black with #F4805A
Text Example
Text Example
White with #F4805A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4805A; }
p { color: rgb(244,128,90); }
H1.HeaderClassName
{
color: #F4805A;
}
.AnyTagClassName
{
color: #F4805A;
}
</style>
background-color css
<style>
a { background-color: #F4805A; }
a { background-color: rgb(244,128,90); }
div.DivClassName
{
background-color: #F4805A;
}
.BgClassName
{
background-color: #F4805A;
}
</style>
border-color css
<style>
span { border-color: #F4805A; }
span { border-color: rgb(244,128,90); }
td.TdClassName
{
border-color: #F4805A;
}
.TagClassName
{
border-color: #F4805A;
}
</style>