Shades of Crusta #FA884B
Tints of Crusta #FA884B
RGB
CMYK
RGB Variations
Color information
#FA884B (or 0xFA884B) is known color: Crusta. HEX triplet: FA, 88 and 4B. RGB value is (250,136,75). Sum of RGB (Red+Green+Blue) = 250+136+75=461 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.23% from 461); Green value is 136 (53.52% from 255 or 29.50% from 461); Blue value is 75 (29.69% from 255 or 16.27% from 461); Max value from RGB is 250 - color contains mainly: red. Hex color #FA884B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA884B is #0577B4. Grayscale: #A3A3A3. Windows color (decimal): -358325 or 4950266. OLE color: 4950266.
HSL color Cylindrical-coordinate representation of color #FA884B: hue angle of 20.91º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FA884B is Cyan = 0, Magento = 0.46, Yellow = 0.7 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 136 | 75 | - |
| CMYK | 0 | 0.46 | 0.7 | 0.02 |
| HSL | 20.91º | 0.95% | 0.64% | - |
| HSV(B) | 20.91º | 0.7% | 0.98% | - |
| XYZ | 49.5 | 38.44 | 11.47 | - |
| YUV | 163.13 | 78.27 | 189.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 136 | 75 | 0 | 0.46 | 0.7 | 0.02 | 20.91 | 0.95 | 0.64 |
| Hex | FA | 88 | 4B | 0 | 2E | 46 | 2 | 15 | 5F | 40 |
| Octal | 372 | 210 | 113 | 0 | 56 | 106 | 2 | 25 | 137 | 100 |
| Binary | 11111010 | 10001000 | 1001011 | 0 | 101110 | 1000110 | 10 | 10101 | 1011111 | 1000000 |
Color Harmonies of #FA884B
Complementary color
Monochromatic Colors of #FA884B
Black with #FA884B
Text Example
Text Example
White with #FA884B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA884B; }
p { color: rgb(250,136,75); }
H1.HeaderClassName
{
color: #FA884B;
}
.AnyTagClassName
{
color: #FA884B;
}
</style>
background-color css
<style>
a { background-color: #FA884B; }
a { background-color: rgb(250,136,75); }
div.DivClassName
{
background-color: #FA884B;
}
.BgClassName
{
background-color: #FA884B;
}
</style>
border-color css
<style>
span { border-color: #FA884B; }
span { border-color: rgb(250,136,75); }
td.TdClassName
{
border-color: #FA884B;
}
.TagClassName
{
border-color: #FA884B;
}
</style>