Shades of Crusta #F2905F
Tints of Crusta #F2905F
RGB
CMYK
RGB Variations
Color information
#F2905F (or 0xF2905F) is known color: Crusta. HEX triplet: F2, 90 and 5F. RGB value is (242,144,95). Sum of RGB (Red+Green+Blue) = 242+144+95=481 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.31% from 481); Green value is 144 (56.64% from 255 or 29.94% from 481); Blue value is 95 (37.5% from 255 or 19.75% from 481); Max value from RGB is 242 - color contains mainly: red. Hex color #F2905F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2905F is #0D6FA0. Grayscale: #A8A8A8. Windows color (decimal): -880545 or 6263026. OLE color: 6263026.
HSL color Cylindrical-coordinate representation of color #F2905F: hue angle of 20º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F2905F is Cyan = 0, Magento = 0.40, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 144 | 95 | - |
| CMYK | 0 | 0.40 | 0.61 | 0.05 |
| HSL | 20º | 0.85% | 0.66% | - |
| HSV(B) | 20º | 0.61% | 0.95% | - |
| XYZ | 48.66 | 39.65 | 15.92 | - |
| YUV | 167.72 | 86.97 | 180.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 144 | 95 | 0 | 0.40 | 0.61 | 0.05 | 20 | 0.85 | 0.66 |
| Hex | F2 | 90 | 5F | 0 | 28 | 3D | 5 | 14 | 55 | 42 |
| Octal | 362 | 220 | 137 | 0 | 50 | 75 | 5 | 24 | 125 | 102 |
| Binary | 11110010 | 10010000 | 1011111 | 0 | 101000 | 111101 | 101 | 10100 | 1010101 | 1000010 |
Color Harmonies of #F2905F
Complementary color
Monochromatic Colors of #F2905F
Black with #F2905F
Text Example
Text Example
White with #F2905F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2905F; }
p { color: rgb(242,144,95); }
H1.HeaderClassName
{
color: #F2905F;
}
.AnyTagClassName
{
color: #F2905F;
}
</style>
background-color css
<style>
a { background-color: #F2905F; }
a { background-color: rgb(242,144,95); }
div.DivClassName
{
background-color: #F2905F;
}
.BgClassName
{
background-color: #F2905F;
}
</style>
border-color css
<style>
span { border-color: #F2905F; }
span { border-color: rgb(242,144,95); }
td.TdClassName
{
border-color: #F2905F;
}
.TagClassName
{
border-color: #F2905F;
}
</style>