Shades of Crusta #F2814B
Tints of Crusta #F2814B
RGB
CMYK
RGB Variations
Color information
#F2814B (or 0xF2814B) is known color: Crusta. HEX triplet: F2, 81 and 4B. RGB value is (242,129,75). Sum of RGB (Red+Green+Blue) = 242+129+75=446 (59% of max value = 765). Red value is 242 (94.92% from 255 or 54.26% from 446); Green value is 129 (50.78% from 255 or 28.92% from 446); Blue value is 75 (29.69% from 255 or 16.82% from 446); Max value from RGB is 242 - color contains mainly: red. Hex color #F2814B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2814B is #0D7EB4. Grayscale: #9C9C9C. Windows color (decimal): -884405 or 4948466. OLE color: 4948466.
HSL color Cylindrical-coordinate representation of color #F2814B: hue angle of 19.4º degrees, saturation: 0.87, 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 #F2814B is Cyan = 0, Magento = 0.47, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 129 | 75 | - |
| CMYK | 0 | 0.47 | 0.69 | 0.05 |
| HSL | 19.4º | 0.87% | 0.62% | - |
| HSV(B) | 19.4º | 0.69% | 0.95% | - |
| XYZ | 45.74 | 35.09 | 11.02 | - |
| YUV | 156.63 | 81.94 | 188.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 129 | 75 | 0 | 0.47 | 0.69 | 0.05 | 19.4 | 0.87 | 0.62 |
| Hex | F2 | 81 | 4B | 0 | 2F | 45 | 5 | 13 | 57 | 3E |
| Octal | 362 | 201 | 113 | 0 | 57 | 105 | 5 | 23 | 127 | 76 |
| Binary | 11110010 | 10000001 | 1001011 | 0 | 101111 | 1000101 | 101 | 10011 | 1010111 | 111110 |
Color Harmonies of #F2814B
Complementary color
Monochromatic Colors of #F2814B
Black with #F2814B
Text Example
Text Example
White with #F2814B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2814B; }
p { color: rgb(242,129,75); }
H1.HeaderClassName
{
color: #F2814B;
}
.AnyTagClassName
{
color: #F2814B;
}
</style>
background-color css
<style>
a { background-color: #F2814B; }
a { background-color: rgb(242,129,75); }
div.DivClassName
{
background-color: #F2814B;
}
.BgClassName
{
background-color: #F2814B;
}
</style>
border-color css
<style>
span { border-color: #F2814B; }
span { border-color: rgb(242,129,75); }
td.TdClassName
{
border-color: #F2814B;
}
.TagClassName
{
border-color: #F2814B;
}
</style>