Shades of Sun #FB8429
Tints of Sun #FB8429
RGB
CMYK
RGB Variations
Color information
#FB8429 (or 0xFB8429) is known color: Sun. HEX triplet: FB, 84 and 29. RGB value is (251,132,41). Sum of RGB (Red+Green+Blue) = 251+132+41=424 (56% of max value = 765). Red value is 251 (98.44% from 255 or 59.20% from 424); Green value is 132 (51.95% from 255 or 31.13% from 424); Blue value is 41 (16.41% from 255 or 9.67% from 424); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8429 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB8429 is #047BD6. Grayscale: #9D9D9D. Windows color (decimal): -293847 or 2721019. OLE color: 2721019.
HSL color Cylindrical-coordinate representation of color #FB8429: hue angle of 26º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FB8429 is Cyan = 0, Magento = 0.47, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 132 | 41 | - |
| CMYK | 0 | 0.47 | 0.84 | 0.02 |
| HSL | 26º | 0.96% | 0.57% | - |
| HSV(B) | 26º | 0.84% | 0.98% | - |
| XYZ | 48.44 | 37.17 | 6.72 | - |
| YUV | 157.21 | 62.42 | 194.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 132 | 41 | 0 | 0.47 | 0.84 | 0.02 | 26 | 0.96 | 0.57 |
| Hex | FB | 84 | 29 | 0 | 2F | 54 | 2 | 1A | 60 | 39 |
| Octal | 373 | 204 | 51 | 0 | 57 | 124 | 2 | 32 | 140 | 71 |
| Binary | 11111011 | 10000100 | 101001 | 0 | 101111 | 1010100 | 10 | 11010 | 1100000 | 111001 |
Color Harmonies of #FB8429
Complementary color
Monochromatic Colors of #FB8429
Black with #FB8429
Text Example
Text Example
White with #FB8429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8429; }
p { color: rgb(251,132,41); }
H1.HeaderClassName
{
color: #FB8429;
}
.AnyTagClassName
{
color: #FB8429;
}
</style>
background-color css
<style>
a { background-color: #FB8429; }
a { background-color: rgb(251,132,41); }
div.DivClassName
{
background-color: #FB8429;
}
.BgClassName
{
background-color: #FB8429;
}
</style>
border-color css
<style>
span { border-color: #FB8429; }
span { border-color: rgb(251,132,41); }
td.TdClassName
{
border-color: #FB8429;
}
.TagClassName
{
border-color: #FB8429;
}
</style>