Shades of Crusta #F69051
Tints of Crusta #F69051
RGB
CMYK
RGB Variations
Color information
#F69051 (or 0xF69051) is known color: Crusta. HEX triplet: F6, 90 and 51. RGB value is (246,144,81). Sum of RGB (Red+Green+Blue) = 246+144+81=471 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.23% from 471); Green value is 144 (56.64% from 255 or 30.57% from 471); Blue value is 81 (32.03% from 255 or 17.20% from 471); Max value from RGB is 246 - color contains mainly: red. Hex color #F69051 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F69051 is #096FAE. Grayscale: #A7A7A7. Windows color (decimal): -618415 or 5345526. OLE color: 5345526.
HSL color Cylindrical-coordinate representation of color #F69051: hue angle of 22.91º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F69051 is Cyan = 0, Magento = 0.41, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 144 | 81 | - |
| CMYK | 0 | 0.41 | 0.67 | 0.04 |
| HSL | 22.91º | 0.9% | 0.64% | - |
| HSV(B) | 22.91º | 0.67% | 0.96% | - |
| XYZ | 49.46 | 40.13 | 12.92 | - |
| YUV | 167.32 | 79.29 | 184.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 144 | 81 | 0 | 0.41 | 0.67 | 0.04 | 22.91 | 0.9 | 0.64 |
| Hex | F6 | 90 | 51 | 0 | 29 | 43 | 4 | 17 | 5A | 40 |
| Octal | 366 | 220 | 121 | 0 | 51 | 103 | 4 | 27 | 132 | 100 |
| Binary | 11110110 | 10010000 | 1010001 | 0 | 101001 | 1000011 | 100 | 10111 | 1011010 | 1000000 |
Color Harmonies of #F69051
Complementary color
Monochromatic Colors of #F69051
Black with #F69051
Text Example
Text Example
White with #F69051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69051; }
p { color: rgb(246,144,81); }
H1.HeaderClassName
{
color: #F69051;
}
.AnyTagClassName
{
color: #F69051;
}
</style>
background-color css
<style>
a { background-color: #F69051; }
a { background-color: rgb(246,144,81); }
div.DivClassName
{
background-color: #F69051;
}
.BgClassName
{
background-color: #F69051;
}
</style>
border-color css
<style>
span { border-color: #F69051; }
span { border-color: rgb(246,144,81); }
td.TdClassName
{
border-color: #F69051;
}
.TagClassName
{
border-color: #F69051;
}
</style>