Shades of Sun #FD883A
Tints of Sun #FD883A
RGB
CMYK
RGB Variations
Color information
#FD883A (or 0xFD883A) is known color: Sun. HEX triplet: FD, 88 and 3A. RGB value is (253,136,58). Sum of RGB (Red+Green+Blue) = 253+136+58=447 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.60% from 447); Green value is 136 (53.52% from 255 or 30.43% from 447); Blue value is 58 (23.05% from 255 or 12.98% from 447); Max value from RGB is 253 - color contains mainly: red. Hex color #FD883A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD883A is #0277C5. Grayscale: #A2A2A2. Windows color (decimal): -161734 or 3836157. OLE color: 3836157.
HSL color Cylindrical-coordinate representation of color #FD883A: hue angle of 24º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FD883A is Cyan = 0, Magento = 0.46, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 136 | 58 | - |
| CMYK | 0 | 0.46 | 0.77 | 0.01 |
| HSL | 24º | 0.98% | 0.61% | - |
| HSV(B) | 24º | 0.77% | 0.99% | - |
| XYZ | 50.08 | 38.8 | 8.85 | - |
| YUV | 162.09 | 69.26 | 192.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 136 | 58 | 0 | 0.46 | 0.77 | 0.01 | 24 | 0.98 | 0.61 |
| Hex | FD | 88 | 3A | 0 | 2E | 4D | 1 | 18 | 62 | 3D |
| Octal | 375 | 210 | 72 | 0 | 56 | 115 | 1 | 30 | 142 | 75 |
| Binary | 11111101 | 10001000 | 111010 | 0 | 101110 | 1001101 | 1 | 11000 | 1100010 | 111101 |
Color Harmonies of #FD883A
Complementary color
Monochromatic Colors of #FD883A
Black with #FD883A
Text Example
Text Example
White with #FD883A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD883A; }
p { color: rgb(253,136,58); }
H1.HeaderClassName
{
color: #FD883A;
}
.AnyTagClassName
{
color: #FD883A;
}
</style>
background-color css
<style>
a { background-color: #FD883A; }
a { background-color: rgb(253,136,58); }
div.DivClassName
{
background-color: #FD883A;
}
.BgClassName
{
background-color: #FD883A;
}
</style>
border-color css
<style>
span { border-color: #FD883A; }
span { border-color: rgb(253,136,58); }
td.TdClassName
{
border-color: #FD883A;
}
.TagClassName
{
border-color: #FD883A;
}
</style>