Shades of Sun #FB833C
Tints of Sun #FB833C
RGB
CMYK
RGB Variations
Color information
#FB833C (or 0xFB833C) is known color: Sun. HEX triplet: FB, 83 and 3C. RGB value is (251,131,60). Sum of RGB (Red+Green+Blue) = 251+131+60=442 (58% of max value = 765). Red value is 251 (98.44% from 255 or 56.79% from 442); Green value is 131 (51.56% from 255 or 29.64% from 442); Blue value is 60 (23.83% from 255 or 13.57% from 442); Max value from RGB is 251 - color contains mainly: red. Hex color #FB833C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB833C is #047CC3. Grayscale: #9F9F9F. Windows color (decimal): -294084 or 3965947. OLE color: 3965947.
HSL color Cylindrical-coordinate representation of color #FB833C: hue angle of 22.3º 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 #FB833C is Cyan = 0, Magento = 0.48, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 131 | 60 | - |
| CMYK | 0 | 0.48 | 0.76 | 0.02 |
| HSL | 22.3º | 0.96% | 0.61% | - |
| HSV(B) | 22.3º | 0.76% | 0.98% | - |
| XYZ | 48.72 | 37.07 | 8.86 | - |
| YUV | 158.79 | 72.26 | 193.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 131 | 60 | 0 | 0.48 | 0.76 | 0.02 | 22.3 | 0.96 | 0.61 |
| Hex | FB | 83 | 3C | 0 | 30 | 4C | 2 | 16 | 60 | 3D |
| Octal | 373 | 203 | 74 | 0 | 60 | 114 | 2 | 26 | 140 | 75 |
| Binary | 11111011 | 10000011 | 111100 | 0 | 110000 | 1001100 | 10 | 10110 | 1100000 | 111101 |
Color Harmonies of #FB833C
Complementary color
Monochromatic Colors of #FB833C
Black with #FB833C
Text Example
Text Example
White with #FB833C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB833C; }
p { color: rgb(251,131,60); }
H1.HeaderClassName
{
color: #FB833C;
}
.AnyTagClassName
{
color: #FB833C;
}
</style>
background-color css
<style>
a { background-color: #FB833C; }
a { background-color: rgb(251,131,60); }
div.DivClassName
{
background-color: #FB833C;
}
.BgClassName
{
background-color: #FB833C;
}
</style>
border-color css
<style>
span { border-color: #FB833C; }
span { border-color: rgb(251,131,60); }
td.TdClassName
{
border-color: #FB833C;
}
.TagClassName
{
border-color: #FB833C;
}
</style>