Shades of Sun #FB853C
Tints of Sun #FB853C
RGB
CMYK
RGB Variations
Color information
#FB853C (or 0xFB853C) is known color: Sun. HEX triplet: FB, 85 and 3C. RGB value is (251,133,60). Sum of RGB (Red+Green+Blue) = 251+133+60=444 (58% of max value = 765). Red value is 251 (98.44% from 255 or 56.53% from 444); Green value is 133 (52.34% from 255 or 29.95% from 444); Blue value is 60 (23.83% from 255 or 13.51% from 444); Max value from RGB is 251 - color contains mainly: red. Hex color #FB853C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB853C is #047AC3. Grayscale: #A0A0A0. Windows color (decimal): -293572 or 3966459. OLE color: 3966459.
HSL color Cylindrical-coordinate representation of color #FB853C: hue angle of 22.93º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FB853C is Cyan = 0, Magento = 0.47, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 133 | 60 | - |
| CMYK | 0 | 0.47 | 0.76 | 0.02 |
| HSL | 22.93º | 0.96% | 0.61% | - |
| HSV(B) | 22.93º | 0.76% | 0.98% | - |
| XYZ | 48.99 | 37.61 | 8.95 | - |
| YUV | 159.96 | 71.59 | 192.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 133 | 60 | 0 | 0.47 | 0.76 | 0.02 | 22.93 | 0.96 | 0.61 |
| Hex | FB | 85 | 3C | 0 | 2F | 4C | 2 | 17 | 60 | 3D |
| Octal | 373 | 205 | 74 | 0 | 57 | 114 | 2 | 27 | 140 | 75 |
| Binary | 11111011 | 10000101 | 111100 | 0 | 101111 | 1001100 | 10 | 10111 | 1100000 | 111101 |
Color Harmonies of #FB853C
Complementary color
Monochromatic Colors of #FB853C
Black with #FB853C
Text Example
Text Example
White with #FB853C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB853C; }
p { color: rgb(251,133,60); }
H1.HeaderClassName
{
color: #FB853C;
}
.AnyTagClassName
{
color: #FB853C;
}
</style>
background-color css
<style>
a { background-color: #FB853C; }
a { background-color: rgb(251,133,60); }
div.DivClassName
{
background-color: #FB853C;
}
.BgClassName
{
background-color: #FB853C;
}
</style>
border-color css
<style>
span { border-color: #FB853C; }
span { border-color: rgb(251,133,60); }
td.TdClassName
{
border-color: #FB853C;
}
.TagClassName
{
border-color: #FB853C;
}
</style>