Shades of Sun #FB882A
Tints of Sun #FB882A
RGB
CMYK
RGB Variations
Color information
#FB882A (or 0xFB882A) is known color: Sun. HEX triplet: FB, 88 and 2A. RGB value is (251,136,42). Sum of RGB (Red+Green+Blue) = 251+136+42=429 (56% of max value = 765). Red value is 251 (98.44% from 255 or 58.51% from 429); Green value is 136 (53.52% from 255 or 31.70% from 429); Blue value is 42 (16.80% from 255 or 9.79% from 429); Max value from RGB is 251 - color contains mainly: red. Hex color #FB882A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB882A is #0477D5. Grayscale: #A0A0A0. Windows color (decimal): -292822 or 2787579. OLE color: 2787579.
HSL color Cylindrical-coordinate representation of color #FB882A: hue angle of 26.99º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FB882A is Cyan = 0, Magento = 0.46, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 136 | 42 | - |
| CMYK | 0 | 0.46 | 0.83 | 0.02 |
| HSL | 26.99º | 0.96% | 0.57% | - |
| HSV(B) | 26.99º | 0.83% | 0.98% | - |
| XYZ | 49.01 | 38.28 | 7 | - |
| YUV | 159.67 | 61.6 | 193.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 136 | 42 | 0 | 0.46 | 0.83 | 0.02 | 26.99 | 0.96 | 0.57 |
| Hex | FB | 88 | 2A | 0 | 2E | 53 | 2 | 1B | 60 | 39 |
| Octal | 373 | 210 | 52 | 0 | 56 | 123 | 2 | 33 | 140 | 71 |
| Binary | 11111011 | 10001000 | 101010 | 0 | 101110 | 1010011 | 10 | 11011 | 1100000 | 111001 |
Color Harmonies of #FB882A
Complementary color
Monochromatic Colors of #FB882A
Black with #FB882A
Text Example
Text Example
White with #FB882A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB882A; }
p { color: rgb(251,136,42); }
H1.HeaderClassName
{
color: #FB882A;
}
.AnyTagClassName
{
color: #FB882A;
}
</style>
background-color css
<style>
a { background-color: #FB882A; }
a { background-color: rgb(251,136,42); }
div.DivClassName
{
background-color: #FB882A;
}
.BgClassName
{
background-color: #FB882A;
}
</style>
border-color css
<style>
span { border-color: #FB882A; }
span { border-color: rgb(251,136,42); }
td.TdClassName
{
border-color: #FB882A;
}
.TagClassName
{
border-color: #FB882A;
}
</style>