Shades of Sunshade #FB914C
Tints of Sunshade #FB914C
RGB
CMYK
RGB Variations
Color information
#FB914C (or 0xFB914C) is known color: Sunshade. HEX triplet: FB, 91 and 4C. RGB value is (251,145,76). Sum of RGB (Red+Green+Blue) = 251+145+76=472 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.18% from 472); Green value is 145 (57.03% from 255 or 30.72% from 472); Blue value is 76 (30.08% from 255 or 16.10% from 472); Max value from RGB is 251 - color contains mainly: red. Hex color #FB914C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB914C is #046EB3. Grayscale: #A9A9A9. Windows color (decimal): -290484 or 5018107. OLE color: 5018107.
HSL color Cylindrical-coordinate representation of color #FB914C: hue angle of 23.66º degrees, saturation: 0.96, 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 #FB914C is Cyan = 0, Magento = 0.42, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 145 | 76 | - |
| CMYK | 0 | 0.42 | 0.70 | 0.02 |
| HSL | 23.66º | 0.96% | 0.64% | - |
| HSV(B) | 23.66º | 0.7% | 0.98% | - |
| XYZ | 51.21 | 41.28 | 12.11 | - |
| YUV | 168.83 | 75.62 | 186.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 145 | 76 | 0 | 0.42 | 0.70 | 0.02 | 23.66 | 0.96 | 0.64 |
| Hex | FB | 91 | 4C | 0 | 2A | 46 | 2 | 18 | 60 | 40 |
| Octal | 373 | 221 | 114 | 0 | 52 | 106 | 2 | 30 | 140 | 100 |
| Binary | 11111011 | 10010001 | 1001100 | 0 | 101010 | 1000110 | 10 | 11000 | 1100000 | 1000000 |
Color Harmonies of #FB914C
Complementary color
Monochromatic Colors of #FB914C
Black with #FB914C
Text Example
Text Example
White with #FB914C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB914C; }
p { color: rgb(251,145,76); }
H1.HeaderClassName
{
color: #FB914C;
}
.AnyTagClassName
{
color: #FB914C;
}
</style>
background-color css
<style>
a { background-color: #FB914C; }
a { background-color: rgb(251,145,76); }
div.DivClassName
{
background-color: #FB914C;
}
.BgClassName
{
background-color: #FB914C;
}
</style>
border-color css
<style>
span { border-color: #FB914C; }
span { border-color: rgb(251,145,76); }
td.TdClassName
{
border-color: #FB914C;
}
.TagClassName
{
border-color: #FB914C;
}
</style>