Shades of Sun #FF8C3F
Tints of Sun #FF8C3F
RGB
CMYK
RGB Variations
Color information
#FF8C3F (or 0xFF8C3F) is known color: Sun. HEX triplet: FF, 8C and 3F. RGB value is (255,140,63). Sum of RGB (Red+Green+Blue) = 255+140+63=458 (60% of max value = 765). Red value is 255 (100% from 255 or 55.68% from 458); Green value is 140 (55.08% from 255 or 30.57% from 458); Blue value is 63 (25% from 255 or 13.76% from 458); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8C3F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8C3F is #0073C0. Grayscale: #A6A6A6. Windows color (decimal): -29633 or 4164863. OLE color: 4164863.
HSL color Cylindrical-coordinate representation of color #FF8C3F: hue angle of 24.06º 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 #FF8C3F is Cyan = 0, Magento = 0.45, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 140 | 63 | - |
| CMYK | 0 | 0.45 | 0.75 | 0 |
| HSL | 24.06º | 1% | 0.62% | - |
| HSV(B) | 24.06º | 0.75% | 1% | - |
| XYZ | 51.52 | 40.38 | 9.78 | - |
| YUV | 165.61 | 70.1 | 191.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 140 | 63 | 0 | 0.45 | 0.75 | 0 | 24.06 | 1 | 0.62 |
| Hex | FF | 8C | 3F | 0 | 2D | 4B | 0 | 18 | 64 | 3E |
| Octal | 377 | 214 | 77 | 0 | 55 | 113 | 0 | 30 | 144 | 76 |
| Binary | 11111111 | 10001100 | 111111 | 0 | 101101 | 1001011 | 0 | 11000 | 1100100 | 111110 |
Color Harmonies of #FF8C3F
Complementary color
Monochromatic Colors of #FF8C3F
Black with #FF8C3F
Text Example
Text Example
White with #FF8C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8C3F; }
p { color: rgb(255,140,63); }
H1.HeaderClassName
{
color: #FF8C3F;
}
.AnyTagClassName
{
color: #FF8C3F;
}
</style>
background-color css
<style>
a { background-color: #FF8C3F; }
a { background-color: rgb(255,140,63); }
div.DivClassName
{
background-color: #FF8C3F;
}
.BgClassName
{
background-color: #FF8C3F;
}
</style>
border-color css
<style>
span { border-color: #FF8C3F; }
span { border-color: rgb(255,140,63); }
td.TdClassName
{
border-color: #FF8C3F;
}
.TagClassName
{
border-color: #FF8C3F;
}
</style>