Shades of Crusta #F4825B
Tints of Crusta #F4825B
RGB
CMYK
RGB Variations
Color information
#F4825B (or 0xF4825B) is known color: Crusta. HEX triplet: F4, 82 and 5B. RGB value is (244,130,91). Sum of RGB (Red+Green+Blue) = 244+130+91=465 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.47% from 465); Green value is 130 (51.17% from 255 or 27.96% from 465); Blue value is 91 (35.94% from 255 or 19.57% from 465); Max value from RGB is 244 - color contains mainly: red. Hex color #F4825B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F4825B is #0B7DA4. Grayscale: #9F9F9F. Windows color (decimal): -753061 or 5997300. OLE color: 5997300.
HSL color Cylindrical-coordinate representation of color #F4825B: hue angle of 15.29º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F4825B is Cyan = 0, Magento = 0.47, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 130 | 91 | - |
| CMYK | 0 | 0.47 | 0.63 | 0.04 |
| HSL | 15.29º | 0.87% | 0.66% | - |
| HSV(B) | 15.29º | 0.63% | 0.96% | - |
| XYZ | 47.18 | 35.95 | 14.35 | - |
| YUV | 159.64 | 89.27 | 188.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 130 | 91 | 0 | 0.47 | 0.63 | 0.04 | 15.29 | 0.87 | 0.66 |
| Hex | F4 | 82 | 5B | 0 | 2F | 3F | 4 | F | 57 | 42 |
| Octal | 364 | 202 | 133 | 0 | 57 | 77 | 4 | 17 | 127 | 102 |
| Binary | 11110100 | 10000010 | 1011011 | 0 | 101111 | 111111 | 100 | 1111 | 1010111 | 1000010 |
Color Harmonies of #F4825B
Complementary color
Monochromatic Colors of #F4825B
Black with #F4825B
Text Example
Text Example
White with #F4825B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4825B; }
p { color: rgb(244,130,91); }
H1.HeaderClassName
{
color: #F4825B;
}
.AnyTagClassName
{
color: #F4825B;
}
</style>
background-color css
<style>
a { background-color: #F4825B; }
a { background-color: rgb(244,130,91); }
div.DivClassName
{
background-color: #F4825B;
}
.BgClassName
{
background-color: #F4825B;
}
</style>
border-color css
<style>
span { border-color: #F4825B; }
span { border-color: rgb(244,130,91); }
td.TdClassName
{
border-color: #F4825B;
}
.TagClassName
{
border-color: #F4825B;
}
</style>