Shades of Sun #FD8C38
Tints of Sun #FD8C38
RGB
CMYK
RGB Variations
Color information
#FD8C38 (or 0xFD8C38) is known color: Sun. HEX triplet: FD, 8C and 38. RGB value is (253,140,56). Sum of RGB (Red+Green+Blue) = 253+140+56=449 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.35% from 449); Green value is 140 (55.08% from 255 or 31.18% from 449); Blue value is 56 (22.27% from 255 or 12.47% from 449); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8C38 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD8C38 is #0273C7. Grayscale: #A4A4A4. Windows color (decimal): -160712 or 3706109. OLE color: 3706109.
HSL color Cylindrical-coordinate representation of color #FD8C38: hue angle of 25.58º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FD8C38 is Cyan = 0, Magento = 0.45, Yellow = 0.78 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 140 | 56 | - |
| CMYK | 0 | 0.45 | 0.78 | 0.01 |
| HSL | 25.58º | 0.98% | 0.61% | - |
| HSV(B) | 25.58º | 0.78% | 0.99% | - |
| XYZ | 50.6 | 39.92 | 8.78 | - |
| YUV | 164.21 | 66.94 | 191.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 140 | 56 | 0 | 0.45 | 0.78 | 0.01 | 25.58 | 0.98 | 0.61 |
| Hex | FD | 8C | 38 | 0 | 2D | 4E | 1 | 1A | 62 | 3D |
| Octal | 375 | 214 | 70 | 0 | 55 | 116 | 1 | 32 | 142 | 75 |
| Binary | 11111101 | 10001100 | 111000 | 0 | 101101 | 1001110 | 1 | 11010 | 1100010 | 111101 |
Color Harmonies of #FD8C38
Complementary color
Monochromatic Colors of #FD8C38
Black with #FD8C38
Text Example
Text Example
White with #FD8C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8C38; }
p { color: rgb(253,140,56); }
H1.HeaderClassName
{
color: #FD8C38;
}
.AnyTagClassName
{
color: #FD8C38;
}
</style>
background-color css
<style>
a { background-color: #FD8C38; }
a { background-color: rgb(253,140,56); }
div.DivClassName
{
background-color: #FD8C38;
}
.BgClassName
{
background-color: #FD8C38;
}
</style>
border-color css
<style>
span { border-color: #FD8C38; }
span { border-color: rgb(253,140,56); }
td.TdClassName
{
border-color: #FD8C38;
}
.TagClassName
{
border-color: #FD8C38;
}
</style>