Shades of Sun #FB822D
Tints of Sun #FB822D
RGB
CMYK
RGB Variations
Color information
#FB822D (or 0xFB822D) is known color: Sun. HEX triplet: FB, 82 and 2D. RGB value is (251,130,45). Sum of RGB (Red+Green+Blue) = 251+130+45=426 (56% of max value = 765). Red value is 251 (98.44% from 255 or 58.92% from 426); Green value is 130 (51.17% from 255 or 30.52% from 426); Blue value is 45 (17.97% from 255 or 10.56% from 426); Max value from RGB is 251 - color contains mainly: red. Hex color #FB822D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB822D is #047DD2. Grayscale: #9C9C9C. Windows color (decimal): -294355 or 2982651. OLE color: 2982651.
HSL color Cylindrical-coordinate representation of color #FB822D: hue angle of 24.76º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FB822D is Cyan = 0, Magento = 0.48, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 130 | 45 | - |
| CMYK | 0 | 0.48 | 0.82 | 0.02 |
| HSL | 24.76º | 0.96% | 0.58% | - |
| HSV(B) | 24.76º | 0.82% | 0.98% | - |
| XYZ | 48.24 | 36.66 | 7.02 | - |
| YUV | 156.49 | 65.09 | 195.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 130 | 45 | 0 | 0.48 | 0.82 | 0.02 | 24.76 | 0.96 | 0.58 |
| Hex | FB | 82 | 2D | 0 | 30 | 52 | 2 | 19 | 60 | 3A |
| Octal | 373 | 202 | 55 | 0 | 60 | 122 | 2 | 31 | 140 | 72 |
| Binary | 11111011 | 10000010 | 101101 | 0 | 110000 | 1010010 | 10 | 11001 | 1100000 | 111010 |
Color Harmonies of #FB822D
Complementary color
Monochromatic Colors of #FB822D
Black with #FB822D
Text Example
Text Example
White with #FB822D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB822D; }
p { color: rgb(251,130,45); }
H1.HeaderClassName
{
color: #FB822D;
}
.AnyTagClassName
{
color: #FB822D;
}
</style>
background-color css
<style>
a { background-color: #FB822D; }
a { background-color: rgb(251,130,45); }
div.DivClassName
{
background-color: #FB822D;
}
.BgClassName
{
background-color: #FB822D;
}
</style>
border-color css
<style>
span { border-color: #FB822D; }
span { border-color: rgb(251,130,45); }
td.TdClassName
{
border-color: #FB822D;
}
.TagClassName
{
border-color: #FB822D;
}
</style>