Shades of Sun #FD8529
Tints of Sun #FD8529
RGB
CMYK
RGB Variations
Color information
#FD8529 (or 0xFD8529) is known color: Sun. HEX triplet: FD, 85 and 29. RGB value is (253,133,41). Sum of RGB (Red+Green+Blue) = 253+133+41=427 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.25% from 427); Green value is 133 (52.34% from 255 or 31.15% from 427); Blue value is 41 (16.41% from 255 or 9.60% from 427); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8529 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD8529 is #027AD6. Grayscale: #9E9E9E. Windows color (decimal): -162519 or 2721277. OLE color: 2721277.
HSL color Cylindrical-coordinate representation of color #FD8529: hue angle of 26.04º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FD8529 is Cyan = 0, Magento = 0.47, Yellow = 0.84 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 133 | 41 | - |
| CMYK | 0 | 0.47 | 0.84 | 0.01 |
| HSL | 26.04º | 0.98% | 0.58% | - |
| HSV(B) | 26.04º | 0.84% | 0.99% | - |
| XYZ | 49.3 | 37.82 | 6.8 | - |
| YUV | 158.39 | 61.76 | 195.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 133 | 41 | 0 | 0.47 | 0.84 | 0.01 | 26.04 | 0.98 | 0.58 |
| Hex | FD | 85 | 29 | 0 | 2F | 54 | 1 | 1A | 62 | 3A |
| Octal | 375 | 205 | 51 | 0 | 57 | 124 | 1 | 32 | 142 | 72 |
| Binary | 11111101 | 10000101 | 101001 | 0 | 101111 | 1010100 | 1 | 11010 | 1100010 | 111010 |
Color Harmonies of #FD8529
Complementary color
Monochromatic Colors of #FD8529
Black with #FD8529
Text Example
Text Example
White with #FD8529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8529; }
p { color: rgb(253,133,41); }
H1.HeaderClassName
{
color: #FD8529;
}
.AnyTagClassName
{
color: #FD8529;
}
</style>
background-color css
<style>
a { background-color: #FD8529; }
a { background-color: rgb(253,133,41); }
div.DivClassName
{
background-color: #FD8529;
}
.BgClassName
{
background-color: #FD8529;
}
</style>
border-color css
<style>
span { border-color: #FD8529; }
span { border-color: rgb(253,133,41); }
td.TdClassName
{
border-color: #FD8529;
}
.TagClassName
{
border-color: #FD8529;
}
</style>