Shades of Sun #FF8C41
Tints of Sun #FF8C41
RGB
CMYK
RGB Variations
Color information
#FF8C41 (or 0xFF8C41) is known color: Sun. HEX triplet: FF, 8C and 41. RGB value is (255,140,65). Sum of RGB (Red+Green+Blue) = 255+140+65=460 (60% of max value = 765). Red value is 255 (100% from 255 or 55.43% from 460); Green value is 140 (55.08% from 255 or 30.43% from 460); Blue value is 65 (25.78% from 255 or 14.13% from 460); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8C41 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8C41 is #0073BE. Grayscale: #A6A6A6. Windows color (decimal): -29631 or 4295935. OLE color: 4295935.
HSL color Cylindrical-coordinate representation of color #FF8C41: hue angle of 23.68º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FF8C41 is Cyan = 0, Magento = 0.45, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 140 | 65 | - |
| CMYK | 0 | 0.45 | 0.75 | 0 |
| HSL | 23.68º | 1% | 0.63% | - |
| HSV(B) | 23.68º | 0.75% | 1% | - |
| XYZ | 51.57 | 40.4 | 10.08 | - |
| YUV | 165.84 | 71.1 | 191.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 140 | 65 | 0 | 0.45 | 0.75 | 0 | 23.68 | 1 | 0.63 |
| Hex | FF | 8C | 41 | 0 | 2D | 4B | 0 | 18 | 64 | 3F |
| Octal | 377 | 214 | 101 | 0 | 55 | 113 | 0 | 30 | 144 | 77 |
| Binary | 11111111 | 10001100 | 1000001 | 0 | 101101 | 1001011 | 0 | 11000 | 1100100 | 111111 |
Color Harmonies of #FF8C41
Complementary color
Monochromatic Colors of #FF8C41
Black with #FF8C41
Text Example
Text Example
White with #FF8C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8C41; }
p { color: rgb(255,140,65); }
H1.HeaderClassName
{
color: #FF8C41;
}
.AnyTagClassName
{
color: #FF8C41;
}
</style>
background-color css
<style>
a { background-color: #FF8C41; }
a { background-color: rgb(255,140,65); }
div.DivClassName
{
background-color: #FF8C41;
}
.BgClassName
{
background-color: #FF8C41;
}
</style>
border-color css
<style>
span { border-color: #FF8C41; }
span { border-color: rgb(255,140,65); }
td.TdClassName
{
border-color: #FF8C41;
}
.TagClassName
{
border-color: #FF8C41;
}
</style>