Shades of Sun #FF8B42
Tints of Sun #FF8B42
RGB
CMYK
RGB Variations
Color information
#FF8B42 (or 0xFF8B42) is known color: Sun. HEX triplet: FF, 8B and 42. RGB value is (255,139,66). Sum of RGB (Red+Green+Blue) = 255+139+66=460 (60% of max value = 765). Red value is 255 (100% from 255 or 55.43% from 460); Green value is 139 (54.69% from 255 or 30.22% from 460); Blue value is 66 (26.17% from 255 or 14.35% from 460); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8B42 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8B42 is #0074BD. Grayscale: #A5A5A5. Windows color (decimal): -29886 or 4361215. OLE color: 4361215.
HSL color Cylindrical-coordinate representation of color #FF8B42: hue angle of 23.17º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FF8B42 is Cyan = 0, Magento = 0.45, Yellow = 0.74 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 139 | 66 | - |
| CMYK | 0 | 0.45 | 0.74 | 0 |
| HSL | 23.17º | 1% | 0.63% | - |
| HSV(B) | 23.17º | 0.74% | 1% | - |
| XYZ | 51.46 | 40.12 | 10.19 | - |
| YUV | 165.36 | 71.93 | 191.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 139 | 66 | 0 | 0.45 | 0.74 | 0 | 23.17 | 1 | 0.63 |
| Hex | FF | 8B | 42 | 0 | 2D | 4A | 0 | 17 | 64 | 3F |
| Octal | 377 | 213 | 102 | 0 | 55 | 112 | 0 | 27 | 144 | 77 |
| Binary | 11111111 | 10001011 | 1000010 | 0 | 101101 | 1001010 | 0 | 10111 | 1100100 | 111111 |
Color Harmonies of #FF8B42
Complementary color
Monochromatic Colors of #FF8B42
Black with #FF8B42
Text Example
Text Example
White with #FF8B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8B42; }
p { color: rgb(255,139,66); }
H1.HeaderClassName
{
color: #FF8B42;
}
.AnyTagClassName
{
color: #FF8B42;
}
</style>
background-color css
<style>
a { background-color: #FF8B42; }
a { background-color: rgb(255,139,66); }
div.DivClassName
{
background-color: #FF8B42;
}
.BgClassName
{
background-color: #FF8B42;
}
</style>
border-color css
<style>
span { border-color: #FF8B42; }
span { border-color: rgb(255,139,66); }
td.TdClassName
{
border-color: #FF8B42;
}
.TagClassName
{
border-color: #FF8B42;
}
</style>