Shades of Sun #FF8A3B
Tints of Sun #FF8A3B
RGB
CMYK
RGB Variations
Color information
#FF8A3B (or 0xFF8A3B) is known color: Sun. HEX triplet: FF, 8A and 3B. RGB value is (255,138,59). Sum of RGB (Red+Green+Blue) = 255+138+59=452 (59% of max value = 765). Red value is 255 (100% from 255 or 56.42% from 452); Green value is 138 (54.30% from 255 or 30.53% from 452); Blue value is 59 (23.44% from 255 or 13.05% from 452); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8A3B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8A3B is #0075C4. Grayscale: #A4A4A4. Windows color (decimal): -30149 or 3902207. OLE color: 3902207.
HSL color Cylindrical-coordinate representation of color #FF8A3B: hue angle of 24.18º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FF8A3B is Cyan = 0, Magento = 0.46, Yellow = 0.77 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 138 | 59 | - |
| CMYK | 0 | 0.46 | 0.77 | 0 |
| HSL | 24.18º | 1% | 0.62% | - |
| HSV(B) | 24.18º | 0.77% | 1% | - |
| XYZ | 51.12 | 39.75 | 9.12 | - |
| YUV | 163.98 | 68.76 | 192.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 138 | 59 | 0 | 0.46 | 0.77 | 0 | 24.18 | 1 | 0.62 |
| Hex | FF | 8A | 3B | 0 | 2E | 4D | 0 | 18 | 64 | 3E |
| Octal | 377 | 212 | 73 | 0 | 56 | 115 | 0 | 30 | 144 | 76 |
| Binary | 11111111 | 10001010 | 111011 | 0 | 101110 | 1001101 | 0 | 11000 | 1100100 | 111110 |
Color Harmonies of #FF8A3B
Complementary color
Monochromatic Colors of #FF8A3B
Black with #FF8A3B
Text Example
Text Example
White with #FF8A3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8A3B; }
p { color: rgb(255,138,59); }
H1.HeaderClassName
{
color: #FF8A3B;
}
.AnyTagClassName
{
color: #FF8A3B;
}
</style>
background-color css
<style>
a { background-color: #FF8A3B; }
a { background-color: rgb(255,138,59); }
div.DivClassName
{
background-color: #FF8A3B;
}
.BgClassName
{
background-color: #FF8A3B;
}
</style>
border-color css
<style>
span { border-color: #FF8A3B; }
span { border-color: rgb(255,138,59); }
td.TdClassName
{
border-color: #FF8A3B;
}
.TagClassName
{
border-color: #FF8A3B;
}
</style>