Shades of Sun #FB8C36
Tints of Sun #FB8C36
RGB
CMYK
RGB Variations
Color information
#FB8C36 (or 0xFB8C36) is known color: Sun. HEX triplet: FB, 8C and 36. RGB value is (251,140,54). Sum of RGB (Red+Green+Blue) = 251+140+54=445 (58% of max value = 765). Red value is 251 (98.44% from 255 or 56.40% from 445); Green value is 140 (55.08% from 255 or 31.46% from 445); Blue value is 54 (21.48% from 255 or 12.13% from 445); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8C36 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB8C36 is #0473C9. Grayscale: #A3A3A3. Windows color (decimal): -291786 or 3575035. OLE color: 3575035.
HSL color Cylindrical-coordinate representation of color #FB8C36: hue angle of 26.19º 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 #FB8C36 is Cyan = 0, Magento = 0.44, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 140 | 54 | - |
| CMYK | 0 | 0.44 | 0.78 | 0.02 |
| HSL | 26.19º | 0.96% | 0.6% | - |
| HSV(B) | 26.19º | 0.78% | 0.98% | - |
| XYZ | 49.83 | 39.53 | 8.49 | - |
| YUV | 163.39 | 66.27 | 190.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 140 | 54 | 0 | 0.44 | 0.78 | 0.02 | 26.19 | 0.96 | 0.6 |
| Hex | FB | 8C | 36 | 0 | 2C | 4E | 2 | 1A | 60 | 3C |
| Octal | 373 | 214 | 66 | 0 | 54 | 116 | 2 | 32 | 140 | 74 |
| Binary | 11111011 | 10001100 | 110110 | 0 | 101100 | 1001110 | 10 | 11010 | 1100000 | 111100 |
Color Harmonies of #FB8C36
Complementary color
Monochromatic Colors of #FB8C36
Black with #FB8C36
Text Example
Text Example
White with #FB8C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8C36; }
p { color: rgb(251,140,54); }
H1.HeaderClassName
{
color: #FB8C36;
}
.AnyTagClassName
{
color: #FB8C36;
}
</style>
background-color css
<style>
a { background-color: #FB8C36; }
a { background-color: rgb(251,140,54); }
div.DivClassName
{
background-color: #FB8C36;
}
.BgClassName
{
background-color: #FB8C36;
}
</style>
border-color css
<style>
span { border-color: #FB8C36; }
span { border-color: rgb(251,140,54); }
td.TdClassName
{
border-color: #FB8C36;
}
.TagClassName
{
border-color: #FB8C36;
}
</style>