Shades of Crusta #F6935A
Tints of Crusta #F6935A
RGB
CMYK
RGB Variations
Color information
#F6935A (or 0xF6935A) is known color: Crusta. HEX triplet: F6, 93 and 5A. RGB value is (246,147,90). Sum of RGB (Red+Green+Blue) = 246+147+90=483 (63% of max value = 765). Red value is 246 (96.48% from 255 or 50.93% from 483); Green value is 147 (57.81% from 255 or 30.43% from 483); Blue value is 90 (35.55% from 255 or 18.63% from 483); Max value from RGB is 246 - color contains mainly: red. Hex color #F6935A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6935A is #096CA5. Grayscale: #AAAAAA. Windows color (decimal): -617638 or 5936118. OLE color: 5936118.
HSL color Cylindrical-coordinate representation of color #F6935A: hue angle of 21.92º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F6935A is Cyan = 0, Magento = 0.40, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 147 | 90 | - |
| CMYK | 0 | 0.40 | 0.63 | 0.04 |
| HSL | 21.92º | 0.9% | 0.66% | - |
| HSV(B) | 21.92º | 0.63% | 0.96% | - |
| XYZ | 50.29 | 41.2 | 14.97 | - |
| YUV | 170.1 | 82.8 | 182.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 147 | 90 | 0 | 0.40 | 0.63 | 0.04 | 21.92 | 0.9 | 0.66 |
| Hex | F6 | 93 | 5A | 0 | 28 | 3F | 4 | 16 | 5A | 42 |
| Octal | 366 | 223 | 132 | 0 | 50 | 77 | 4 | 26 | 132 | 102 |
| Binary | 11110110 | 10010011 | 1011010 | 0 | 101000 | 111111 | 100 | 10110 | 1011010 | 1000010 |
Color Harmonies of #F6935A
Complementary color
Monochromatic Colors of #F6935A
Black with #F6935A
Text Example
Text Example
White with #F6935A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6935A; }
p { color: rgb(246,147,90); }
H1.HeaderClassName
{
color: #F6935A;
}
.AnyTagClassName
{
color: #F6935A;
}
</style>
background-color css
<style>
a { background-color: #F6935A; }
a { background-color: rgb(246,147,90); }
div.DivClassName
{
background-color: #F6935A;
}
.BgClassName
{
background-color: #F6935A;
}
</style>
border-color css
<style>
span { border-color: #F6935A; }
span { border-color: rgb(246,147,90); }
td.TdClassName
{
border-color: #F6935A;
}
.TagClassName
{
border-color: #F6935A;
}
</style>