Shades of Crusta #FB904D
Tints of Crusta #FB904D
RGB
CMYK
RGB Variations
Color information
#FB904D (or 0xFB904D) is known color: Crusta. HEX triplet: FB, 90 and 4D. RGB value is (251,144,77). Sum of RGB (Red+Green+Blue) = 251+144+77=472 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.18% from 472); Green value is 144 (56.64% from 255 or 30.51% from 472); Blue value is 77 (30.47% from 255 or 16.31% from 472); Max value from RGB is 251 - color contains mainly: red. Hex color #FB904D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB904D is #046FB2. Grayscale: #A8A8A8. Windows color (decimal): -290739 or 5083387. OLE color: 5083387.
HSL color Cylindrical-coordinate representation of color #FB904D: hue angle of 23.1º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FB904D is Cyan = 0, Magento = 0.43, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 144 | 77 | - |
| CMYK | 0 | 0.43 | 0.69 | 0.02 |
| HSL | 23.1º | 0.96% | 0.64% | - |
| HSV(B) | 23.1º | 0.69% | 0.98% | - |
| XYZ | 51.1 | 40.99 | 12.24 | - |
| YUV | 168.36 | 76.45 | 186.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 144 | 77 | 0 | 0.43 | 0.69 | 0.02 | 23.1 | 0.96 | 0.64 |
| Hex | FB | 90 | 4D | 0 | 2B | 45 | 2 | 17 | 60 | 40 |
| Octal | 373 | 220 | 115 | 0 | 53 | 105 | 2 | 27 | 140 | 100 |
| Binary | 11111011 | 10010000 | 1001101 | 0 | 101011 | 1000101 | 10 | 10111 | 1100000 | 1000000 |
Color Harmonies of #FB904D
Complementary color
Monochromatic Colors of #FB904D
Black with #FB904D
Text Example
Text Example
White with #FB904D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB904D; }
p { color: rgb(251,144,77); }
H1.HeaderClassName
{
color: #FB904D;
}
.AnyTagClassName
{
color: #FB904D;
}
</style>
background-color css
<style>
a { background-color: #FB904D; }
a { background-color: rgb(251,144,77); }
div.DivClassName
{
background-color: #FB904D;
}
.BgClassName
{
background-color: #FB904D;
}
</style>
border-color css
<style>
span { border-color: #FB904D; }
span { border-color: rgb(251,144,77); }
td.TdClassName
{
border-color: #FB904D;
}
.TagClassName
{
border-color: #FB904D;
}
</style>