Shades of Sun #FB853A
Tints of Sun #FB853A
RGB
CMYK
RGB Variations
Color information
#FB853A (or 0xFB853A) is known color: Sun. HEX triplet: FB, 85 and 3A. RGB value is (251,133,58). Sum of RGB (Red+Green+Blue) = 251+133+58=442 (58% of max value = 765). Red value is 251 (98.44% from 255 or 56.79% from 442); Green value is 133 (52.34% from 255 or 30.09% from 442); Blue value is 58 (23.05% from 255 or 13.12% from 442); Max value from RGB is 251 - color contains mainly: red. Hex color #FB853A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB853A is #047AC5. Grayscale: #A0A0A0. Windows color (decimal): -293574 or 3835387. OLE color: 3835387.
HSL color Cylindrical-coordinate representation of color #FB853A: hue angle of 23.32º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FB853A is Cyan = 0, Magento = 0.47, Yellow = 0.77 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 133 | 58 | - |
| CMYK | 0 | 0.47 | 0.77 | 0.02 |
| HSL | 23.32º | 0.96% | 0.61% | - |
| HSV(B) | 23.32º | 0.77% | 0.98% | - |
| XYZ | 48.93 | 37.59 | 8.68 | - |
| YUV | 159.73 | 70.59 | 193.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 133 | 58 | 0 | 0.47 | 0.77 | 0.02 | 23.32 | 0.96 | 0.61 |
| Hex | FB | 85 | 3A | 0 | 2F | 4D | 2 | 17 | 60 | 3D |
| Octal | 373 | 205 | 72 | 0 | 57 | 115 | 2 | 27 | 140 | 75 |
| Binary | 11111011 | 10000101 | 111010 | 0 | 101111 | 1001101 | 10 | 10111 | 1100000 | 111101 |
Color Harmonies of #FB853A
Complementary color
Monochromatic Colors of #FB853A
Black with #FB853A
Text Example
Text Example
White with #FB853A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB853A; }
p { color: rgb(251,133,58); }
H1.HeaderClassName
{
color: #FB853A;
}
.AnyTagClassName
{
color: #FB853A;
}
</style>
background-color css
<style>
a { background-color: #FB853A; }
a { background-color: rgb(251,133,58); }
div.DivClassName
{
background-color: #FB853A;
}
.BgClassName
{
background-color: #FB853A;
}
</style>
border-color css
<style>
span { border-color: #FB853A; }
span { border-color: rgb(251,133,58); }
td.TdClassName
{
border-color: #FB853A;
}
.TagClassName
{
border-color: #FB853A;
}
</style>