Shades of Crusta #F09458
Tints of Crusta #F09458
RGB
CMYK
RGB Variations
Color information
#F09458 (or 0xF09458) is known color: Crusta. HEX triplet: F0, 94 and 58. RGB value is (240,148,88). Sum of RGB (Red+Green+Blue) = 240+148+88=476 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.42% from 476); Green value is 148 (58.20% from 255 or 31.09% from 476); Blue value is 88 (34.77% from 255 or 18.49% from 476); Max value from RGB is 240 - color contains mainly: red. Hex color #F09458 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F09458 is #0F6BA7. Grayscale: #A9A9A9. Windows color (decimal): -1010600 or 5805296. OLE color: 5805296.
HSL color Cylindrical-coordinate representation of color #F09458: hue angle of 23.68º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F09458 is Cyan = 0, Magento = 0.38, Yellow = 0.63 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 148 | 88 | - |
| CMYK | 0 | 0.38 | 0.63 | 0.06 |
| HSL | 23.68º | 0.84% | 0.64% | - |
| HSV(B) | 23.68º | 0.63% | 0.94% | - |
| XYZ | 48.29 | 40.41 | 14.49 | - |
| YUV | 168.67 | 82.48 | 178.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 148 | 88 | 0 | 0.38 | 0.63 | 0.06 | 23.68 | 0.84 | 0.64 |
| Hex | F0 | 94 | 58 | 0 | 26 | 3F | 6 | 18 | 54 | 40 |
| Octal | 360 | 224 | 130 | 0 | 46 | 77 | 6 | 30 | 124 | 100 |
| Binary | 11110000 | 10010100 | 1011000 | 0 | 100110 | 111111 | 110 | 11000 | 1010100 | 1000000 |
Color Harmonies of #F09458
Complementary color
Monochromatic Colors of #F09458
Black with #F09458
Text Example
Text Example
White with #F09458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09458; }
p { color: rgb(240,148,88); }
H1.HeaderClassName
{
color: #F09458;
}
.AnyTagClassName
{
color: #F09458;
}
</style>
background-color css
<style>
a { background-color: #F09458; }
a { background-color: rgb(240,148,88); }
div.DivClassName
{
background-color: #F09458;
}
.BgClassName
{
background-color: #F09458;
}
</style>
border-color css
<style>
span { border-color: #F09458; }
span { border-color: rgb(240,148,88); }
td.TdClassName
{
border-color: #F09458;
}
.TagClassName
{
border-color: #F09458;
}
</style>