Shades of Sun #FB8F38
Tints of Sun #FB8F38
RGB
CMYK
RGB Variations
Color information
#FB8F38 (or 0xFB8F38) is known color: Sun. HEX triplet: FB, 8F and 38. RGB value is (251,143,56). Sum of RGB (Red+Green+Blue) = 251+143+56=450 (59% of max value = 765). Red value is 251 (98.44% from 255 or 55.78% from 450); Green value is 143 (56.25% from 255 or 31.78% from 450); Blue value is 56 (22.27% from 255 or 12.44% from 450); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8F38 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB8F38 is #0470C7. Grayscale: #A5A5A5. Windows color (decimal): -291016 or 3706875. OLE color: 3706875.
HSL color Cylindrical-coordinate representation of color #FB8F38: hue angle of 26.77º 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 #FB8F38 is Cyan = 0, Magento = 0.43, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 143 | 56 | - |
| CMYK | 0 | 0.43 | 0.78 | 0.02 |
| HSL | 26.77º | 0.96% | 0.6% | - |
| HSV(B) | 26.77º | 0.78% | 0.98% | - |
| XYZ | 50.32 | 40.44 | 8.89 | - |
| YUV | 165.37 | 66.28 | 189.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 143 | 56 | 0 | 0.43 | 0.78 | 0.02 | 26.77 | 0.96 | 0.6 |
| Hex | FB | 8F | 38 | 0 | 2B | 4E | 2 | 1B | 60 | 3C |
| Octal | 373 | 217 | 70 | 0 | 53 | 116 | 2 | 33 | 140 | 74 |
| Binary | 11111011 | 10001111 | 111000 | 0 | 101011 | 1001110 | 10 | 11011 | 1100000 | 111100 |
Color Harmonies of #FB8F38
Complementary color
Monochromatic Colors of #FB8F38
Black with #FB8F38
Text Example
Text Example
White with #FB8F38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8F38; }
p { color: rgb(251,143,56); }
H1.HeaderClassName
{
color: #FB8F38;
}
.AnyTagClassName
{
color: #FB8F38;
}
</style>
background-color css
<style>
a { background-color: #FB8F38; }
a { background-color: rgb(251,143,56); }
div.DivClassName
{
background-color: #FB8F38;
}
.BgClassName
{
background-color: #FB8F38;
}
</style>
border-color css
<style>
span { border-color: #FB8F38; }
span { border-color: rgb(251,143,56); }
td.TdClassName
{
border-color: #FB8F38;
}
.TagClassName
{
border-color: #FB8F38;
}
</style>