Shades of Sun #FB8D36
Tints of Sun #FB8D36
RGB
CMYK
RGB Variations
Color information
#FB8D36 (or 0xFB8D36) is known color: Sun. HEX triplet: FB, 8D and 36. RGB value is (251,141,54). Sum of RGB (Red+Green+Blue) = 251+141+54=446 (59% of max value = 765). Red value is 251 (98.44% from 255 or 56.28% from 446); Green value is 141 (55.47% from 255 or 31.61% from 446); Blue value is 54 (21.48% from 255 or 12.11% from 446); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8D36 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB8D36 is #0472C9. Grayscale: #A4A4A4. Windows color (decimal): -291530 or 3575291. OLE color: 3575291.
HSL color Cylindrical-coordinate representation of color #FB8D36: hue angle of 26.5º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FB8D36 is Cyan = 0, Magento = 0.44, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 141 | 54 | - |
| CMYK | 0 | 0.44 | 0.78 | 0.02 |
| HSL | 26.5º | 0.96% | 0.6% | - |
| HSV(B) | 26.5º | 0.78% | 0.98% | - |
| XYZ | 49.97 | 39.83 | 8.54 | - |
| YUV | 163.97 | 65.94 | 190.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 141 | 54 | 0 | 0.44 | 0.78 | 0.02 | 26.5 | 0.96 | 0.6 |
| Hex | FB | 8D | 36 | 0 | 2C | 4E | 2 | 1A | 60 | 3C |
| Octal | 373 | 215 | 66 | 0 | 54 | 116 | 2 | 32 | 140 | 74 |
| Binary | 11111011 | 10001101 | 110110 | 0 | 101100 | 1001110 | 10 | 11010 | 1100000 | 111100 |
Color Harmonies of #FB8D36
Complementary color
Monochromatic Colors of #FB8D36
Black with #FB8D36
Text Example
Text Example
White with #FB8D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8D36; }
p { color: rgb(251,141,54); }
H1.HeaderClassName
{
color: #FB8D36;
}
.AnyTagClassName
{
color: #FB8D36;
}
</style>
background-color css
<style>
a { background-color: #FB8D36; }
a { background-color: rgb(251,141,54); }
div.DivClassName
{
background-color: #FB8D36;
}
.BgClassName
{
background-color: #FB8D36;
}
</style>
border-color css
<style>
span { border-color: #FB8D36; }
span { border-color: rgb(251,141,54); }
td.TdClassName
{
border-color: #FB8D36;
}
.TagClassName
{
border-color: #FB8D36;
}
</style>