Shades of Sun #FF8C3D
Tints of Sun #FF8C3D
RGB
CMYK
RGB Variations
Color information
#FF8C3D (or 0xFF8C3D) is known color: Sun. HEX triplet: FF, 8C and 3D. RGB value is (255,140,61). Sum of RGB (Red+Green+Blue) = 255+140+61=456 (60% of max value = 765). Red value is 255 (100% from 255 or 55.92% from 456); Green value is 140 (55.08% from 255 or 30.70% from 456); Blue value is 61 (24.22% from 255 or 13.38% from 456); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8C3D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8C3D is #0073C2. Grayscale: #A5A5A5. Windows color (decimal): -29635 or 4033791. OLE color: 4033791.
HSL color Cylindrical-coordinate representation of color #FF8C3D: hue angle of 24.43º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FF8C3D is Cyan = 0, Magento = 0.45, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 140 | 61 | - |
| CMYK | 0 | 0.45 | 0.76 | 0 |
| HSL | 24.43º | 1% | 0.62% | - |
| HSV(B) | 24.43º | 0.76% | 1% | - |
| XYZ | 51.46 | 40.35 | 9.49 | - |
| YUV | 165.38 | 69.1 | 191.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 140 | 61 | 0 | 0.45 | 0.76 | 0 | 24.43 | 1 | 0.62 |
| Hex | FF | 8C | 3D | 0 | 2D | 4C | 0 | 18 | 64 | 3E |
| Octal | 377 | 214 | 75 | 0 | 55 | 114 | 0 | 30 | 144 | 76 |
| Binary | 11111111 | 10001100 | 111101 | 0 | 101101 | 1001100 | 0 | 11000 | 1100100 | 111110 |
Color Harmonies of #FF8C3D
Complementary color
Monochromatic Colors of #FF8C3D
Black with #FF8C3D
Text Example
Text Example
White with #FF8C3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8C3D; }
p { color: rgb(255,140,61); }
H1.HeaderClassName
{
color: #FF8C3D;
}
.AnyTagClassName
{
color: #FF8C3D;
}
</style>
background-color css
<style>
a { background-color: #FF8C3D; }
a { background-color: rgb(255,140,61); }
div.DivClassName
{
background-color: #FF8C3D;
}
.BgClassName
{
background-color: #FF8C3D;
}
</style>
border-color css
<style>
span { border-color: #FF8C3D; }
span { border-color: rgb(255,140,61); }
td.TdClassName
{
border-color: #FF8C3D;
}
.TagClassName
{
border-color: #FF8C3D;
}
</style>