Shades of Crusta #F4835D
Tints of Crusta #F4835D
RGB
CMYK
RGB Variations
Color information
#F4835D (or 0xF4835D) is known color: Crusta. HEX triplet: F4, 83 and 5D. RGB value is (244,131,93). Sum of RGB (Red+Green+Blue) = 244+131+93=468 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.14% from 468); Green value is 131 (51.56% from 255 or 27.99% from 468); Blue value is 93 (36.72% from 255 or 19.87% from 468); Max value from RGB is 244 - color contains mainly: red. Hex color #F4835D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F4835D is #0B7CA2. Grayscale: #A0A0A0. Windows color (decimal): -752803 or 6128628. OLE color: 6128628.
HSL color Cylindrical-coordinate representation of color #F4835D: hue angle of 15.1º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F4835D is Cyan = 0, Magento = 0.46, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 131 | 93 | - |
| CMYK | 0 | 0.46 | 0.62 | 0.04 |
| HSL | 15.1º | 0.87% | 0.66% | - |
| HSV(B) | 15.1º | 0.62% | 0.96% | - |
| XYZ | 47.4 | 36.26 | 14.86 | - |
| YUV | 160.46 | 89.94 | 187.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 131 | 93 | 0 | 0.46 | 0.62 | 0.04 | 15.1 | 0.87 | 0.66 |
| Hex | F4 | 83 | 5D | 0 | 2E | 3E | 4 | F | 57 | 42 |
| Octal | 364 | 203 | 135 | 0 | 56 | 76 | 4 | 17 | 127 | 102 |
| Binary | 11110100 | 10000011 | 1011101 | 0 | 101110 | 111110 | 100 | 1111 | 1010111 | 1000010 |
Color Harmonies of #F4835D
Complementary color
Monochromatic Colors of #F4835D
Black with #F4835D
Text Example
Text Example
White with #F4835D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4835D; }
p { color: rgb(244,131,93); }
H1.HeaderClassName
{
color: #F4835D;
}
.AnyTagClassName
{
color: #F4835D;
}
</style>
background-color css
<style>
a { background-color: #F4835D; }
a { background-color: rgb(244,131,93); }
div.DivClassName
{
background-color: #F4835D;
}
.BgClassName
{
background-color: #F4835D;
}
</style>
border-color css
<style>
span { border-color: #F4835D; }
span { border-color: rgb(244,131,93); }
td.TdClassName
{
border-color: #F4835D;
}
.TagClassName
{
border-color: #F4835D;
}
</style>