Shades of Crusta #FF8A5D
Tints of Crusta #FF8A5D
RGB
CMYK
RGB Variations
Color information
#FF8A5D (or 0xFF8A5D) is known color: Crusta. HEX triplet: FF, 8A and 5D. RGB value is (255,138,93). Sum of RGB (Red+Green+Blue) = 255+138+93=486 (64% of max value = 765). Red value is 255 (100% from 255 or 52.47% from 486); Green value is 138 (54.30% from 255 or 28.40% from 486); Blue value is 93 (36.72% from 255 or 19.14% from 486); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8A5D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8A5D is #0075A2. Grayscale: #A8A8A8. Windows color (decimal): -30115 or 6130431. OLE color: 6130431.
HSL color Cylindrical-coordinate representation of color #FF8A5D: hue angle of 16.67º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FF8A5D is Cyan = 0, Magento = 0.46, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 138 | 93 | - |
| CMYK | 0 | 0.46 | 0.64 | 0 |
| HSL | 16.67º | 1% | 0.68% | - |
| HSV(B) | 16.67º | 0.64% | 1% | - |
| XYZ | 52.3 | 40.23 | 15.36 | - |
| YUV | 167.85 | 85.76 | 190.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 138 | 93 | 0 | 0.46 | 0.64 | 0 | 16.67 | 1 | 0.68 |
| Hex | FF | 8A | 5D | 0 | 2E | 40 | 0 | 11 | 64 | 44 |
| Octal | 377 | 212 | 135 | 0 | 56 | 100 | 0 | 21 | 144 | 104 |
| Binary | 11111111 | 10001010 | 1011101 | 0 | 101110 | 1000000 | 0 | 10001 | 1100100 | 1000100 |
Color Harmonies of #FF8A5D
Complementary color
Monochromatic Colors of #FF8A5D
Black with #FF8A5D
Text Example
Text Example
White with #FF8A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8A5D; }
p { color: rgb(255,138,93); }
H1.HeaderClassName
{
color: #FF8A5D;
}
.AnyTagClassName
{
color: #FF8A5D;
}
</style>
background-color css
<style>
a { background-color: #FF8A5D; }
a { background-color: rgb(255,138,93); }
div.DivClassName
{
background-color: #FF8A5D;
}
.BgClassName
{
background-color: #FF8A5D;
}
</style>
border-color css
<style>
span { border-color: #FF8A5D; }
span { border-color: rgb(255,138,93); }
td.TdClassName
{
border-color: #FF8A5D;
}
.TagClassName
{
border-color: #FF8A5D;
}
</style>