Shades of Crusta #F27E4C
Tints of Crusta #F27E4C
RGB
CMYK
RGB Variations
Color information
#F27E4C (or 0xF27E4C) is known color: Crusta. HEX triplet: F2, 7E and 4C. RGB value is (242,126,76). Sum of RGB (Red+Green+Blue) = 242+126+76=444 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.50% from 444); Green value is 126 (49.61% from 255 or 28.38% from 444); Blue value is 76 (30.08% from 255 or 17.12% from 444); Max value from RGB is 242 - color contains mainly: red. Hex color #F27E4C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F27E4C is #0D81B3. Grayscale: #9B9B9B. Windows color (decimal): -885172 or 5013234. OLE color: 5013234.
HSL color Cylindrical-coordinate representation of color #F27E4C: hue angle of 18.07º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F27E4C is Cyan = 0, Magento = 0.48, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 126 | 76 | - |
| CMYK | 0 | 0.48 | 0.69 | 0.05 |
| HSL | 18.07º | 0.86% | 0.62% | - |
| HSV(B) | 18.07º | 0.69% | 0.95% | - |
| XYZ | 45.38 | 34.32 | 11.07 | - |
| YUV | 154.98 | 83.43 | 190.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 126 | 76 | 0 | 0.48 | 0.69 | 0.05 | 18.07 | 0.86 | 0.62 |
| Hex | F2 | 7E | 4C | 0 | 30 | 45 | 5 | 12 | 56 | 3E |
| Octal | 362 | 176 | 114 | 0 | 60 | 105 | 5 | 22 | 126 | 76 |
| Binary | 11110010 | 1111110 | 1001100 | 0 | 110000 | 1000101 | 101 | 10010 | 1010110 | 111110 |
Color Harmonies of #F27E4C
Complementary color
Monochromatic Colors of #F27E4C
Black with #F27E4C
Text Example
Text Example
White with #F27E4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27E4C; }
p { color: rgb(242,126,76); }
H1.HeaderClassName
{
color: #F27E4C;
}
.AnyTagClassName
{
color: #F27E4C;
}
</style>
background-color css
<style>
a { background-color: #F27E4C; }
a { background-color: rgb(242,126,76); }
div.DivClassName
{
background-color: #F27E4C;
}
.BgClassName
{
background-color: #F27E4C;
}
</style>
border-color css
<style>
span { border-color: #F27E4C; }
span { border-color: rgb(242,126,76); }
td.TdClassName
{
border-color: #F27E4C;
}
.TagClassName
{
border-color: #F27E4C;
}
</style>