Shades of Sun #FB8D38
Tints of Sun #FB8D38
RGB
CMYK
RGB Variations
Color information
#FB8D38 (or 0xFB8D38) is known color: Sun. HEX triplet: FB, 8D and 38. RGB value is (251,141,56). Sum of RGB (Red+Green+Blue) = 251+141+56=448 (59% of max value = 765). Red value is 251 (98.44% from 255 or 56.03% from 448); Green value is 141 (55.47% from 255 or 31.47% from 448); Blue value is 56 (22.27% from 255 or 12.5% from 448); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8D38 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB8D38 is #0472C7. Grayscale: #A4A4A4. Windows color (decimal): -291528 or 3706363. OLE color: 3706363.
HSL color Cylindrical-coordinate representation of color #FB8D38: hue angle of 26.15º 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 #FB8D38 is Cyan = 0, Magento = 0.44, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 141 | 56 | - |
| CMYK | 0 | 0.44 | 0.78 | 0.02 |
| HSL | 26.15º | 0.96% | 0.6% | - |
| HSV(B) | 26.15º | 0.78% | 0.98% | - |
| XYZ | 50.02 | 39.84 | 8.8 | - |
| YUV | 164.2 | 66.94 | 189.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 141 | 56 | 0 | 0.44 | 0.78 | 0.02 | 26.15 | 0.96 | 0.6 |
| Hex | FB | 8D | 38 | 0 | 2C | 4E | 2 | 1A | 60 | 3C |
| Octal | 373 | 215 | 70 | 0 | 54 | 116 | 2 | 32 | 140 | 74 |
| Binary | 11111011 | 10001101 | 111000 | 0 | 101100 | 1001110 | 10 | 11010 | 1100000 | 111100 |
Color Harmonies of #FB8D38
Complementary color
Monochromatic Colors of #FB8D38
Black with #FB8D38
Text Example
Text Example
White with #FB8D38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8D38; }
p { color: rgb(251,141,56); }
H1.HeaderClassName
{
color: #FB8D38;
}
.AnyTagClassName
{
color: #FB8D38;
}
</style>
background-color css
<style>
a { background-color: #FB8D38; }
a { background-color: rgb(251,141,56); }
div.DivClassName
{
background-color: #FB8D38;
}
.BgClassName
{
background-color: #FB8D38;
}
</style>
border-color css
<style>
span { border-color: #FB8D38; }
span { border-color: rgb(251,141,56); }
td.TdClassName
{
border-color: #FB8D38;
}
.TagClassName
{
border-color: #FB8D38;
}
</style>