Shades of Crusta #F0834B
Tints of Crusta #F0834B
RGB
CMYK
RGB Variations
Color information
#F0834B (or 0xF0834B) is known color: Crusta. HEX triplet: F0, 83 and 4B. RGB value is (240,131,75). Sum of RGB (Red+Green+Blue) = 240+131+75=446 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.81% from 446); Green value is 131 (51.56% from 255 or 29.37% from 446); Blue value is 75 (29.69% from 255 or 16.82% from 446); Max value from RGB is 240 - color contains mainly: red. Hex color #F0834B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0834B is #0F7CB4. Grayscale: #9D9D9D. Windows color (decimal): -1014965 or 4948976. OLE color: 4948976.
HSL color Cylindrical-coordinate representation of color #F0834B: hue angle of 20.36º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F0834B is Cyan = 0, Magento = 0.45, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 131 | 75 | - |
| CMYK | 0 | 0.45 | 0.69 | 0.06 |
| HSL | 20.36º | 0.85% | 0.62% | - |
| HSV(B) | 20.36º | 0.69% | 0.94% | - |
| XYZ | 45.32 | 35.27 | 11.07 | - |
| YUV | 157.21 | 81.61 | 187.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 131 | 75 | 0 | 0.45 | 0.69 | 0.06 | 20.36 | 0.85 | 0.62 |
| Hex | F0 | 83 | 4B | 0 | 2D | 45 | 6 | 14 | 55 | 3E |
| Octal | 360 | 203 | 113 | 0 | 55 | 105 | 6 | 24 | 125 | 76 |
| Binary | 11110000 | 10000011 | 1001011 | 0 | 101101 | 1000101 | 110 | 10100 | 1010101 | 111110 |
Color Harmonies of #F0834B
Complementary color
Monochromatic Colors of #F0834B
Black with #F0834B
Text Example
Text Example
White with #F0834B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0834B; }
p { color: rgb(240,131,75); }
H1.HeaderClassName
{
color: #F0834B;
}
.AnyTagClassName
{
color: #F0834B;
}
</style>
background-color css
<style>
a { background-color: #F0834B; }
a { background-color: rgb(240,131,75); }
div.DivClassName
{
background-color: #F0834B;
}
.BgClassName
{
background-color: #F0834B;
}
</style>
border-color css
<style>
span { border-color: #F0834B; }
span { border-color: rgb(240,131,75); }
td.TdClassName
{
border-color: #F0834B;
}
.TagClassName
{
border-color: #F0834B;
}
</style>