Shades of Sunshade #FB914D
Tints of Sunshade #FB914D
RGB
CMYK
RGB Variations
Color information
#FB914D (or 0xFB914D) is known color: Sunshade. HEX triplet: FB, 91 and 4D. RGB value is (251,145,77). Sum of RGB (Red+Green+Blue) = 251+145+77=473 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.07% from 473); Green value is 145 (57.03% from 255 or 30.66% from 473); Blue value is 77 (30.47% from 255 or 16.28% from 473); Max value from RGB is 251 - color contains mainly: red. Hex color #FB914D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB914D is #046EB2. Grayscale: #A9A9A9. Windows color (decimal): -290483 or 5083643. OLE color: 5083643.
HSL color Cylindrical-coordinate representation of color #FB914D: hue angle of 23.45º 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 #FB914D is Cyan = 0, Magento = 0.42, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 145 | 77 | - |
| CMYK | 0 | 0.42 | 0.69 | 0.02 |
| HSL | 23.45º | 0.96% | 0.64% | - |
| HSV(B) | 23.45º | 0.69% | 0.98% | - |
| XYZ | 51.25 | 41.3 | 12.29 | - |
| YUV | 168.94 | 76.12 | 186.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 145 | 77 | 0 | 0.42 | 0.69 | 0.02 | 23.45 | 0.96 | 0.64 |
| Hex | FB | 91 | 4D | 0 | 2A | 45 | 2 | 17 | 60 | 40 |
| Octal | 373 | 221 | 115 | 0 | 52 | 105 | 2 | 27 | 140 | 100 |
| Binary | 11111011 | 10010001 | 1001101 | 0 | 101010 | 1000101 | 10 | 10111 | 1100000 | 1000000 |
Color Harmonies of #FB914D
Complementary color
Monochromatic Colors of #FB914D
Black with #FB914D
Text Example
Text Example
White with #FB914D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB914D; }
p { color: rgb(251,145,77); }
H1.HeaderClassName
{
color: #FB914D;
}
.AnyTagClassName
{
color: #FB914D;
}
</style>
background-color css
<style>
a { background-color: #FB914D; }
a { background-color: rgb(251,145,77); }
div.DivClassName
{
background-color: #FB914D;
}
.BgClassName
{
background-color: #FB914D;
}
</style>
border-color css
<style>
span { border-color: #FB914D; }
span { border-color: rgb(251,145,77); }
td.TdClassName
{
border-color: #FB914D;
}
.TagClassName
{
border-color: #FB914D;
}
</style>