Shades of Crusta #F37E4D
Tints of Crusta #F37E4D
RGB
CMYK
RGB Variations
Color information
#F37E4D (or 0xF37E4D) is known color: Crusta. HEX triplet: F3, 7E and 4D. RGB value is (243,126,77). Sum of RGB (Red+Green+Blue) = 243+126+77=446 (59% of max value = 765). Red value is 243 (95.31% from 255 or 54.48% from 446); Green value is 126 (49.61% from 255 or 28.25% from 446); Blue value is 77 (30.47% from 255 or 17.26% from 446); Max value from RGB is 243 - color contains mainly: red. Hex color #F37E4D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F37E4D is #0C81B2. Grayscale: #9B9B9B. Windows color (decimal): -819635 or 5078771. OLE color: 5078771.
HSL color Cylindrical-coordinate representation of color #F37E4D: hue angle of 17.71º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F37E4D is Cyan = 0, Magento = 0.48, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 126 | 77 | - |
| CMYK | 0 | 0.48 | 0.68 | 0.05 |
| HSL | 17.71º | 0.87% | 0.63% | - |
| HSV(B) | 17.71º | 0.68% | 0.95% | - |
| XYZ | 45.76 | 34.51 | 11.27 | - |
| YUV | 155.4 | 83.76 | 190.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 126 | 77 | 0 | 0.48 | 0.68 | 0.05 | 17.71 | 0.87 | 0.63 |
| Hex | F3 | 7E | 4D | 0 | 30 | 44 | 5 | 12 | 57 | 3F |
| Octal | 363 | 176 | 115 | 0 | 60 | 104 | 5 | 22 | 127 | 77 |
| Binary | 11110011 | 1111110 | 1001101 | 0 | 110000 | 1000100 | 101 | 10010 | 1010111 | 111111 |
Color Harmonies of #F37E4D
Complementary color
Monochromatic Colors of #F37E4D
Black with #F37E4D
Text Example
Text Example
White with #F37E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37E4D; }
p { color: rgb(243,126,77); }
H1.HeaderClassName
{
color: #F37E4D;
}
.AnyTagClassName
{
color: #F37E4D;
}
</style>
background-color css
<style>
a { background-color: #F37E4D; }
a { background-color: rgb(243,126,77); }
div.DivClassName
{
background-color: #F37E4D;
}
.BgClassName
{
background-color: #F37E4D;
}
</style>
border-color css
<style>
span { border-color: #F37E4D; }
span { border-color: rgb(243,126,77); }
td.TdClassName
{
border-color: #F37E4D;
}
.TagClassName
{
border-color: #F37E4D;
}
</style>