Shades of Sunshade #FE963F
Tints of Sunshade #FE963F
RGB
CMYK
RGB Variations
Color information
#FE963F (or 0xFE963F) is known color: Sunshade. HEX triplet: FE, 96 and 3F. RGB value is (254,150,63). Sum of RGB (Red+Green+Blue) = 254+150+63=467 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.39% from 467); Green value is 150 (58.98% from 255 or 32.12% from 467); Blue value is 63 (25% from 255 or 13.49% from 467); Max value from RGB is 254 - color contains mainly: red. Hex color #FE963F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE963F is #0169C0. Grayscale: #ABABAB. Windows color (decimal): -92609 or 4167422. OLE color: 4167422.
HSL color Cylindrical-coordinate representation of color #FE963F: hue angle of 27.33º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FE963F is Cyan = 0, Magento = 0.41, Yellow = 0.75 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 150 | 63 | - |
| CMYK | 0 | 0.41 | 0.75 | 0.00 |
| HSL | 27.33º | 0.99% | 0.62% | - |
| HSV(B) | 27.33º | 0.75% | 1% | - |
| XYZ | 52.68 | 43.24 | 10.27 | - |
| YUV | 171.18 | 66.96 | 187.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 150 | 63 | 0 | 0.41 | 0.75 | 0.00 | 27.33 | 0.99 | 0.62 |
| Hex | FE | 96 | 3F | 0 | 29 | 4B | 0 | 1B | 63 | 3E |
| Octal | 376 | 226 | 77 | 0 | 51 | 113 | 0 | 33 | 143 | 76 |
| Binary | 11111110 | 10010110 | 111111 | 0 | 101001 | 1001011 | 0 | 11011 | 1100011 | 111110 |
Color Harmonies of #FE963F
Complementary color
Monochromatic Colors of #FE963F
Black with #FE963F
Text Example
Text Example
White with #FE963F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE963F; }
p { color: rgb(254,150,63); }
H1.HeaderClassName
{
color: #FE963F;
}
.AnyTagClassName
{
color: #FE963F;
}
</style>
background-color css
<style>
a { background-color: #FE963F; }
a { background-color: rgb(254,150,63); }
div.DivClassName
{
background-color: #FE963F;
}
.BgClassName
{
background-color: #FE963F;
}
</style>
border-color css
<style>
span { border-color: #FE963F; }
span { border-color: rgb(254,150,63); }
td.TdClassName
{
border-color: #FE963F;
}
.TagClassName
{
border-color: #FE963F;
}
</style>