Shades of Sun #FF8A3F
Tints of Sun #FF8A3F
RGB
CMYK
RGB Variations
Color information
#FF8A3F (or 0xFF8A3F) is known color: Sun. HEX triplet: FF, 8A and 3F. RGB value is (255,138,63). Sum of RGB (Red+Green+Blue) = 255+138+63=456 (60% of max value = 765). Red value is 255 (100% from 255 or 55.92% from 456); Green value is 138 (54.30% from 255 or 30.26% from 456); Blue value is 63 (25% from 255 or 13.82% from 456); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8A3F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8A3F is #0075C0. Grayscale: #A4A4A4. Windows color (decimal): -30145 or 4164351. OLE color: 4164351.
HSL color Cylindrical-coordinate representation of color #FF8A3F: hue angle of 23.44º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FF8A3F is Cyan = 0, Magento = 0.46, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 138 | 63 | - |
| CMYK | 0 | 0.46 | 0.75 | 0 |
| HSL | 23.44º | 1% | 0.62% | - |
| HSV(B) | 23.44º | 0.75% | 1% | - |
| XYZ | 51.23 | 39.8 | 9.68 | - |
| YUV | 164.43 | 70.76 | 192.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 138 | 63 | 0 | 0.46 | 0.75 | 0 | 23.44 | 1 | 0.62 |
| Hex | FF | 8A | 3F | 0 | 2E | 4B | 0 | 17 | 64 | 3E |
| Octal | 377 | 212 | 77 | 0 | 56 | 113 | 0 | 27 | 144 | 76 |
| Binary | 11111111 | 10001010 | 111111 | 0 | 101110 | 1001011 | 0 | 10111 | 1100100 | 111110 |
Color Harmonies of #FF8A3F
Complementary color
Monochromatic Colors of #FF8A3F
Black with #FF8A3F
Text Example
Text Example
White with #FF8A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8A3F; }
p { color: rgb(255,138,63); }
H1.HeaderClassName
{
color: #FF8A3F;
}
.AnyTagClassName
{
color: #FF8A3F;
}
</style>
background-color css
<style>
a { background-color: #FF8A3F; }
a { background-color: rgb(255,138,63); }
div.DivClassName
{
background-color: #FF8A3F;
}
.BgClassName
{
background-color: #FF8A3F;
}
</style>
border-color css
<style>
span { border-color: #FF8A3F; }
span { border-color: rgb(255,138,63); }
td.TdClassName
{
border-color: #FF8A3F;
}
.TagClassName
{
border-color: #FF8A3F;
}
</style>