Shades of Sun #FD8D3D
Tints of Sun #FD8D3D
RGB
CMYK
RGB Variations
Color information
#FD8D3D (or 0xFD8D3D) is known color: Sun. HEX triplet: FD, 8D and 3D. RGB value is (253,141,61). Sum of RGB (Red+Green+Blue) = 253+141+61=455 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.60% from 455); Green value is 141 (55.47% from 255 or 30.99% from 455); Blue value is 61 (24.22% from 255 or 13.41% from 455); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8D3D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD8D3D is #0272C2. Grayscale: #A5A5A5. Windows color (decimal): -160451 or 4034045. OLE color: 4034045.
HSL color Cylindrical-coordinate representation of color #FD8D3D: hue angle of 25º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FD8D3D is Cyan = 0, Magento = 0.44, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 141 | 61 | - |
| CMYK | 0 | 0.44 | 0.76 | 0.01 |
| HSL | 25º | 0.98% | 0.62% | - |
| HSV(B) | 25º | 0.76% | 0.99% | - |
| XYZ | 50.88 | 40.27 | 9.51 | - |
| YUV | 165.37 | 69.11 | 190.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 141 | 61 | 0 | 0.44 | 0.76 | 0.01 | 25 | 0.98 | 0.62 |
| Hex | FD | 8D | 3D | 0 | 2C | 4C | 1 | 19 | 62 | 3E |
| Octal | 375 | 215 | 75 | 0 | 54 | 114 | 1 | 31 | 142 | 76 |
| Binary | 11111101 | 10001101 | 111101 | 0 | 101100 | 1001100 | 1 | 11001 | 1100010 | 111110 |
Color Harmonies of #FD8D3D
Complementary color
Monochromatic Colors of #FD8D3D
Black with #FD8D3D
Text Example
Text Example
White with #FD8D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8D3D; }
p { color: rgb(253,141,61); }
H1.HeaderClassName
{
color: #FD8D3D;
}
.AnyTagClassName
{
color: #FD8D3D;
}
</style>
background-color css
<style>
a { background-color: #FD8D3D; }
a { background-color: rgb(253,141,61); }
div.DivClassName
{
background-color: #FD8D3D;
}
.BgClassName
{
background-color: #FD8D3D;
}
</style>
border-color css
<style>
span { border-color: #FD8D3D; }
span { border-color: rgb(253,141,61); }
td.TdClassName
{
border-color: #FD8D3D;
}
.TagClassName
{
border-color: #FD8D3D;
}
</style>