Shades of Crusta #FF8B5C
Tints of Crusta #FF8B5C
RGB
CMYK
RGB Variations
Color information
#FF8B5C (or 0xFF8B5C) is known color: Crusta. HEX triplet: FF, 8B and 5C. RGB value is (255,139,92). Sum of RGB (Red+Green+Blue) = 255+139+92=486 (64% of max value = 765). Red value is 255 (100% from 255 or 52.47% from 486); Green value is 139 (54.69% from 255 or 28.60% from 486); Blue value is 92 (36.33% from 255 or 18.93% from 486); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8B5C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8B5C is #0074A3. Grayscale: #A8A8A8. Windows color (decimal): -29860 or 6065151. OLE color: 6065151.
HSL color Cylindrical-coordinate representation of color #FF8B5C: hue angle of 17.3º 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 #FF8B5C is Cyan = 0, Magento = 0.45, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 139 | 92 | - |
| CMYK | 0 | 0.45 | 0.64 | 0 |
| HSL | 17.3º | 1% | 0.68% | - |
| HSV(B) | 17.3º | 0.64% | 1% | - |
| XYZ | 52.4 | 40.5 | 15.18 | - |
| YUV | 168.33 | 84.93 | 189.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 139 | 92 | 0 | 0.45 | 0.64 | 0 | 17.3 | 1 | 0.68 |
| Hex | FF | 8B | 5C | 0 | 2D | 40 | 0 | 11 | 64 | 44 |
| Octal | 377 | 213 | 134 | 0 | 55 | 100 | 0 | 21 | 144 | 104 |
| Binary | 11111111 | 10001011 | 1011100 | 0 | 101101 | 1000000 | 0 | 10001 | 1100100 | 1000100 |
Color Harmonies of #FF8B5C
Complementary color
Monochromatic Colors of #FF8B5C
Black with #FF8B5C
Text Example
Text Example
White with #FF8B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8B5C; }
p { color: rgb(255,139,92); }
H1.HeaderClassName
{
color: #FF8B5C;
}
.AnyTagClassName
{
color: #FF8B5C;
}
</style>
background-color css
<style>
a { background-color: #FF8B5C; }
a { background-color: rgb(255,139,92); }
div.DivClassName
{
background-color: #FF8B5C;
}
.BgClassName
{
background-color: #FF8B5C;
}
</style>
border-color css
<style>
span { border-color: #FF8B5C; }
span { border-color: rgb(255,139,92); }
td.TdClassName
{
border-color: #FF8B5C;
}
.TagClassName
{
border-color: #FF8B5C;
}
</style>