Shades of Crusta #FE8B50
Tints of Crusta #FE8B50
RGB
CMYK
RGB Variations
Color information
#FE8B50 (or 0xFE8B50) is known color: Crusta. HEX triplet: FE, 8B and 50. RGB value is (254,139,80). Sum of RGB (Red+Green+Blue) = 254+139+80=473 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.70% from 473); Green value is 139 (54.69% from 255 or 29.39% from 473); Blue value is 80 (31.64% from 255 or 16.91% from 473); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8B50 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8B50 is #0174AF. Grayscale: #A7A7A7. Windows color (decimal): -95408 or 5278718. OLE color: 5278718.
HSL color Cylindrical-coordinate representation of color #FE8B50: hue angle of 20.34º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FE8B50 is Cyan = 0, Magento = 0.45, Yellow = 0.69 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 139 | 80 | - |
| CMYK | 0 | 0.45 | 0.69 | 0.00 |
| HSL | 20.34º | 0.99% | 0.65% | - |
| HSV(B) | 20.34º | 0.69% | 1% | - |
| XYZ | 51.55 | 40.12 | 12.62 | - |
| YUV | 166.66 | 79.1 | 190.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 139 | 80 | 0 | 0.45 | 0.69 | 0.00 | 20.34 | 0.99 | 0.65 |
| Hex | FE | 8B | 50 | 0 | 2D | 45 | 0 | 14 | 63 | 41 |
| Octal | 376 | 213 | 120 | 0 | 55 | 105 | 0 | 24 | 143 | 101 |
| Binary | 11111110 | 10001011 | 1010000 | 0 | 101101 | 1000101 | 0 | 10100 | 1100011 | 1000001 |
Color Harmonies of #FE8B50
Complementary color
Monochromatic Colors of #FE8B50
Black with #FE8B50
Text Example
Text Example
White with #FE8B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8B50; }
p { color: rgb(254,139,80); }
H1.HeaderClassName
{
color: #FE8B50;
}
.AnyTagClassName
{
color: #FE8B50;
}
</style>
background-color css
<style>
a { background-color: #FE8B50; }
a { background-color: rgb(254,139,80); }
div.DivClassName
{
background-color: #FE8B50;
}
.BgClassName
{
background-color: #FE8B50;
}
</style>
border-color css
<style>
span { border-color: #FE8B50; }
span { border-color: rgb(254,139,80); }
td.TdClassName
{
border-color: #FE8B50;
}
.TagClassName
{
border-color: #FE8B50;
}
</style>