Shades of Sun #FD862B
Tints of Sun #FD862B
RGB
CMYK
RGB Variations
Color information
#FD862B (or 0xFD862B) is known color: Sun. HEX triplet: FD, 86 and 2B. RGB value is (253,134,43). Sum of RGB (Red+Green+Blue) = 253+134+43=430 (56% of max value = 765). Red value is 253 (99.22% from 255 or 58.84% from 430); Green value is 134 (52.73% from 255 or 31.16% from 430); Blue value is 43 (17.19% from 255 or 10% from 430); Max value from RGB is 253 - color contains mainly: red. Hex color #FD862B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD862B is #0279D4. Grayscale: #9F9F9F. Windows color (decimal): -162261 or 2852605. OLE color: 2852605.
HSL color Cylindrical-coordinate representation of color #FD862B: hue angle of 26º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FD862B is Cyan = 0, Magento = 0.47, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 134 | 43 | - |
| CMYK | 0 | 0.47 | 0.83 | 0.01 |
| HSL | 26º | 0.98% | 0.58% | - |
| HSV(B) | 26º | 0.83% | 0.99% | - |
| XYZ | 49.47 | 38.11 | 7.03 | - |
| YUV | 159.21 | 62.42 | 194.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 134 | 43 | 0 | 0.47 | 0.83 | 0.01 | 26 | 0.98 | 0.58 |
| Hex | FD | 86 | 2B | 0 | 2F | 53 | 1 | 1A | 62 | 3A |
| Octal | 375 | 206 | 53 | 0 | 57 | 123 | 1 | 32 | 142 | 72 |
| Binary | 11111101 | 10000110 | 101011 | 0 | 101111 | 1010011 | 1 | 11010 | 1100010 | 111010 |
Color Harmonies of #FD862B
Complementary color
Monochromatic Colors of #FD862B
Black with #FD862B
Text Example
Text Example
White with #FD862B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD862B; }
p { color: rgb(253,134,43); }
H1.HeaderClassName
{
color: #FD862B;
}
.AnyTagClassName
{
color: #FD862B;
}
</style>
background-color css
<style>
a { background-color: #FD862B; }
a { background-color: rgb(253,134,43); }
div.DivClassName
{
background-color: #FD862B;
}
.BgClassName
{
background-color: #FD862B;
}
</style>
border-color css
<style>
span { border-color: #FD862B; }
span { border-color: rgb(253,134,43); }
td.TdClassName
{
border-color: #FD862B;
}
.TagClassName
{
border-color: #FD862B;
}
</style>