Shades of Crusta #F4935B
Tints of Crusta #F4935B
RGB
CMYK
RGB Variations
Color information
#F4935B (or 0xF4935B) is known color: Crusta. HEX triplet: F4, 93 and 5B. RGB value is (244,147,91). Sum of RGB (Red+Green+Blue) = 244+147+91=482 (63% of max value = 765). Red value is 244 (95.70% from 255 or 50.62% from 482); Green value is 147 (57.81% from 255 or 30.50% from 482); Blue value is 91 (35.94% from 255 or 18.88% from 482); Max value from RGB is 244 - color contains mainly: red. Hex color #F4935B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F4935B is #0B6CA4. Grayscale: #A9A9A9. Windows color (decimal): -748709 or 6001652. OLE color: 6001652.
HSL color Cylindrical-coordinate representation of color #F4935B: hue angle of 21.96º 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 #F4935B is Cyan = 0, Magento = 0.40, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 147 | 91 | - |
| CMYK | 0 | 0.40 | 0.63 | 0.04 |
| HSL | 21.96º | 0.87% | 0.66% | - |
| HSV(B) | 21.96º | 0.63% | 0.96% | - |
| XYZ | 49.63 | 40.86 | 15.17 | - |
| YUV | 169.62 | 83.64 | 181.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 147 | 91 | 0 | 0.40 | 0.63 | 0.04 | 21.96 | 0.87 | 0.66 |
| Hex | F4 | 93 | 5B | 0 | 28 | 3F | 4 | 16 | 57 | 42 |
| Octal | 364 | 223 | 133 | 0 | 50 | 77 | 4 | 26 | 127 | 102 |
| Binary | 11110100 | 10010011 | 1011011 | 0 | 101000 | 111111 | 100 | 10110 | 1010111 | 1000010 |
Color Harmonies of #F4935B
Complementary color
Monochromatic Colors of #F4935B
Black with #F4935B
Text Example
Text Example
White with #F4935B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4935B; }
p { color: rgb(244,147,91); }
H1.HeaderClassName
{
color: #F4935B;
}
.AnyTagClassName
{
color: #F4935B;
}
</style>
background-color css
<style>
a { background-color: #F4935B; }
a { background-color: rgb(244,147,91); }
div.DivClassName
{
background-color: #F4935B;
}
.BgClassName
{
background-color: #F4935B;
}
</style>
border-color css
<style>
span { border-color: #F4935B; }
span { border-color: rgb(244,147,91); }
td.TdClassName
{
border-color: #F4935B;
}
.TagClassName
{
border-color: #F4935B;
}
</style>