Shades of Sun #FE8B3C
Tints of Sun #FE8B3C
RGB
CMYK
RGB Variations
Color information
#FE8B3C (or 0xFE8B3C) is known color: Sun. HEX triplet: FE, 8B and 3C. RGB value is (254,139,60). Sum of RGB (Red+Green+Blue) = 254+139+60=453 (60% of max value = 765). Red value is 254 (99.61% from 255 or 56.07% from 453); Green value is 139 (54.69% from 255 or 30.68% from 453); Blue value is 60 (23.83% from 255 or 13.25% from 453); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8B3C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE8B3C is #0174C3. Grayscale: #A4A4A4. Windows color (decimal): -95428 or 3967998. OLE color: 3967998.
HSL color Cylindrical-coordinate representation of color #FE8B3C: hue angle of 24.43º 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 #FE8B3C is Cyan = 0, Magento = 0.45, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 139 | 60 | - |
| CMYK | 0 | 0.45 | 0.76 | 0.00 |
| HSL | 24.43º | 0.99% | 0.62% | - |
| HSV(B) | 24.43º | 0.76% | 1% | - |
| XYZ | 50.92 | 39.86 | 9.29 | - |
| YUV | 164.38 | 69.1 | 191.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 139 | 60 | 0 | 0.45 | 0.76 | 0.00 | 24.43 | 0.99 | 0.62 |
| Hex | FE | 8B | 3C | 0 | 2D | 4C | 0 | 18 | 63 | 3E |
| Octal | 376 | 213 | 74 | 0 | 55 | 114 | 0 | 30 | 143 | 76 |
| Binary | 11111110 | 10001011 | 111100 | 0 | 101101 | 1001100 | 0 | 11000 | 1100011 | 111110 |
Color Harmonies of #FE8B3C
Complementary color
Monochromatic Colors of #FE8B3C
Black with #FE8B3C
Text Example
Text Example
White with #FE8B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8B3C; }
p { color: rgb(254,139,60); }
H1.HeaderClassName
{
color: #FE8B3C;
}
.AnyTagClassName
{
color: #FE8B3C;
}
</style>
background-color css
<style>
a { background-color: #FE8B3C; }
a { background-color: rgb(254,139,60); }
div.DivClassName
{
background-color: #FE8B3C;
}
.BgClassName
{
background-color: #FE8B3C;
}
</style>
border-color css
<style>
span { border-color: #FE8B3C; }
span { border-color: rgb(254,139,60); }
td.TdClassName
{
border-color: #FE8B3C;
}
.TagClassName
{
border-color: #FE8B3C;
}
</style>