Shades of Sun #FD883D
Tints of Sun #FD883D
RGB
CMYK
RGB Variations
Color information
#FD883D (or 0xFD883D) is known color: Sun. HEX triplet: FD, 88 and 3D. RGB value is (253,136,61). Sum of RGB (Red+Green+Blue) = 253+136+61=450 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.22% from 450); Green value is 136 (53.52% from 255 or 30.22% from 450); Blue value is 61 (24.22% from 255 or 13.56% from 450); Max value from RGB is 253 - color contains mainly: red. Hex color #FD883D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD883D is #0277C2. Grayscale: #A2A2A2. Windows color (decimal): -161731 or 4032765. OLE color: 4032765.
HSL color Cylindrical-coordinate representation of color #FD883D: hue angle of 23.44º 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 #FD883D is Cyan = 0, Magento = 0.46, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 136 | 61 | - |
| CMYK | 0 | 0.46 | 0.76 | 0.01 |
| HSL | 23.44º | 0.98% | 0.62% | - |
| HSV(B) | 23.44º | 0.76% | 0.99% | - |
| XYZ | 50.15 | 38.83 | 9.27 | - |
| YUV | 162.43 | 70.76 | 192.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 136 | 61 | 0 | 0.46 | 0.76 | 0.01 | 23.44 | 0.98 | 0.62 |
| Hex | FD | 88 | 3D | 0 | 2E | 4C | 1 | 17 | 62 | 3E |
| Octal | 375 | 210 | 75 | 0 | 56 | 114 | 1 | 27 | 142 | 76 |
| Binary | 11111101 | 10001000 | 111101 | 0 | 101110 | 1001100 | 1 | 10111 | 1100010 | 111110 |
Color Harmonies of #FD883D
Complementary color
Monochromatic Colors of #FD883D
Black with #FD883D
Text Example
Text Example
White with #FD883D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD883D; }
p { color: rgb(253,136,61); }
H1.HeaderClassName
{
color: #FD883D;
}
.AnyTagClassName
{
color: #FD883D;
}
</style>
background-color css
<style>
a { background-color: #FD883D; }
a { background-color: rgb(253,136,61); }
div.DivClassName
{
background-color: #FD883D;
}
.BgClassName
{
background-color: #FD883D;
}
</style>
border-color css
<style>
span { border-color: #FD883D; }
span { border-color: rgb(253,136,61); }
td.TdClassName
{
border-color: #FD883D;
}
.TagClassName
{
border-color: #FD883D;
}
</style>