Shades of Sun #FE853D
Tints of Sun #FE853D
RGB
CMYK
RGB Variations
Color information
#FE853D (or 0xFE853D) is known color: Sun. HEX triplet: FE, 85 and 3D. RGB value is (254,133,61). Sum of RGB (Red+Green+Blue) = 254+133+61=448 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.70% from 448); Green value is 133 (52.34% from 255 or 29.69% from 448); Blue value is 61 (24.22% from 255 or 13.62% from 448); Max value from RGB is 254 - color contains mainly: red. Hex color #FE853D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE853D is #017AC2. Grayscale: #A1A1A1. Windows color (decimal): -96963 or 4031998. OLE color: 4031998.
HSL color Cylindrical-coordinate representation of color #FE853D: hue angle of 22.38º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FE853D is Cyan = 0, Magento = 0.48, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 133 | 61 | - |
| CMYK | 0 | 0.48 | 0.76 | 0.00 |
| HSL | 22.38º | 0.99% | 0.62% | - |
| HSV(B) | 22.38º | 0.76% | 1% | - |
| XYZ | 50.1 | 38.18 | 9.14 | - |
| YUV | 160.97 | 71.59 | 194.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 133 | 61 | 0 | 0.48 | 0.76 | 0.00 | 22.38 | 0.99 | 0.62 |
| Hex | FE | 85 | 3D | 0 | 30 | 4C | 0 | 16 | 63 | 3E |
| Octal | 376 | 205 | 75 | 0 | 60 | 114 | 0 | 26 | 143 | 76 |
| Binary | 11111110 | 10000101 | 111101 | 0 | 110000 | 1001100 | 0 | 10110 | 1100011 | 111110 |
Color Harmonies of #FE853D
Complementary color
Monochromatic Colors of #FE853D
Black with #FE853D
Text Example
Text Example
White with #FE853D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE853D; }
p { color: rgb(254,133,61); }
H1.HeaderClassName
{
color: #FE853D;
}
.AnyTagClassName
{
color: #FE853D;
}
</style>
background-color css
<style>
a { background-color: #FE853D; }
a { background-color: rgb(254,133,61); }
div.DivClassName
{
background-color: #FE853D;
}
.BgClassName
{
background-color: #FE853D;
}
</style>
border-color css
<style>
span { border-color: #FE853D; }
span { border-color: rgb(254,133,61); }
td.TdClassName
{
border-color: #FE853D;
}
.TagClassName
{
border-color: #FE853D;
}
</style>