Shades of Crusta #F99353
Tints of Crusta #F99353
RGB
CMYK
RGB Variations
Color information
#F99353 (or 0xF99353) is known color: Crusta. HEX triplet: F9, 93 and 53. RGB value is (249,147,83). Sum of RGB (Red+Green+Blue) = 249+147+83=479 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.98% from 479); Green value is 147 (57.81% from 255 or 30.69% from 479); Blue value is 83 (32.81% from 255 or 17.33% from 479); Max value from RGB is 249 - color contains mainly: red. Hex color #F99353 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F99353 is #066CAC. Grayscale: #AAAAAA. Windows color (decimal): -421037 or 5477369. OLE color: 5477369.
HSL color Cylindrical-coordinate representation of color #F99353: hue angle of 23.13º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F99353 is Cyan = 0, Magento = 0.41, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 147 | 83 | - |
| CMYK | 0 | 0.41 | 0.67 | 0.02 |
| HSL | 23.13º | 0.93% | 0.65% | - |
| HSV(B) | 23.13º | 0.67% | 0.98% | - |
| XYZ | 51.06 | 41.63 | 13.53 | - |
| YUV | 170.2 | 78.79 | 184.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 147 | 83 | 0 | 0.41 | 0.67 | 0.02 | 23.13 | 0.93 | 0.65 |
| Hex | F9 | 93 | 53 | 0 | 29 | 43 | 2 | 17 | 5D | 41 |
| Octal | 371 | 223 | 123 | 0 | 51 | 103 | 2 | 27 | 135 | 101 |
| Binary | 11111001 | 10010011 | 1010011 | 0 | 101001 | 1000011 | 10 | 10111 | 1011101 | 1000001 |
Color Harmonies of #F99353
Complementary color
Monochromatic Colors of #F99353
Black with #F99353
Text Example
Text Example
White with #F99353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99353; }
p { color: rgb(249,147,83); }
H1.HeaderClassName
{
color: #F99353;
}
.AnyTagClassName
{
color: #F99353;
}
</style>
background-color css
<style>
a { background-color: #F99353; }
a { background-color: rgb(249,147,83); }
div.DivClassName
{
background-color: #F99353;
}
.BgClassName
{
background-color: #F99353;
}
</style>
border-color css
<style>
span { border-color: #F99353; }
span { border-color: rgb(249,147,83); }
td.TdClassName
{
border-color: #F99353;
}
.TagClassName
{
border-color: #F99353;
}
</style>