Shades of Crusta #F27E5B
Tints of Crusta #F27E5B
RGB
CMYK
RGB Variations
Color information
#F27E5B (or 0xF27E5B) is known color: Crusta. HEX triplet: F2, 7E and 5B. RGB value is (242,126,91). Sum of RGB (Red+Green+Blue) = 242+126+91=459 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.72% from 459); Green value is 126 (49.61% from 255 or 27.45% from 459); Blue value is 91 (35.94% from 255 or 19.83% from 459); Max value from RGB is 242 - color contains mainly: red. Hex color #F27E5B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F27E5B is #0D81A4. Grayscale: #9C9C9C. Windows color (decimal): -885157 or 5996274. OLE color: 5996274.
HSL color Cylindrical-coordinate representation of color #F27E5B: hue angle of 13.91º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F27E5B is Cyan = 0, Magento = 0.48, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 126 | 91 | - |
| CMYK | 0 | 0.48 | 0.62 | 0.05 |
| HSL | 13.91º | 0.85% | 0.65% | - |
| HSV(B) | 13.91º | 0.62% | 0.95% | - |
| XYZ | 45.97 | 34.55 | 14.14 | - |
| YUV | 156.69 | 90.93 | 188.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 126 | 91 | 0 | 0.48 | 0.62 | 0.05 | 13.91 | 0.85 | 0.65 |
| Hex | F2 | 7E | 5B | 0 | 30 | 3E | 5 | E | 55 | 41 |
| Octal | 362 | 176 | 133 | 0 | 60 | 76 | 5 | 16 | 125 | 101 |
| Binary | 11110010 | 1111110 | 1011011 | 0 | 110000 | 111110 | 101 | 1110 | 1010101 | 1000001 |
Color Harmonies of #F27E5B
Complementary color
Monochromatic Colors of #F27E5B
Black with #F27E5B
Text Example
Text Example
White with #F27E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27E5B; }
p { color: rgb(242,126,91); }
H1.HeaderClassName
{
color: #F27E5B;
}
.AnyTagClassName
{
color: #F27E5B;
}
</style>
background-color css
<style>
a { background-color: #F27E5B; }
a { background-color: rgb(242,126,91); }
div.DivClassName
{
background-color: #F27E5B;
}
.BgClassName
{
background-color: #F27E5B;
}
</style>
border-color css
<style>
span { border-color: #F27E5B; }
span { border-color: rgb(242,126,91); }
td.TdClassName
{
border-color: #F27E5B;
}
.TagClassName
{
border-color: #F27E5B;
}
</style>