Shades of Sun #FE8B38
Tints of Sun #FE8B38
RGB
CMYK
RGB Variations
Color information
#FE8B38 (or 0xFE8B38) is known color: Sun. HEX triplet: FE, 8B and 38. RGB value is (254,139,56). Sum of RGB (Red+Green+Blue) = 254+139+56=449 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.57% from 449); Green value is 139 (54.69% from 255 or 30.96% from 449); Blue value is 56 (22.27% from 255 or 12.47% from 449); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8B38 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE8B38 is #0174C7. Grayscale: #A4A4A4. Windows color (decimal): -95432 or 3705854. OLE color: 3705854.
HSL color Cylindrical-coordinate representation of color #FE8B38: hue angle of 25.15º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FE8B38 is Cyan = 0, Magento = 0.45, Yellow = 0.78 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 139 | 56 | - |
| CMYK | 0 | 0.45 | 0.78 | 0.00 |
| HSL | 25.15º | 0.99% | 0.61% | - |
| HSV(B) | 25.15º | 0.78% | 1% | - |
| XYZ | 50.82 | 39.82 | 8.75 | - |
| YUV | 163.92 | 67.1 | 192.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 139 | 56 | 0 | 0.45 | 0.78 | 0.00 | 25.15 | 0.99 | 0.61 |
| Hex | FE | 8B | 38 | 0 | 2D | 4E | 0 | 19 | 63 | 3D |
| Octal | 376 | 213 | 70 | 0 | 55 | 116 | 0 | 31 | 143 | 75 |
| Binary | 11111110 | 10001011 | 111000 | 0 | 101101 | 1001110 | 0 | 11001 | 1100011 | 111101 |
Color Harmonies of #FE8B38
Complementary color
Monochromatic Colors of #FE8B38
Black with #FE8B38
Text Example
Text Example
White with #FE8B38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8B38; }
p { color: rgb(254,139,56); }
H1.HeaderClassName
{
color: #FE8B38;
}
.AnyTagClassName
{
color: #FE8B38;
}
</style>
background-color css
<style>
a { background-color: #FE8B38; }
a { background-color: rgb(254,139,56); }
div.DivClassName
{
background-color: #FE8B38;
}
.BgClassName
{
background-color: #FE8B38;
}
</style>
border-color css
<style>
span { border-color: #FE8B38; }
span { border-color: rgb(254,139,56); }
td.TdClassName
{
border-color: #FE8B38;
}
.TagClassName
{
border-color: #FE8B38;
}
</style>