Shades of Outrageous Orange #FF6736
Tints of Outrageous Orange #FF6736
RGB
CMYK
RGB Variations
Color information
#FF6736 (or 0xFF6736) is known color: Outrageous Orange. HEX triplet: FF, 67 and 36. RGB value is (255,103,54). Sum of RGB (Red+Green+Blue) = 255+103+54=412 (54% of max value = 765). Red value is 255 (100% from 255 or 61.89% from 412); Green value is 103 (40.62% from 255 or 25% from 412); Blue value is 54 (21.48% from 255 or 13.11% from 412); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6736 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF6736 is #0098C9. Grayscale: #8F8F8F. Windows color (decimal): -39114 or 3565567. OLE color: 3565567.
HSL color Cylindrical-coordinate representation of color #FF6736: hue angle of 14.63º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FF6736 is Cyan = 0, Magento = 0.60, Yellow = 0.79 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 103 | 54 | - |
| CMYK | 0 | 0.60 | 0.79 | 0 |
| HSL | 14.63º | 1% | 0.61% | - |
| HSV(B) | 14.63º | 0.79% | 1% | - |
| XYZ | 46.76 | 31.23 | 7.05 | - |
| YUV | 142.86 | 77.86 | 207.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 103 | 54 | 0 | 0.60 | 0.79 | 0 | 14.63 | 1 | 0.61 |
| Hex | FF | 67 | 36 | 0 | 3C | 4F | 0 | F | 64 | 3D |
| Octal | 377 | 147 | 66 | 0 | 74 | 117 | 0 | 17 | 144 | 75 |
| Binary | 11111111 | 1100111 | 110110 | 0 | 111100 | 1001111 | 0 | 1111 | 1100100 | 111101 |
Color Harmonies of #FF6736
Complementary color
Monochromatic Colors of #FF6736
Black with #FF6736
Text Example
Text Example
White with #FF6736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6736; }
p { color: rgb(255,103,54); }
H1.HeaderClassName
{
color: #FF6736;
}
.AnyTagClassName
{
color: #FF6736;
}
</style>
background-color css
<style>
a { background-color: #FF6736; }
a { background-color: rgb(255,103,54); }
div.DivClassName
{
background-color: #FF6736;
}
.BgClassName
{
background-color: #FF6736;
}
</style>
border-color css
<style>
span { border-color: #FF6736; }
span { border-color: rgb(255,103,54); }
td.TdClassName
{
border-color: #FF6736;
}
.TagClassName
{
border-color: #FF6736;
}
</style>