Shades of Crusta #F69053
Tints of Crusta #F69053
RGB
CMYK
RGB Variations
Color information
#F69053 (or 0xF69053) is known color: Crusta. HEX triplet: F6, 90 and 53. RGB value is (246,144,83). Sum of RGB (Red+Green+Blue) = 246+144+83=473 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.01% from 473); Green value is 144 (56.64% from 255 or 30.44% from 473); Blue value is 83 (32.81% from 255 or 17.55% from 473); Max value from RGB is 246 - color contains mainly: red. Hex color #F69053 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F69053 is #096FAC. Grayscale: #A7A7A7. Windows color (decimal): -618413 or 5476598. OLE color: 5476598.
HSL color Cylindrical-coordinate representation of color #F69053: hue angle of 22.45º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F69053 is Cyan = 0, Magento = 0.41, Yellow = 0.66 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 144 | 83 | - |
| CMYK | 0 | 0.41 | 0.66 | 0.04 |
| HSL | 22.45º | 0.9% | 0.65% | - |
| HSV(B) | 22.45º | 0.66% | 0.96% | - |
| XYZ | 49.54 | 40.16 | 13.32 | - |
| YUV | 167.54 | 80.29 | 183.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 144 | 83 | 0 | 0.41 | 0.66 | 0.04 | 22.45 | 0.9 | 0.65 |
| Hex | F6 | 90 | 53 | 0 | 29 | 42 | 4 | 16 | 5A | 41 |
| Octal | 366 | 220 | 123 | 0 | 51 | 102 | 4 | 26 | 132 | 101 |
| Binary | 11110110 | 10010000 | 1010011 | 0 | 101001 | 1000010 | 100 | 10110 | 1011010 | 1000001 |
Color Harmonies of #F69053
Complementary color
Monochromatic Colors of #F69053
Black with #F69053
Text Example
Text Example
White with #F69053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69053; }
p { color: rgb(246,144,83); }
H1.HeaderClassName
{
color: #F69053;
}
.AnyTagClassName
{
color: #F69053;
}
</style>
background-color css
<style>
a { background-color: #F69053; }
a { background-color: rgb(246,144,83); }
div.DivClassName
{
background-color: #F69053;
}
.BgClassName
{
background-color: #F69053;
}
</style>
border-color css
<style>
span { border-color: #F69053; }
span { border-color: rgb(246,144,83); }
td.TdClassName
{
border-color: #F69053;
}
.TagClassName
{
border-color: #F69053;
}
</style>