Shades of Sunshade #FB994C
Tints of Sunshade #FB994C
RGB
CMYK
RGB Variations
Color information
#FB994C (or 0xFB994C) is known color: Sunshade. HEX triplet: FB, 99 and 4C. RGB value is (251,153,76). Sum of RGB (Red+Green+Blue) = 251+153+76=480 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.29% from 480); Green value is 153 (60.16% from 255 or 31.88% from 480); Blue value is 76 (30.08% from 255 or 15.83% from 480); Max value from RGB is 251 - color contains mainly: red. Hex color #FB994C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB994C is #0466B3. Grayscale: #ADADAD. Windows color (decimal): -288436 or 5020155. OLE color: 5020155.
HSL color Cylindrical-coordinate representation of color #FB994C: hue angle of 26.4º 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 #FB994C is Cyan = 0, Magento = 0.39, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 153 | 76 | - |
| CMYK | 0 | 0.39 | 0.70 | 0.02 |
| HSL | 26.4º | 0.96% | 0.64% | - |
| HSV(B) | 26.4º | 0.7% | 0.98% | - |
| XYZ | 52.48 | 43.81 | 12.53 | - |
| YUV | 173.52 | 72.97 | 183.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 153 | 76 | 0 | 0.39 | 0.70 | 0.02 | 26.4 | 0.96 | 0.64 |
| Hex | FB | 99 | 4C | 0 | 27 | 46 | 2 | 1A | 60 | 40 |
| Octal | 373 | 231 | 114 | 0 | 47 | 106 | 2 | 32 | 140 | 100 |
| Binary | 11111011 | 10011001 | 1001100 | 0 | 100111 | 1000110 | 10 | 11010 | 1100000 | 1000000 |
Color Harmonies of #FB994C
Complementary color
Monochromatic Colors of #FB994C
Black with #FB994C
Text Example
Text Example
White with #FB994C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB994C; }
p { color: rgb(251,153,76); }
H1.HeaderClassName
{
color: #FB994C;
}
.AnyTagClassName
{
color: #FB994C;
}
</style>
background-color css
<style>
a { background-color: #FB994C; }
a { background-color: rgb(251,153,76); }
div.DivClassName
{
background-color: #FB994C;
}
.BgClassName
{
background-color: #FB994C;
}
</style>
border-color css
<style>
span { border-color: #FB994C; }
span { border-color: rgb(251,153,76); }
td.TdClassName
{
border-color: #FB994C;
}
.TagClassName
{
border-color: #FB994C;
}
</style>